如何获取我所有的 facebook 应用程序用户?
我想获取已连接到该应用程序的用户列表。有没有办法使用 FQL 或 Graph API 来做到这一点?
I want to get the list of users who have connected to the app. Is there a way to do it using FQL
or Graph API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我用过这个并且效果很好。这将为您提供已批准该应用程序的朋友列表,而不是所有用户
I used this and works fine. This will get you a lists of your friends who have approved the app, not all the users
使用 FQL,只需执行以下操作:
这是不言自明的。
AFAIK,通过 GRAPH API 是不可能的
With FQL, just do :
This is self explanatory.
AFAIK, its not possible via GRAPH API
这对我有用,这是一个 AS3 示例:
This works for me, here is an AS3 example: