Friday, September 13, 2013

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!!!

No comments:

Post a Comment