Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram API returns empty array

Calling these endpoints

https://api.instagram.com/v1/users/self/follows https://api.instagram.com/v1/users/self/followed-by

with perfectly valid access-token, and access scope of follower_list relationships

returns 200 OK, and data as empty array []

like image 487
dark_ruby Avatar asked Mar 13 '16 12:03

dark_ruby


1 Answers

In Sandbox mode, it will only return users that are in your approved sandbox user list.

Add one of the user you follow to the sandbox and it will show up in the API response.

like image 174
Alberto Crespo Avatar answered Sep 21 '22 11:09

Alberto Crespo