Skip to main content

All Questions

0 votes
0 answers
170 views

facebook socialite API redirect to the callback url without validating fb login form

While implenting fb login in my laravel website, without displaying the fb login form, it is redirecting to the facebook callback url which I have set in my env file. Why this is happening? Any help ...
M G's user avatar
  • 27
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
1 vote
1 answer
5k views

Making a model in lumen

I am trying to use socialite with lumen to login users to Facebook. I have set up the app and have been granted all permissions. I am following this article: https://appdividend.com/2017/07/12/laravel-...
Saahil823's user avatar
1 vote
0 answers
101 views

Dynamic Parameters for Common OAUTH2 Providers

We have an application which supports login with OAUTH2 through Google, Facebook, Twitter, Microsoft (Live), and LinkedIn. We were asked to add multiple session support to the login page, so if you ...
yakatz's user avatar
  • 2,192
1 vote
0 answers
173 views

I can't login with facebook in laravel socialite , where it works for google and github

the error it shows when i click to login: Error message from facebook, i think Error it Shows GuzzleHttp\Exception\ClientException Client error: `POST https://graph.facebook.com/v3.3/oauth/...
Ashraful Islam'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
1 vote
1 answer
5k views

Facebook - Invalid Scopes: manage_pages , publish_pages when my app in live mode

I am using Laravel version 5.8 and I am using Laravel Sociallite plugin to connect users with Facebook. Now I want to get pulbish_pages and manage_pages access so that I can post on my Facebook page. ...
Muhammad Wasim Akram's user avatar
1 vote
0 answers
107 views

Facebook Login generic error - how to troubleshoot?

I have developed a Website on a dev environment, using Laravel and Socialite. Months ago, I set up a project on Facebook Login in order to use it on my website. Login works fine on this environment, ...
Paulo Cecilio's user avatar
0 votes
1 answer
289 views

Facebook Login - Log for user login attempts?

Does Facebook Login log all user login attempts on my app (failed, accepted...) ? Where can I see this log? By Facebook Login I mean the API provided by FB to allow users to "login with" in my App/...
Paulo Cecilio's user avatar
2 votes
0 answers
2k views

Laravel Socialite Callback - This site can’t be reached

I struggle with some creepy issue. I ask that question because I didn't find solution for so long. I use Socialite to creating users in my website. The problem is with callback from facebook and also ...
Morgan's user avatar
  • 140
0 votes
0 answers
811 views

UpdateOrCreate fails to update one column

I`m coding Facebook Login with Laravel/Socialite. I use UpdateOrCreate in the callback function, so if user does not exist, Laravel will create a new record, otherwise, will update some data on ...
Paulo Cecilio's user avatar
3 votes
2 answers
2k views

laravel socialite showing HTTP Error 403 - Forbidden for google login

Laravel socialite showing HTTP Error 403 - Forbidden for google login on the callback but working fine for facebook login. Previously it was working fine but after adding SSL it is showing the error I ...
Manoj Negi's user avatar
1 vote
1 answer
1k views

Laravel 5.5 - automatically logging user out on redirect (on server, but does not do this locally)

I am trying to create an app that does nothing besides log a user in through the Socialite plugin. Everything is working fine, I am redirected to facebook, the new user is created, and then when the ...
wynx's user avatar
  • 303
2 votes
1 answer
2k views

Facebook login with Socialite throws error

I'm trying to integrate facebook login into an app just for learning purposes but it seems that facebook made some changes recently that allows only https. Here's the error when I try to log in with ...
Ovidiu G's user avatar
  • 1,273
1 vote
1 answer
432 views

facebook login : Can't Load URL: The domain of this URL isn't included in the app's domains

I did a project before 1 year in laravel and everything was fine since 1 year ago but yesterday i got a notice about the problem. I have tried to enter with facebook but the login didnt success . I ...
badr aldeen's user avatar

15 30 50 per page