remove guzzle and try again? I got socialite working without guzzle.. not sure why it needs that to be honest?
I traced the error, it is not related to guzzle at all, it is has to deal with Google API. you need to enalbe Google+ API from the developer console. otherwise you will get this error which basically means you are forbidden from accessing Google+ information
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()
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community