【问题标题】:Instagram API showing error while fetching dataInstagram API 在获取数据时显示错误
【发布时间】:2016-07-08 14:28:09
【问题描述】:

我正在尝试获取 Instagram API 数据,例如 cmets、Like 和公共帖子的关注者。我的应用已获得批准,并且具有基本和公共内容等权限,但它在从公共帖子中获取数据时仍显示错误。

stdClass Object
(
    [meta] => stdClass Object
        (
            [error_type] => OAuthPermissionsException
            [code] => 400
            [error_message] => This client has not been approved to access this resource.
        )

)

请帮帮我。在此先感谢。:)

【问题讨论】:

    标签: php api instagram-api


    【解决方案1】:

    Instagram 说 从 2015 年 12 月 3 日开始,我们将开始审核新的和现有的应用程序,然后再授予完整的 API 访问权限。现有的应用程序必须在 2016 年 6 月 1 日之前提交并获得批准。

    我们还将推出沙盒模式,让您在审核您的应用时使用 Instagram 的 API 私下构建和测试您的应用。 检查此链接以获得更多帮助 http://developers.instagram.com/post/133424514006/instagram-platform-update https://github.com/stevenschobert/instafeed.js/issues/345

    【讨论】:

      猜你喜欢
      • 2020-11-22
      • 1970-01-01
      • 2018-01-12
      • 2016-07-19
      • 1970-01-01
      • 1970-01-01
      • 2020-03-28
      • 2021-03-13
      • 1970-01-01
      相关资源
      最近更新 更多