开发者

When I use facebook connect how much access do I have to the user's friends?

开发者 https://www.devze.com 2022-12-29 15:35 出处:网络
So, if you sign in using facebook on my website, how much access do I have to your frien开发者_运维知识库ds? I am asking this question because I want for example to know if a user asks me a question a

So, if you sign in using facebook on my website, how much access do I have to your frien开发者_运维知识库ds? I am asking this question because I want for example to know if a user asks me a question about his/her friend, I can go through their Facebook status messages for example and tell them the answer depending on parsing information but do I have access to the user's friends information or no? (And how can I do that if it is possible in another way)


Note that the Facebook API has recently changed (it's now the "Graph API"). As of now, you go to http://graph.facebook.com/username/friends after authenticating with OAuth. As always, there will be copious libraries to help.

0

精彩评论

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