简体   繁体   中英

Facebook Graph API Required Friend's Info

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM