LaravelFacebookSdk icon indicating copy to clipboard operation
LaravelFacebookSdk copied to clipboard

Access token was not returned from Graph

Open eboye opened this issue 6 years ago • 3 comments

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?

eboye avatar Jan 08 '19 14:01 eboye

any progress on this ??

sirajahmad1 avatar Nov 02 '19 13:11 sirajahmad1

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

$token = $fb->getAccessTokenFromRedirect();

it's returning null

sirajahmad1 avatar Nov 02 '19 14:11 sirajahmad1

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

$token = $fb->getAccessTokenFromRedirect();

it's returning null

Nope, still the same

eboye avatar Nov 03 '19 02:11 eboye