在 Facebook 的 Graph API 中,如何获取好友的所有好友?
我想要一份我朋友的朋友名单。这可能吗?
I want a list of friends of my friends. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想要一份我朋友的朋友名单。这可能吗?
I want a list of friends of my friends. Is that possible?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
看来没有办法再这样做了。我尝试了这个 FQL 查询:
我收到一条错误消息,内容如下:
此外,没有
friends_friends
权限 或任何类似内容。相反,您可以使用friends_likes
权限获得朋友的点赞,因此这看起来像是故意遗漏。从本质上讲,您似乎必须从给定用户那里进行安装才能获得该用户的朋友。
Looks like there's no way to do this anymore. I tried this FQL query:
And I get an error message that says this:
Additionally, there's no
friends_friends
permission or anything similar. Conversely, you can get your friends' likes using thefriends_likes
permission, so this looks like an intentional omission.In essence, it looks like you have to have an install from a given user to get that user's friends.