I want to retrieve my Facebook user's friend info like Email, Town,开发者_开发技巧 Interests, Like etc in my iOS app.
I am using the following Facebook Graph API.
https://graph.facebook.com/me/friends.
but it just returns the friend name and id. Is their any way to retrieve other information about the friends?
Thanks in advance
No, you can only access the names and id's. You can only access more information about the friends, if they've also authorized your application and you have a valid access token.
No you can not access information like email, Phone.... but you can access the Name, Id, location, link, birthday, profile photo..
精彩评论