我如何使用Instagram API获取以下内容/关注者列表,而不是" self",这是获取当前Instagram用户的关注列表的服务,并且它可以使用
https://api.instagram.com/v1/users/self/follows?access_token=ACCESS-TOKEN
我尝试使用Instagram用户的ID修改自我
https://api.instagram.com/v1/users/6675420875/follows?access_token=XXXX
但没有成功,响应是:
{
"meta": {
"code": 400,
"error_type": "APINotAllowedError",
"error_message": "you cannot view this resource"
}
}
此用户" 6675420875"已经邀请并以沙盒模式添加。
我知道自6月16日以来,Instagram的支持的API不再支持这一点,但是有任何解决方法吗?
您再也无法获得关注者/关注其他用户,除了登录用户之外,截至2016年6月1日,您只能获得self
的关注者/关注者,并且只有在您获得批准的情况下才能获得关注者/关注2017年10月1日之前的following_list
许可。