Skip to main content

All Questions

0 votes
1 answer
315 views

Laravel Socialite Login Twitter throw error :Missing required parameter [code_verifier]

I'm struggling with Laravel Socialite login with Twitter. On the call back URL i get the following error : {"message":"Error occuredies","data":"Client error: `POST ...
Muhammad Khan's user avatar
2 votes
1 answer
1k views

Laravel Socialite Login with LinkedIn | Error Unauthorized scope error

Hey Folks I'm trying the Laravel Socialite Package to allow users to log in with their LinkedIn account. I have already set the Client ID, Secret, and URL In my ENV File as follows: LINKEDIN_CLIENT_ID=...
Muhammad Khan's user avatar
1 vote
2 answers
1k views

Getting Error "Undefined type 'Laravel\Socialite\Facades\Socialite'.intelephense(1009)"

I'm getting this weird error. Although i have performed the required steps of installing the "Socialite" package , for instance i have edit the "providers" and "aliases" ...
Muhammad Khan's user avatar
0 votes
1 answer
676 views

Laravel 8 Socialite Facebook redirect didn't work/return null

I have an app using Laravel 8 as the backend. I already have auth process using a custom table named "accounts," I want to use some social login processes, starting with Facebook. The thing ...
Gregory Farias's user avatar
1 vote
0 answers
388 views

Laravel 8 Google and Facebook login through socialite error in callback URL. error too many redirects

I'm new in this community and also I'm a newbie in Laravel 8. I've implemented socialite login for Facebook and Google and I want to implement a method where if the user doesn't exist in my database ...
Nabeel Ali Khan's user avatar
0 votes
1 answer
597 views

Socialite/apple with laravel 8 and jwt-auth

I'm using jwt-auth last version with socialite package in laravel 8 project. JWT-auth is requiring lcobucci/jwt:3.4.5 and they fixed the version to it by its creators because of conflicting problem ...
Rose Riyadh's user avatar
2 votes
1 answer
1k views

Socialite Laravel. How to get custom parameters?

I develop API endpoint for binding social network account to exists account in our system. As it is API I can't use sessions but I need identificate of user that know what user I need binding. In the ...
lanky_89's user avatar
1 vote
2 answers
482 views

Use key and secret from database to implement Facebook login in laravel 8

I am creating a multi vendor web application in which I need to implement login with Facebook for customers. vendor can have their own domain or sub-domain and also own customers. In the website, I ...
Yogendra's user avatar
  • 1,288
4 votes
2 answers
2k views

Laravel 8 Jetstream Profile Photos with Socialite Avatars

I'm trying Laravel 8 Jetstream with Laravel Socialite. The problem is when I retrieve the avatar and use its URL to profile_photo_path. The blade file appends http://localhost:8000/storage/ that is ...
user2645113's user avatar
1 vote
1 answer
1k views

Laravel 8: Google Authorization Error 400

I'm using Laravel 8 to develop my project and I would like to use Google authentication system for my users to login. So I downloaded package via composer require laravel/socialite command and added ...
user avatar
0 votes
1 answer
483 views

Twitter Provider, doesn't redirect me into the Callback

Facebook, LinkedIn, Google, GitHub, GitLab, Bitbucket and many others support OAuth2 for user-based authentication. but Twitter still using Oauth1 only . if ($provider === "twitter") { ...
saadazghour's user avatar