SammyK / LaravelFacebookSdk

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

Lumen5 Cross-site request forgery validation failed. Required param "state" missing from persistent data. #212

Closed puneetthakur66 closed 6 years ago

puneetthakur66 commented 6 years ago

Getting this error since there is no session in Lumen, I am creating a login URL and running this on the browser which is sending to callback URL throwing this exception.

@SammyK could yould suggest a stable solution for this?