We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
It could be several things:
Have you tried with a public profile user ID with several photos?
Sorry, something went wrong.
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.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: