如何在 Facebook 应用程序中提取我的用户组?
如何从 Facebook 应用程序中提取我的某个群组中的用户?
我写了
$userData = $facebook->api('/group');
但我没有收到任何东西!只是一个空数组。 谢谢
how can I extract users in one of my groups from within a facebook app?
I wrote
$userData = $facebook->api('/group');
but I did not receive anything! just an empty array.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您阅读此处页面,其中解释了您需要从用户处获得的权限。此外,用户和pages 具有
group
连接,可以这样调用graph.facebook.com /USER_ID/group?access_token=...
I suggest you read the page here which explains the permissions you need from the user. In addition, both users and pages have the
group
connection which can be called as suchgraph.facebook.com/USER_ID/group?access_token=...