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
Unable to save Session for Facebook State Param which results in following error :
"Facebook SDK returned an error: Cross-site request forgery validation failed. Required param "state" missing from persistent data."
Made changes to FacebookRedirectLoginHelper.php file, to save and populate 'state' param from Laravel Session Class Helper instead of PersistentDataInterface persistentDataHandler Object.
This fixes the bug for Mozilla and Edge browsers, but the bug persists in Google Chrome browser.
The text was updated successfully, but these errors were encountered:
Unable to save Session for Facebook State Param which results in following error :
Made changes to FacebookRedirectLoginHelper.php file, to save and populate 'state' param from
Laravel Session Class Helper
instead ofPersistentDataInterface persistentDataHandler Object.
This fixes the bug for Mozilla and Edge browsers, but the bug persists in Google Chrome browser.
The text was updated successfully, but these errors were encountered: