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
Each time i login and try to get user media or serch user it gives error .
+"meta": {#176 ▼ +"code": 400 +"error_type": "OAuthAccessTokenException" +"error_message": "The access_token provided is invalid." }
on authenticating i am receiving access token. this is my code, i think access token which i receive from instagram is not working.
$instagram = new Instagram(config('instagram')); $instagram->setAccessToken(Session::get('token')); dd($instagram->getUserMedia(Session::get('id'), 10));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each time i login and try to get user media or serch user it gives error .
on authenticating i am receiving access token. this is my code, i think access token which i receive from instagram is not working.
The text was updated successfully, but these errors were encountered: