Laravel 5.4 and Socialite

-3

It was working correctly and overnight I was not allowed to perform the login through Facebook I get the following error:

  

{"error": {"message": "An active access token must be used to query   information about the current user. "," type ":" OAuthExce (truncated ...)

    
asked by Gerardo Argueta 31.03.2017 в 21:25
source

1 answer

0

It is only necessary to update the Laravel Socialite package.

composer update
    
answered by 31.03.2017 в 21:27