使用 Facebook Graph API 检索群组事件
我在尝试适应新的 facebook Graph API 时有点困惑。 以前我会使用 events.get,但现在我不完全确定该使用什么! 我似乎无法通过 fql 或 Graph API 本身获取组事件列表。
有什么指点吗?我应该继续使用 REST 吗?
I'm a little confused trying to adapt to the new facebook Graph API.
Whereas before I would have used events.get, I'm not entirely sure what to use now!
I can't seem to get a list of a group's events through fql, nor through the Graph API itself.
Any pointers? Should I keep using REST?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在“连接”下的文档中,您似乎无法获取/事件。或者就此而言/相册或任何有用的东西...
http://developers.facebook。 com/docs/reference/api/group
In the documentation under "Connections" it doesn't appear that you can get /events. Or for that matter /albums or anything useful...
http://developers.facebook.com/docs/reference/api/group
但是,如果您知道某件事是一个事件(您可能可以这样做,因为数据中的链接中有“eid” - 我看不到除此之外的其他方法),那么您可以调用事件 URL (http://developers.facebook.com/docs/reference/api/event) 并获取细节就是这样。
However, if you know that something is an event (which you could probably do because the link in the data has "eid" in it - I can't see a way beyond that) then you can call the event URL (http://developers.facebook.com/docs/reference/api/event) and get the details that way.