Instagram api attribute with empty dataset

My problem is that I get an empty array from instagram api. I made the application this week and I know its sandbox application, but the problem is that I only test it on my instagram account. I like my photos using api. but I get an empty array when I try to get the latest tags, successors or subsequent ones, even if I use the new scope follower_list this is the array I get:

 stdClass Object ( [pagination] => stdClass Object ( ) [meta] => stdClass Object ( [code] => 200 ) [data] => Array ( ) ) 
+6
source share
1 answer

Instagram requires that you submit your application for โ€œreview and approvalโ€ in order to access areas without basic permission (for example, access to media from other users).

Their docs are here โ†’ https://www.instagram.com/developer/review/

+3
source

All Articles