【问题标题】:Facebook Graph API explorer and missing read_stream permissionFacebook Graph API 资源管理器和缺少 read_stream 权限
【发布时间】:2015-07-22 15:31:05
【问题描述】:

我正在尝试测试me/home api,但它抱怨缺少权限:

(#200) Requires extended permission: read_stream

问题是获取访问令牌/扩展权限窗口没有这样的条目。我只有:

ads_management ads_read email manage_pages publish_actions publish_pages read_custom_friendlists read_insights read_page_mailboxes rsvp_event

如何在 Explorer 中使用此 API?

【问题讨论】:

    标签: facebook-graph-api


    【解决方案1】:

    read_stream 已弃用,请改用user_posts

    更新日志:https://developers.facebook.com/docs/apps/changelog#v2_4_deprecations

    【讨论】:

      【解决方案2】:

      编辑:

      见:https://developers.facebook.com/docs/apps/changelog#v2_4_deprecations

      GET /v2.4/{user_id}/home、GET /v2.4/{user_id}/inbox 和 GET /v2.4/{user_id}/notifications 操作以及 read_stream、read_mailbox 和 manage_notifications权限在 v2.4 中已弃用。`

      不推荐使用整个操作。

      【讨论】:

      • 所以没有能力获取用户主页?
      猜你喜欢
      • 2017-03-04
      • 2014-12-09
      • 1970-01-01
      • 2016-05-07
      • 2012-01-30
      • 2017-05-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多