我在Android应用程序中尝试firebase twitter登录,它给出了这个错误.
E/Twitter: Invalid json: <?xml version="1.0" encoding="UTF-8"?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>
如果firebase和app.twitter回调网址相同,则会出现此错误.如果我更改回调网址它可以工作,但这次我没有在firebase控制台中看到身份验证信息(用户电子邮件等).我需要在app.twitter 上使用https://appname.firebaseapp.com/__/auth/handler进行身份验证,但它会出错.提前感谢任何解决方案.
twitter android firebase firebase-authentication twitter-login