How to find easily fb profile id ?

spinall

Registered Member
Joined
Oct 2, 2013
Messages
82
Reaction score
8
I used to find my profiles users id with https://lookup-id.com/# but it dosn't work anymore with my new profiles.
Anybody knows a quick way to find the facebook users id of profiles ?
 
But this:
https://graph.facebook.com/ ACCOUNT NAME

and there comes this kind of thing.
{
"error": {
"message": "(#803) Cannot query users by their username (NAME)",
"type": "OAuthException",
"code": 803,
"fbtrace_id": "ID IS HERE"
}
}


edit. aah yes, this is not working anymore :)
 
It doesn't work for new profiles, because the ability to look up for id by username, was disabled in graph api like 2 years ago, so probably these sites have only database that they made up till that time.
 
But this:
https://graph.facebook.com/ ACCOUNT NAME

and there comes this kind of thing.
{
"error": {
"message": "(#803) Cannot query users by their username (NAME)",
"type": "OAuthException",
"code": 803,
"fbtrace_id": "ID IS HERE"
}
}

Thanks for answer but this is not the fb_id, fb_id is a 15 digit number
 
Maybe you could try findmyfbid dot in (sorry, I can't post links yet) but I saw this page came up on Google and I thought it might be helpful.
 
Maybe you could try findmyfbid dot in (sorry, I can't post links yet) but I saw this page came up on Google and I thought it might be helpful.

Thanks for answer but it doe not work with my profiles.
 
Enter your Facebook profile, page or group url
You can get the ID yourself by going to the profile, right click with your mouse and click "View page source", then search for the value "entity_id", "fb://profile/", "fb://group/" or "fb://page/. The number that you see after it is your numeric Facebook ID.
 
Enter your Facebook profile, page or group url
You can get the ID yourself by going to the profile, right click with your mouse and click "View page source", then search for the value "entity_id", "fb://profile/", "fb://group/" or "fb://page/. The number that you see after it is your numeric Facebook ID.
He's right, I did ctrl+f for "entity_id" and got "uri":"https:\/\/www.facebook.com\/USER_NAME,"entity_id":"ID_HERE"
 
The one i was looking for was "ACCOUNT_ID":"100039... , but you are right it is in the source code. Thanks all.
 
Back
Top