首页 文章

使用Instagram API获取关注者列表的问题?

提问于
浏览
1

我正在使用Instagram API并尝试获取关注者列表但API返回错误 . 请告诉我这个问题的可能原因

URL: 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."
}
}

1 回答

相关问题