Facebook Get Profile Information using https://graph.facebook.com/

Try  This:

https://graph.facebook.com/{your profile id}

tip : to find facebook profile id try this

ex : 
https://graph.facebook.com/4

it will display something like this:
{
   "id": "4",
   "name": "Mark Zuckerberg",
   "first_name": "Mark",
   "last_name": "Zuckerberg",
   "link": "http://www.facebook.com/zuck",
   "username": "zuck",
   "gender": "male",
   "locale": "en_US"
}

Have Fun!!!

Comments

Popular posts from this blog

Brother printer password reset using telnet

How to adjust the brightness in Samsung 19" SyncMaster SA100 LED monitor?

ASP.NET Server Controls Tutorial