列出所有 Facebook 好友请求
有没有办法使用 facebook graph API 列出所有好友请求?我在文档中没有找到任何内容,但根据迄今为止我在该文档质量方面所经历的经验,如果有办法实现它,我不会感到惊讶。
Is there a way to list all friendship requests using the facebook graph API? I didn't find anything in the docs, but with the experience I've undergone concerning the quality of this doc so far, I wouldn't be surprised if there was a way to it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为仅使用 Graph API 是不可能的。您将需要使用任何 SDK,然后进行 FQL 查询。
干得好:
http://developers.facebook.com/docs/reference/fql/friend_request/
I think it's not possible using only Graph API. You will need to use any SDK and then make a FQL query.
Here you go:
http://developers.facebook.com/docs/reference/fql/friend_request/