Instagram拒绝API请求

时间:2016-12-21 14:18:17

标签: php laravel oauth instagram-api

我有一个奇怪的问题。我目前已获得Instagram的API批准以下内容:

基本 public_content 评论

我使用的是Laravel和Vinkla的Instagram软件包,它是Elogram的包装。

我的申请获得了Instagram的批准,它进入了实时模式。现在,对于每个请求,我都收到以下消息:

OAuthPermissionsException in AbstractAdapter.php line 69:
This client has not been approved to access this resource.

这表明Instagram正在阻止请求,理由是我没有必要的范围。这一切在沙盒中运行良好,我的凭据没有改变。

有什么建议吗?

2 个答案:

答案 0 :(得分:0)

您必须将用户添加到Instagram Developer站点中的Sandbox用户。然后用户必须接受他/她的Instagram帐户中的邀请。

https://www.instagram.com/developer/

答案 1 :(得分:0)

自己排序问题。这是一个访问令牌问题。