如何从图 API 中检索家庭?
我知道如何使用 fql 从 Facebook 检索家人。但我找不到如何使用更方便的图形 API 来做到这一点。有没有办法或者fql是寻找关系的唯一方法?
I know how to retrieve family from Facebook using fql. But I can't find how to do so using the much more convenient graph API. Is there a way or is fql the only way to find relationships?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过图形 API,它将是:
https://graph.facebook.com/UID/family
其中需要 user_relationships/friends_relationships 扩展权限
Via graph API it will be:
https://graph.facebook.com/UID/family
which requires user_relationships/friends_relationships extended permissions