【发布时间】:2018-07-17 10:36:48
【问题描述】:
我正在使用 Instagram API 并尝试获取关注者列表但 API 返回 错误。请告诉我这个问题的可能原因
网址: https://api.instagram.com/v1/users/self/follows?access_token=MY_ACCESS_TOKEN
{
"meta": {
"code": 400,
"error_type": "OAuthPermissionsException",
"error_message": "This request requires scope=follower_list, but this access token is not authorized with this scope. The user must re-authorize your application with scope=follower_list to be granted this permissions."
}
}
【问题讨论】: