Skip to main content

Questions tagged [laravel-socialite]

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

laravel-socialite
326 votes
32 answers
459k views

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 to setup Facebook OAuth to work with my application that is being developed locally on my ...
dangelsaurus's user avatar
  • 7,404
43 votes
24 answers
111k views

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 the following error cURL error 60: SSL certificate problem: unable to get local ...
omarsafwany's user avatar
  • 3,803
16 votes
4 answers
40k views

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 login a user through Facebook into my application. However, ...
Namit's user avatar
  • 1,324
8 votes
3 answers
4k views

How to login using Github, Facebook, Gmail and Twitter in Laravel 5.1?

I am trying to login using social sites in Laravel 5.1. I have installed socialite and following below tutorial: https://mattstauffer.co/blog/using-github-authentication-for-login-with-laravel-...
scott's user avatar
  • 3,192
5 votes
2 answers
5k views

socialite laravel authantication error with google API

I have been using Socilte package for users login, i m using facebook, google, twiter and github API. All other API's are working fine expect google API, it is showing an error while returning from ...
Atinder Singh's user avatar
35 votes
5 answers
38k views

How to fix 'Facebook has detected MyApp isn't using a secure connection to transfer information.' error in Laravel

I am trying to connect my app to facebook login with Laravel and socialite package.But i don't know why facebook show me this error. I searched internet but i couldn't find anything .How can i fix ...
Ani's user avatar
  • 561
5 votes
3 answers
9k views

Laravel 5 and Socialite - New Redirect After Login

Another newb question here, but hopefully someone can shed some light: I am using Socialite with Laravel 5, and I want to be able to redirect the user to a page on the site after they have logged in....
DonnaJo's user avatar
  • 538
4 votes
3 answers
3k views

Laravel Socialite 2.0 Facebook Authentication only returning id and name

I am using Laravel's Socialite package (version 2.0.0). It is working great for google and github but when I try to login with facebook, I get this: ErrorException in FacebookProvider.php line 89: ...
Homo Sapien's user avatar
2 votes
2 answers
5k views

Redirect to URL after login with Socialite in Laravel

I need to register in a tournament with the URL: http://laravel.dev/tournaments/1/register/ This URL is in the middleware 'auth', so if the user is not logged, he is redirected to login page. What ...
Juliatzin's user avatar
  • 19.3k
2 votes
2 answers
3k views

Laravel Socialite: Invalid request. Missing OAuth verifier. (Twitter)

This is my first time working with Socialite and I can't seem to get it to work correctly. Essentially, all I want is to return some account details of the currently authenticated account. I have it ...
Dale's user avatar
  • 580
22 votes
2 answers
21k views

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 fetch the user but it keeps giving me an error: Fatal error: Call to a member function pull() on null ...
Rob's user avatar
  • 11.2k
16 votes
9 answers
45k views

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 sure Client and Web OAuth Login are on and add all your app domains as Valid ...
řĕĕ ňă's user avatar
11 votes
2 answers
8k views

How can I manage OAuth refresh tokens with Laravel?

The Socialiate plugin provides an implementation for OAuth in Laravel, but it seems to be designed for mostly for the purpose of allowing them to not have to make a user account on your own site. I ...
user5431713's user avatar
7 votes
9 answers
16k views

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\SocialiteManager::formatRedirectUrl() must be of the type array, ...
Nithin John's user avatar
7 votes
3 answers
10k views

Target [Laravel\Socialite\Contracts\Factory] is not instantiable

I am using laravel lumen 5.2. Target [Laravel\Socialite\Contracts\Factory] is not instantiable. I came across this error when trying to get Laravel to login with Twitter using the Socialite package....
Sannan's user avatar
  • 83

15 30 50 per page