Answer the question
In order to leave comments, you need to log in
How to integrate VK and FB in Socialite Laravel?
The question is the same
stackoverflow.com/questions/35503374/how-to-integr... Socialite
has
G+, FB from the box .
'providers' => [
// a whole bunch of providers
// remove 'Laravel\Socialite\SocialiteServiceProvider',
\SocialiteProviders\Manager\ServiceProvider::class, // add
];
Answer the question
In order to leave comments, you need to log in
Work as described in the Socialite doc.
In services.php
'facebook' => [
'client_id' => 'YOUR_CLIENT_ID',
'client_secret' => 'YOUR_CLIENT_SECRET',
'redirect' => 'YOUR_FACEBOOK_REDIRECT_URI',
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question