我想尝试媒体并获得例外:
(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})
答案 0 :(得分:1)
从2015年4月14日开始,新客户需要请求访问权限才能发布喜欢,关注和评论。有关详细信息,请阅读http://developers.instagram.com上的开发人员博客。