无法获得评论范围

Off*_*ibe 4 php api instagram instagram-api

我正在使用Instagram API并希望获得代表用户发表评论的许可.但不知怎的,它不起作用.

请求链接:

https://instagram.com/oauth/authorize/?client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=token&scope=comments+likes
Run Code Online (Sandbox Code Playgroud)

当这个链接打开时,我会被要求获得基本信息和喜欢的许可,但不会评论... 评论范围在哪里?

现在,在我授予权限并希望在API中添加注释后,它会返回400错误:

{"meta":{"error_type":"OAuthPermissionsException","code":400,"error_message":"This request requires scope=comments, but this access token is not authorized with this scope. The user must re-authorize your application with scope=comments to be granted write permissions."}}
Run Code Online (Sandbox Code Playgroud)

我究竟做错了什么?是否无法获得评论范围?我这样做就像Instagram在最底层的Instagram身份验证上的这个链接上描述的那样

Jim*_*ody 8

你完成了下面的表格吗?

https://help.instagram.com/contact/185819881608116

看起来您必须在应用程序可以访问POST注释端点之前填写表单.