Top "Laravel-socialite" questions

Socialite is a package that provides a simple, convenient way to authenticate with OAuth providers within the Laravel framework.

Facebook OAuth "The domain of this URL isn't included in the app's domain"

Let me first start with saying I've searched for an answer to this question for quite some time... I'm trying …

facebook laravel facebook-graph-api oauth laravel-socialite
Laravel 5 Socialite - cURL error 77: error setting certificate verify locations

I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with …

php ssl curl laravel-5 laravel-socialite
Using Laravel Socialite to login to facebook

I am new to Laravel however and I am following the tutorial on http://www.codeanchor.net/blog/complete-laravel-socialite-tutorial/, to …

php facebook facebook-graph-api laravel laravel-socialite
URL Blocked: This redirect failed because the redirect URI is not whitelisted....(Localhost web application)

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make …

facebook laravel-5.2 laravel-socialite socialize-sdk
Laravel5 Class 'Laravel\Socialite\SocialiteServiceProvider' not found

I've added "laravel/socialite": "~2.0" as a composer dependency, and i've added the service provider in my config/app.php just …

php laravel laravel-5 composer-php laravel-socialite
Class 'App\Http\Controllers\Auth\User' not found

I'm trying to implement Socialiate for Laravel 5.5 using this guide https://scotch.io/tutorials/laravel-social-authentication-with-socialite. Data is returned properly from …

php laravel-5.5 laravel-socialite
Laravel 5.5 socialite integration shows error formatRedirectUrl() must be of the type array, null given

I am using "laravel/socialite": "^3.0", to facebook login. But it shows an error Type error: Argument 1 passed to Laravel\Socialite\…

laravel-5 laravel-socialite
Using Laravel Socialite with an API?

I'm trying to use Laravel Socialite package over an api. I try to pass the code into my api to …

php laravel laravel-socialite