firebase facebook登录:auth /内部错误

时间:2018-09-30 09:22:16

标签: facebook firebase authentication

我在使用Facebook登录功能时遇到问题。 目前,我尚未在计算机上进行本地部署和测试。

我已遵循以下所有步骤:

1)添加Facebook App ID和App Secret

2)将OAuth重定向URI更改为https://study-buddy-6646a.firebaseapp.com/__/auth/handler

但是我仍然遇到以下错误:

  

{“错误”:{“代码”:400,“消息”:“从获取访问令牌时出错   FACEBOOK,OAuth2重定向uri是:   https://study-buddy-6646a.firebaseapp.com//auth/handler ,回复:   OAuth2TokenResponse {参数:   error = OAuthException&error_description =错误%20validating%20client%20secret。,   httpMetadata:HttpMetadata {status = 400,cachePolicy = NO_CACHE,   cacheDuration = null,cacheImmutable = false,staleWhileRevalidate = null,   filename = null,lastModified = null,标头= HTTP / 1.1 200 OK \ r \ n \ r \ n,   cookieList = []}}“,”错误“:[{”消息“:”从获取访问令牌时出错   FACEBOOK,OAuth2重定向uri是:   https://study-buddy-6646a.firebaseapp.com/ /auth/handler,回复:   OAuth2TokenResponse {参数:   error = OAuthException&error_description =错误%20validating%20client%20secret。,   httpMetadata:HttpMetadata {status = 400,cachePolicy = NO_CACHE,   cacheDuration = null,cacheImmutable = false,staleWhileRevalidate = null,   filename = null,lastModified = null,标头= HTTP / 1.1 200 OK \ r \ n \ r \ n,   cookieList = []}}“,”域“:”全局“,”原因“:”无效“}]}}}

任何帮助将不胜感激!

0 个答案:

没有答案
相关问题