Find Facebook Profile ID or Page ID
You can try out what we say in this post for fun.This trick tells you how to find a Profile ID or Page ID which is often hidden by a user name or page name.
1.Login to Facebook to find the person's profile name (www.facebook.com/xxxx) or page's name
2. Let the page name be Technologybay then visit graph.facebook.com/Technologybay.
then you get something like
"
{
"id": "124186474315490",
"name": "Te-Bay[Technology Bay]",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/187889_124186474315490_5413_s.jpg",
"link": "https://www.facebook.com/technologybay",
"likes": 65,
"category": "Community",
"is_published": true,
"website": "http://te-bay.blogspot.com/",
"username": "technologybay",
"description": "TE-Bay is your Window to the World of IT.We are working for you.Keep supporting us.",
"about": "Wanna Help us..?\n\nJus Click on the 'Like 'button on the top..?\n\nVisit us on http://te-bay.blogspot.com/",
"can_post": true,
"talking_about_count": 1
}
"For a person sam , visit graph.facebook.com/sam and you get
{
"id": some number,
"name": profile name,
"first_name": name,
"last_name": name,
"link": "https://www.facebook.com/Sam",
"username": sam,
"gender": "male",
"locale": "en_PI"
}
Comments


