Instagram API在获取数据时显示错误

时间:2016-07-08 06:16:29

标签: php api instagram-api

我正在尝试获取Instagram API数据,例如评论,喜欢和关注公共帖子。我的应用程序已获批准,并且具有基本和公共内容等权限也被批准,但在从公共帖子获取数据时仍显示错误。

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

)

请帮帮我。谢谢你。:)

1 个答案:

答案 0 :(得分:0)

好吧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