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 ( ) )
source share