开发者

Facebook Graph API Required Friend's Info

开发者 https://www.devze.com 2023-03-20 06:43 出处:网络
I want to retrieve my Facebook user\'s friend info like Email, Town,开发者_开发技巧 Interests, Like etc in my iOS app.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消