Find my Facebook ID (FBID)
Open a browser tab and paste the below URL,
https://developers.facebook.com/tools/explorer?method=GET&path=YOURNAME
Here replace YOURNAME with facebook profile name and give enter
It will display the below content
{
"id": "111111111",
"name": "YOUR NAME",
"first_name": "FIRST NAME",
"middle_name": "MIDDLE NAME",
"last_name": "LAST NAME",
"link": "https://www.facebook.com/YOURNAME",
"username": "YOURNAME",
"gender": "male",
"locale": "en_GB"
}
Open a browser tab and paste the below URL,
https://developers.facebook.com/tools/explorer?method=GET&path=YOURNAME
Here replace YOURNAME with facebook profile name and give enter
It will display the below content
{
"id": "111111111",
"name": "YOUR NAME",
"first_name": "FIRST NAME",
"middle_name": "MIDDLE NAME",
"last_name": "LAST NAME",
"link": "https://www.facebook.com/YOURNAME",
"username": "YOURNAME",
"gender": "male",
"locale": "en_GB"
}
No comments:
Post a Comment