首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Firebase :用户facebook头像照片更新后返回"URL签名过期“

Firebase :用户facebook头像照片更新后返回"URL签名过期“
EN

Stack Overflow用户
提问于 2018-05-05 20:12:18
回答 1查看 333关注 0票数 1

更新到最新版本的Firebase和FB登录包后,所有FB用户资料头像照片都返回"URL签名过期“。

这是我正在使用的包的版本

代码语言:javascript
复制
implementation 'com.facebook.android:facebook-login:4.33.0'
implementation 'com.google.firebase:firebase-auth:15.1.0'
implementation 'com.google.firebase:firebase-database:15.0.0'
implementation 'com.google.firebase:firebase-crash:15.0.2'
implementation 'com.google.firebase:firebase-messaging:15.0.2'
implementation 'com.google.firebase:firebase-ads:15.0.0'
implementation 'com.google.firebase:firebase-storage:15.0.2'
implementation 'com.google.firebase:firebase-invites:15.0.1'
EN

回答 1

Stack Overflow用户

发布于 2018-05-07 04:42:38

这是一个known issue。一段时间后,Facebook photoURLs expire。您将需要获取新的Facebook访问令牌,并使用它重新进行身份验证,以更新照片the。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50189293

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档