Facebook API /me/events 中无法获取您尚未响应的事件。为什么?
Facebook API /me/events 中无法获取您尚未响应的事件。为什么?
只有我点击的事件:也许/否/是才会显示在图形 API 中。如何获取这些我未响应的事件?
in Facebook API /me/events fails to get events that you have not responded to. why?
Only events where I have clicked: maybe/no/yes does it show up in the graph api. How can I get these events that I have not responded to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
实际上,您可以通过此网址访问您已收到但未回复的事件(假设您获得了“user_events”权限):
https://graph.facebook.com/me/events/not_replied
Actually you can access the events you have received but not replied with this url (assuming you got the "user_events" permission):
https://graph.facebook.com/me/events/not_replied
您可以使用如下 FQL 查询来检索有关用户已被邀请但未响应的事件的信息:
You can retrieve information about the events that a user has been invited to, but not responded to, using an FQL query like this:
查看文档,似乎不可能获取尚未被用户标记的事件。
http://developers.facebook.com/docs/参考/api/用户/
Looking at the docs, it seems that it's not possible to get the events that have not been flagged by the user.
http://developers.facebook.com/docs/reference/api/user/