baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
525 stars 201 forks source link

Social login Error!!! #152

Closed 34534206 closed 4 years ago

34534206 commented 4 years ago

Error in social login setting!

social

invalid

Do i have to pass "https://domain.com/auth/oauth/handleProviderCallback/facebook" in both "client id" and "client secret"?

OR something different? I couldn't set up social login, i got invalid app id.

baijunyao commented 4 years ago
  1. You need the client id (App ID) and client secret (App Secret), for example: image

  2. And, you need to add redirect URL, for example: image

34534206 commented 4 years ago

Thank you for your help! Problem is fixed now.