How to find out Facebook Profile/Page ID ? | Procedure | Facebook graph Method

You might be accessing a number of Facebook Applications everyday, sometimes it asks for Facebook Page ID and Profile ID. Now, the question arises how to find out your Facebook Page ID.

Please follow the below mention steps to find it out :

Facebook Graph API Method :

You can use this method to find out your ID. Procedure follows as:

http://graph.facebook.com/yourusername

Suppose if your username is “digitalgalleryindia”, then it will be,

http://graph.facebook.com/digitalgalleryindia

Here you can find the ID in the first line.

{
   "id": "100002250485588",
   "name": "DigitalgalleryIndia India",
   "first_name": "DigitalgalleryIndia",
   "last_name": "India",
   "link": "http://www.facebook.com/DigitalGalleryIndia",
   "username": "DigitalGalleryIndia",
   "gender": "male",
   "locale": "en_US"
}

So, readers hope you would also try to find out your own ID.

Speak Your Mind

*