【问题标题】:Unsupported get request in get Facebook event获取 Facebook 事件中不支持获取请求
【发布时间】:2018-04-10 09:20:22
【问题描述】:

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

如果我这样做(来自这里: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,我就无法获取有关事件的信息?

【问题讨论】:

    标签: facebook-graph-api


    【解决方案1】:

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

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

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

    【讨论】:

      【解决方案2】:

      我已经有同样的问题,我认为不是这个原因,因为在这个页面上:https://developers.facebook.com/docs/graph-api/reference/event我们可以看到

      活动管理员的访问令牌(如果需要)

      我们必须是事件的管理员才能获取事件详细信息:(

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2012-11-24
        • 2015-06-13
        • 2016-04-26
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多