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

Saturday, September 7, 2013

Android Web Request Sample

Simple Android web request (POST Method) sample application







Add User Permeation to manifest file




Php File Content