我想使用Instagram API测试我的应用。
当我使用标签API时,我收到一条错误消息
{
"meta": {
"error_type": "OAuthPermissionsException",
"code": 400,
"error_message": "This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."
}
}
沙箱模式的用户可以使用所有API,我也可以使用沙盒模式。但我不能使用标签API。
这有什么问题?