laravel-socialite Questions
5
I have a problem in my production environment with Laravel Socialite's Google auth. The error is same as on this post:
laravel socialite not working on live server, only works on local machine
b...
Uneven asked 25/11, 2019 at 12:5
7
I'm using Laravel 5.4 and Socialite 3.0
With every new socialite provider I add I get the error:
Driver [provider] not supported.
for example when adding socialiteproviders/twitch 3.0 I will ...
Exultant asked 7/8, 2017 at 20:14
4
Hey there,
I have problem with validating user logged in with Google on Android client,
Server side is Laravel,
In other side when user logged in, it gives me a token that i must verify with Googl...
Mattern asked 28/4, 2019 at 6:25
6
I have a laravel project that uses facebook login. But after a few days of testing, when I go to the route, it says Sorry, something went wrong.. I did not touch or modified my code and as well as ...
Linstock asked 18/8, 2020 at 6:8
2
Is is possible to change the value of redirect_uri set in config/services.php at runtime?
I tried doing like this:
return $socialite->driver('facebook')->redirectUrl(newUrl)->redirect();
but it ...
Sophistic asked 8/6, 2017 at 15:37
1
I am using Laravel 5.3 with Socialite.
I am getting 400 Bad Request error with message:
Missing required parameter: redirect_uri
The URL it generates is:
https://accounts.google.com/o/oauth2/a...
Stilla asked 8/12, 2016 at 16:36
4
Solved
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, al...
Bangalore asked 2/6, 2015 at 7:45
31
Solved
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 ...
Betrothal asked 6/5, 2016 at 3:22
2
Solved
I'm trying to run through a proof of concept social sign in flow with Twitter using Postman, following this guide: https://developer.twitter.com/en/docs/twitter-for-websites/log-in-with-twitter/gui...
Outlier asked 27/4, 2019 at 2:7
3
Solved
I am trying to login with google using socialite , my facebook login works fine so the problem in my google app, any help!!!
'google' => [
'client_id' => 'app-key',
'client_secret' => ...
Balliett asked 20/11, 2018 at 18:10
4
I have used Laravel 5.4 with socialite 3.0 for social login on my web application. But nowadays I got an error Legacy People API has not been used in project xxx. Then I have made some changes in a...
Tetreault asked 5/11, 2019 at 7:27
9
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 O...
Wilhite asked 19/2, 2016 at 16:11
5
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 fi...
Coyne asked 6/8, 2019 at 9:10
2
Solved
I am working on a flutter application, and I want to implement social login (Google and Facebook).
My API is implemented with Laravel and uses Laravel-socialite to authenticate users, there is the ...
Jamesy asked 4/12, 2020 at 11:36
24
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 lo...
Tying asked 14/5, 2015 at 15:10
2
I have a Laravel 5 web app with Socialite to login my user by using Facebook account.
This is my callback function:
public function callback(SocialAccountService $service)
{
$user = $service-&...
Fully asked 1/6, 2016 at 11:10
2
I am new to Laravel Socialite and I am getting this error while redirecting back from Social media login
Laravel\Socialite\Two\InvalidStateException in/vendor/laravel/socialite/src/Two/Abstract...
Translator asked 27/11, 2017 at 17:18
3
Solved
I have recently moved my application into a live server.
The problem is laravel socialite stopped working, below is the explanation:
I click on google login and after choosing email, on callback ...
Loftin asked 26/6, 2019 at 19:44
2
Solved
I am using Passport to log in users to a Laravel API endpoint, users get authenticated using their social accounts (google, facebook) using laravel-socialite package.
the workflow of logging users...
Oglesby asked 16/8, 2019 at 18:35
4
some of the users on my site are experiencing
a Laravel\Socialite\Two\InvalidStateException. I've taken the steps outlined in the replies to Laravel Socialite: InvalidStateException and have...
Rationalize asked 16/1, 2018 at 15:17
4
Solved
I am using Laravel version 5.4.36 and I am using Laravel Sociallite plugin to connect users with Facebook.
Now, I want to get Logged in user information like birth date gender, Address, mobile numb...
Confound asked 21/6, 2018 at 9:38
9
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 arr...
Cirrate asked 18/11, 2017 at 11:30
1
Solved
Currently on Laravel 6 if you install Socialite and check the code on vendor, what they are using to get Facebook details is defaulted to version 3.3. You can check it in:
vendor/laravel/socialite...
Scene asked 4/2, 2020 at 7:57
2
The access_token acquired by Socialite (via Socialite::driver(self::PROVIDER)->user() has a limited time validity. For Google it's an hour.
I'm able to get refresh_token by changing the redirect...
Defector asked 11/7, 2017 at 13:12
0
I need your help.
I made an API with Laravel and an APP with FLutter.
Now I want to make google login.
In a browser or with a rest client like Insomnia, Postman or similar works fine. It is beca...
Pumphrey asked 12/11, 2019 at 11:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.