FirebaseUI Auth - Facebook Login error : Unsuccessful debug_token response from Facebook

后端 未结 9 3037
夕颜
夕颜 2021-02-13 14:00

I\'m trying to integrate FirebaseUI Auth library. Google sign-in and Email sign-in are working fine but I have a problem setting up Facebook Login. This is my code:



        
相关标签:
9条回答
  • 2021-02-13 15:00

    make sure this is correct with facebook dev page

    0 讨论(0)
  • 2021-02-13 15:01

    I didn't have the switch toggled saying "Yes" to "Is this a native or desktop app". I then re-entered the app secret in Firebase and made sure to add the OAuth Redirect URI to the Facebook app.

    0 讨论(0)
  • 2021-02-13 15:04

    You need to check the both: App secret and App ID from the Facebook developers page and Firebase Authentication (Facebook Provider), because Firebase by default has his own ids

    0 讨论(0)
提交回复
热议问题