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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I copy / past the exact same code from this doc for Facebook Login but when I came back on callback.php I get 500 error ?!
After research I found that in FacebookRedirectLoginHelper.php on line 242 $savedState is NULL and throw new FacebookSDKException('Cross-site request forgery validation failed. Required param "state" missing from persistent data.'); return 500 error
Is this sdk is working ??
Thanks for help
The text was updated successfully, but these errors were encountered:
Hello,
I copy / past the exact same code from this doc for Facebook Login but when I came back on callback.php I get 500 error ?!
After research I found that in FacebookRedirectLoginHelper.php on line 242 $savedState is NULL and throw new FacebookSDKException('Cross-site request forgery validation failed. Required param "state" missing from persistent data.'); return 500 error
Is this sdk is working ??
Thanks for help
The text was updated successfully, but these errors were encountered: