Reputation: 41
I'm trying to get the user's followers, but I receive an empty response. Does anyone know what's wrong?
https://api.instagram.com/v1/users/self/follows?access_token=XXXXXX
{"pagination":{},"meta":{"code":200},"data":[]}
Thank you
Upvotes: 4
Views: 3497
Reputation: 1366
The reason maybe you are in sandbox mode. Instagram APIs behave differently in Sandbox mode. One of those different behaviors is the screening / visibility of users on Instagram and / or their data set access.
So here's how you add a Sandbox user:
Regarding the Sandbox concept few things to note:
For more details, check out this answer which explains the concept in a case by case basis or for more details, check out Sandbox Instagram Documentation
Hope it helps!
Upvotes: 4