I have successfully created login with Facebook API, when user logins auth token is returned. But how can I get user details from Facebook API? What kind of query I have to make to Facebook API to get logged in users name etc. details ?
I have successfully created login with Facebook API, when user logins auth token is
Share
Simply use ‘me’ to denote the logged in user and use the access_token to access all permitted resources like:
Also you can access all permitted fields using below:
Full information is here: http://developers.facebook.com/docs/reference/api/