You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried using the Instagram provider to authenticate users in my app and for te most part it works out fine, however when after users grant access to my app and I try to run:
$token = $provider->access($_GET['code']);
I get a 400 Request error, I tried doing the same request via CURL like it says in the Instagram docs:
I just tried using the Instagram provider to authenticate users in my app and for te most part it works out fine, however when after users grant access to my app and I try to run:
I get a 400 Request error, I tried doing the same request via CURL like it says in the Instagram docs:
And it returns the
access_token
just fine so could it be a problem in how the POST request is beign handled?Thanks in advance!
The text was updated successfully, but these errors were encountered: