简体   繁体   English

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

[英]Instagram API showing error while fetching data

I am trying to fetch Instagram API data like comments,Like and followers of public posts.my app is approved and having permissions like basic and public-contents are also approved still it showing error while fetching data from public posts. 我正在尝试获取Instagram API数据,例如评论,赞和公共帖子的追随者。我的应用已获得批准,并且还具有基本和公共内容之类的权限也得到了批准,但从公共帖子中获取数据时仍显示错误。

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

)

Please help me out.Thanks in Advance.:) 请帮帮我,谢谢。:)

well Instagram says We will begin reviewing new and existing apps before granting full API access starting December 3, 2015. Existing apps have until June 1, 2016 to submit and be approved. 不错,Instagram表示我们将从2015年12月3日开始对新应用程序和现有应用程序进行审查,然后再授予完整的API访问权限。现有应用程序必须在2016年6月1日之前提交并获得批准。

We are also launching Sandbox Mode, which will let you privately build and test your apps using Instagram's APIs as your app is being reviewed. 我们还将启动沙盒模式,该模式可让您在审查应用程序时使用Instagram的API私下构建和测试您的应用程序。 check this links for more help http://developers.instagram.com/post/133424514006/instagram-platform-update https://github.com/stevenschobert/instafeed.js/issues/345 检查此链接以获取更多帮助http://developers.instagram.com/post/133424514006/instagram-platform-update https://github.com/stevenschobert/instafeed.js/issues/345

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM