FQL:获取朋友的朋友
我如何使用 FQL 或其他 FB-API 获取我朋友的朋友? 在 Facebook 的普通网站上可以看到我朋友的朋友 如果我访问他的个人资料并将 ?sk=friends
添加到网址。
How could I fetch the friends of a friend of mine with FQL or something other of the FB-APIs?
At the normal website of Facebook it's possible to see the friends of a friend of mine
if I visit his profile and add ?sk=friends
to the url.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
根据好友表上的 FQL 文档
According to the FQL docs on the friends table
当您尝试访问朋友的朋友时,您会收到以下消息:
因此您只能检索已授权您的应用程序的朋友的朋友。
When you try to access a friend's friends you'll get this message:
So you can only retrieve a friend's friends who have authorized your app.
仅当您朋友的一位朋友、您的朋友和您(登录用户)使用同一应用程序并授予访问该数据的权限时,朋友的朋友才能访问。
Friends of friend can access only when one friend of your friend, your friend and you (loged user) use same app and give permission to access there data.