SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
693 stars 201 forks source link

Access token was not returned from Graph #214

Open eboye opened 5 years ago

eboye commented 5 years ago

Hi, my app was working fine with LaravelFacebookSdk but from about a week ago I kept seeing this error:

Facebook\Exceptions\FacebookSDKException thrown with message "Access token was not returned from Graph."

Any idea what is happening?

sirajahmad1 commented 4 years ago

any progress on this ??

sirajahmad1 commented 4 years ago

@eboye how were you getting the access token ?? I have tried

$token = $fb->getAccessTokenFromRedirect();

it's returning null

eboye commented 4 years ago

@eboye how were you getting the access token ?? I have tried

$token = $fb->getAccessTokenFromRedirect();

it's returning null

Nope, still the same