Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Socialite laravel 5.4 Facebook login error (ClientException in RequestException.php line 111)

in past signup with Facebook functionality working fine suddenly when i signup or Login with facebook then i am facing this error

ClientException in RequestException.php line 111: Client error: GET https://graph.facebook.com/v2.8/me?access_token=&fields=name,email,gender,verified,link&appsecret_proof=5fb0d218f94cb8024712269c053f0186d360efd82cd3b588eaf621e0c79c resulted in a 400 Bad Request response: {"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthExce (truncated...)

i am using Socialite Package

Note: For some reasons i can't update composer or complete socialite package

Note: i had some changes in socialite packages for some purpose. if i update whole package then previous changes will be affect.. i did some changes in LinkedInProvider and GoogleProvider files.. i need proper solution for this error

My project is live and users facing this problem. any help will be appreciate..

like image 583
Bilal Ahmed Avatar asked Oct 17 '22 11:10

Bilal Ahmed


1 Answers

I was facing the same problem. I found that by updating to the latest version, the issue got fixed. Socialite

like image 162
Mozammil Avatar answered Oct 21 '22 03:10

Mozammil