我在python-instagram api中的媒体上得到了一个OAuthPermissionsException。我的代码中有错误吗?

时间:2015-07-24 11:09:19

标签: django django-views authorization instagram-api

我想尝试媒体并获得例外:

(400) OAuthPermissionsException-This request requires scope=likes, but   
this access token is not authorized with this scope. The user must 
re-authorize your application with scope=likes to be granted write permissions.

但是我已经授权使用scope =赞使用url for instagram:

url = unauthenticated_api.get_authorize_url(scope=["basic","likes","comments","relationships"])
return render(request, 'app/login.html', {'url': url})

1 个答案:

答案 0 :(得分:1)

从2015年4月14日开始,新客户需要请求访问权限才能发布喜欢,关注和评论。有关详细信息,请阅读http://developers.instagram.com上的开发人员博客。