Using Below Service we can get Facebook Details while using Facebook AccessToken
/** This Service are used for Gets friends list **/
https://graph.facebook.com/me/friends?access_token=" + this.session.access_token;
/** Below service are Used for get the specific details of facebook **/
https://graph.facebook.com/me?fields=id,name,email,birthday,picture&access_token=" + AccessToken;
No comments:
Post a Comment