laravel-socialite Questions
2
Solved
I'm implementing an online reservation system using Laravel Framework version 5.6 and Laravel Socialite to implement gmail login.
I have a method that checks if user is logged in before reservatio...
Jonquil asked 22/10, 2019 at 14:1
1
Solved
Hi I am trying to get the profile url for the user that is logging in from linkedin(the login part has been nailed), but according to the documentation I need to request for the vanity name from th...
Lock asked 18/3, 2019 at 22:44
2
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...
Mungo asked 17/11, 2018 at 6:18
3
I was trying to add the google login to my laravel project. but it gives a Client error. Given below is the error i got. I successfully installed the socialite as well.
Client error: `GET https:...
Motherly asked 4/4, 2018 at 14:57
1
I recently implemented Laravel Socialite so that users can login using their Google+ accounts. Everything seems to be working but one issue I'm having is that after I login for the first time in a ...
Mikesell asked 1/2, 2018 at 20:50
1
I am trying to integrate social logins via laravel api backend using laravel socialite stateless option since I am building a single page app with vuejs and everything is done via http api calls.
...
Rambling asked 16/12, 2018 at 9:57
2
Solved
I am using Laravel 5.6 and socialite 3.0. I have created google API from developer console and enable for Gmail API and google plus. please check screen shot.
Also, I have to make setup inside ....
Vasoconstrictor asked 11/12, 2018 at 13:19
2
Im using Laravel 5.2 with Socialite. I am able to pull out the details of the user but the problem is that the avatar is not being displayed properly if I inject it on its src.
Socialite returns a...
Chare asked 21/10, 2016 at 21:37
0
I am using laravel version 5.4.36 and i am using Laravel Sociallite plugin to connect user with facebook.
I want to get uploaded pictures of logged in user as suggested in the document This is avai...
Felonry asked 27/6, 2018 at 6:38
2
Solved
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...
Murex asked 13/3, 2016 at 4:47
3
Solved
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 pack...
Karnes asked 8/3, 2016 at 12:58
1
Solved
i have created a laravel socialte setup .and it was working before perfectly now its showing error(below).
1)i have changed client_secret
2)created a new oauth credentials
still not working
publ...
Kanchenjunga asked 5/2, 2018 at 6:15
2
In Laravel Socialite We are redirected to facebook. But When User Cancels (not allowing facebook to access public profile) it is giving error Missing Authorization exception
ClientException in R...
Kinetic asked 13/3, 2016 at 16:56
1
Using Laravel Socailite to connect to the Google API and I am getting back a connection fine, however this access doesn't return a refresh token so my connection is timing out.
$scopes = [
'http...
Berey asked 4/5, 2016 at 14:4
3
Solved
I have been using Socialite for a few days with Facebook without issue. Today, I started getting this error.
{ "error":
{
"message": "An active access token must be used to query information
...
Ere asked 27/3, 2017 at 23:29
3
Solved
i have a problem here maybe sameone can help me: i install the Socialite pakcage to my laravel project and in start it work perfect with facebook , google and linkedin provider. But now it get alwa...
Flutter asked 27/3, 2017 at 18:28
2
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.
...
Houdini asked 29/11, 2015 at 20:59
2
Solved
Well i'm trying to implement in laravel 5.1 the login with google using socialite and i don´t have problems with the scopes but i need to implement the access_type as offline, somebody know, how ca...
Hermeneutics asked 12/7, 2015 at 17:22
1
Solved
I have followed all the step in http://laravel.com/docs/5.1/authentication to make the social login with facebook on Laravel 5.1.
Here the steps that I've followed:
1 - Use the command in my Lara...
Dehisce asked 13/9, 2015 at 13:24
1
Solved
Using this tutorial on Laracast (Laravel 5.0 - Socialite), specifically until min 12.11, I have successfully setup everything. However, I am using Laravel 5.1
Defined my route but currently comme...
Rinker asked 23/7, 2015 at 16:23
3
Solved
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-soc...
Unstained asked 11/8, 2015 at 6:15
2
Solved
I am setting up a Laravel app to authenticate with Google.
I am prompted to select a Google account and allow access to my Google info and I have everything working up to the callback function.
...
Raspberry asked 21/7, 2015 at 3:40
© 2022 - 2025 — McMap. All rights reserved.