LOCATE FACEBOOK PROFILE ID – PROCEDURE
1. Go to that Facebook Profile/Page. [Mozilla Firefox]
2. Right click on the Profile/Page Image and choose ‘Properties’
A dialog box named ‘Element Properties’ pops. In the element properties Dialog box, check the ‘Address’ under ‘Link Properties’.
The address will be similar to this :
http://www.facebook.com/album.php?profile=1&id=137527299736
In this address URL, ’137527299736′ is the page ID.
Alternate Method – Finding Facebook ID
If the above mentioned method didn’t work for you, then you can try this.
Use Facebook Graph API
You can use Facebook Graph API for detecting your ID. General format is :
https://graph.facebook.com/yourusername
Suppose if your username is “hellboundbloggers”, then it will be,
https://graph.facebook.com/sazzad09
You will get the following details in JSON format. Here you can find the ID in the first line.
{ "id": "100001034072116", "name": "Sazzad Chowdhury", "first_name": "Sazzad", "last_name": "Chowdhury", "link": "http://www.facebook.com/sazzad09", "username": "sazzad09", "gender": "male", "locale": "en_GB" }
If you find this simple tutorial useful, please share and tweet about it. Meanwhile share your opinions in comments.
No comments:
Post a Comment