0

I am setting up Facebooking socialite on my existing website and encountered an 404 error when I click "Login With Facebook " button. The error is:

Sorry, the page you are looking for could not be found.

I don't know whether the error is from the routing or it is from something else.

The designate url for the button is: https://ktest1.domainforplaying.com/auth/redirect/facebook

Mickaël Leger
  • 3,426
  • 2
  • 17
  • 36

1 Answers1

0

You need to setup routes for socialite to use to connect to Facebook. Please see the official documentation:

https://laravel.com/docs/6.x/socialite#routing

Jamesking56
  • 3,683
  • 5
  • 30
  • 61