我正在尝试使用原生应用和LinkedIn SDK登录LinkedIn。到目前为止,如果没有安装LinkedIn应用程序,我可以使用网络登录。我也可以使用LinkedIn登录并获得一个令牌作为回报。但是,当我尝试使用Firebase进行身份验证时,我收到此错误:
ref: refs/heads/master
这是我的代码:
Optional(Error Domain=FIRAuthErrorDomain Code=17000 "The custom token
format is incorrect. Please check the documentation." UserInfo=
{NSLocalizedDescription=The custom token format is incorrect. Please
check the documentation., error_name=ERROR_INVALID_CUSTOM_TOKEN})
我发送给Firebase的令牌是一个字符串,所以应该没问题。我肯定错过了什么。但是什么?
答案 0 :(得分:0)
问题是我的误解。我以为我可以直接使用Linkedin令牌。它必须转到使用Firebase管理员用户生成令牌的Web服务。