Laravel 5 geting InvalidStateException in AbstractProvider.php

前端 未结 12 1917
心在旅途
心在旅途 2020-12-03 22:30

I am trying to use login with facebook in laravel 5 using Socialize.

Here is my route file code.

Route::get(\'fb\', function ($face         


        
12条回答
  •  死守一世寂寞
    2020-12-03 22:50

    http://nhagiaodich.com/dang-nhap

    It work on my website , just call ->stateless() before get user

    Socialite::driver('facebook')->stateless()->user()
    Socialite::driver('google')->stateless()->user()
    

提交回复
热议问题