在 Facebook Group Graph API 结果中解析/查找结果? PHP
我在变量中有一个 Facebook 用户的 ID,假设是 $fbid。检查他们是否在某个 Facebook 群组中的最有效方法是什么?
我更喜欢使用 Group Graph API 来检查它。我现在可以以 JSON 格式获取它,但我不知道如何检查 ID 是否在其中。
I have a Facebook users' ID in a variable, let's say $fbid. What would be the most efficient way to check to see if they are in a certain Facebook Group?
I'd prefer to check it using the Group Graph API. I can get it in JSON at the moment, but I'm not sure how to check and see if the ID is in it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您将不得不使用 FQL。使用 FQL,您可以查询
group_member
表:I think you're going to have to use FQL. Using FQL you can query the
group_member
table: