Facebook Socialite get user from token and secret
In laravel docs there is a part about getting user from using ->userFromTokenAndSecret however it seems to be not working with facebook and returns an error that this method doesn't exist. How do I get the user by token and…