dskm94301 2016-07-08 06:16
浏览 32

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

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.

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.:)

  • 写回答

1条回答 默认 最新

  • duanjing4667 2016-07-08 06:28
    关注

    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.

    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. check this links for more help http://developers.instagram.com/post/133424514006/instagram-platform-update https://github.com/stevenschobert/instafeed.js/issues/345

    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类