First of all thanks for the awesome package.
I currently develop web app using vue+nuxt (frontend) and laravel(backend). Currently having problem with laravel socialite when browse using mobile facebook application's browser for both ios and android. Its working fine when using web browser such as chrome and etc.
When I click the button (login with facebook) it direct to api that handle callback. However its stuck at that page (blank white page). Then I check sentry and got error "Invalid verification code format" then when refresh got error "This authorization code has been used" where I know where it come from for first error I have no idea.
Here I attach image for the error, code for handle provider, laravel view callback and vue handle login button.
ErrorInvalid verification code format
Code for handle provider
Laravel view
Vue
Edit: Seems like after update to latest version is still same.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community