无法在 Instagram 上访问我自己的关注者 API

Can't access my own followers on instagram API

所以我正在尝试通过 API 访问我自己的关注者。我将范围设置为包括 followers_list。但是当我打电话给 https://api.instagram.com/v1/users/self/follows?access_token=sometokenhere 我收到代码 200,但没有数据。我的应用程序处于沙盒模式。为什么我无法访问自己的 followers/following? 谢谢。

在沙盒模式下,您只会收到沙盒用户列表中的帖子和用户的回复。

因此将您关注的用户之一添加到沙箱,然后只有该用户会出现在 API 响应中,一旦您的应用经过审核、批准并上线,所有用户都会显示在 API响应。

https://www.instagram.com/developer/sandbox/