开发者

Getting friends' information through Facebook Connect

开发者 https://www.devze.com 2023-01-30 19:28 出处:网络
I have an app that needs to gain access to a user\'s 开发者_开发百科friends\' information. For example, say I decided to connect to example.com with Facebook Connect.

I have an app that needs to gain access to a user's 开发者_开发百科friends' information. For example, say I decided to connect to example.com with Facebook Connect. Now example.com has the information about me (name, picture, education etc...). example.com requires to know something about my friend, John Smith, whom I can see the profile information of through facebook. Is there a way I can give example.com access to John Smith's details? (Even basic ones)?

Thanks!


Yes, you can query "/me/friends" to get names and ids of someone's friends.

Check out their Graph OAUth API for more details.

0

精彩评论

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