获取 Facebook 事件中不支持获取请求

2024-06-19

我对 Facebook Graph 结束获取数据事件有疑问。

如果我这样做(从这里:https://developers.facebook.com/tools/explorer https://developers.facebook.com/tools/explorer) :

GET /[event-id]/

输出是:

{
  "error": {
    "message": "Unsupported get request. Object with ID 'xxxxxx' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
    "type": "GraphMethodException",
    "code": 100,
    "error_subcode": 33,
    "fbtrace_id": "D5OGA3wEZDB"
  }
}

我有访问令牌user_events允许。

但是如果我点击活动页面上的“参与”按钮,那么通话成功后。

因此,如果我不设置,我将无法获取有关事件的信息rsvp_status?


https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes

今天开始对我们更强大的流程进行测试,新流程应在几周内恢复,但是当前访问事件和组 API 的应用程序今天将失去访问权限.

目前来说,这是不可能的,你只能等待。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

获取 Facebook 事件中不支持获取请求 的相关文章

随机推荐