如何获取 Facebook 用户的事件

How to get the events for a Facebook user

我正在使用 Facebook API 的最新版本 (11.0)。我正在尝试使用 Graph API 资源管理器获取用户事件。我可以获取用户的页面和每个页面的事件,但无法获取用户的事件。

带有事件端点的请求的响应是一个空数组。在请求中添加 debug=all 后,我得到以下错误 The field 'events' is only accessible on the user object after the user grants the the permission for user events'. ,但是在 Graph API Explorer.

中没有用户事件的权限

我应该怎么做才能获得用户的事件。

根据文档,用户不再有事件边缘:https://developers.facebook.com/docs/graph-api/reference/user/#edges

错误信息可能具有误导性。