Open ghost opened 11 years ago
It could be several things:
Have you tried with a public profile user ID with several photos?
I'm having the same problem. Code I'm using (in callback.php):
$recent = $instagram->getUserRecent($_SESSION['InstagramAccessToken']);
$response = json_decode($recent, true);
var_dump($response);
This returns 'NULL'
My feed should return results, it does when accessed via the API URL directly, at least.
getUserRecent(USER_ID) returns the following (local testing) :
array( 'pagination' => array(), 'meta' => array( 'code' => (int) 200 ), 'data' => array() )
Any idea why ? Getting user data or follower list works ok...