Reputation: 361
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
Upvotes: 0
Views: 787
Reputation: 736
No you can not access information like email, Phone.... but you can access the Name, Id, location, link, birthday, profile photo..
Upvotes: -1
Reputation: 141827
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.
Upvotes: -1