Facebook API 密钥哈希 - 调试和发布
我已将 Facebook 集成到我的应用程序中,创建了有效的哈希密钥并将该密钥保存在 Facebook 上。 我使用不同的密钥进行调试和发布。当我发布时,我必须从发布密钥库重新生成密钥哈希。
现在我无法使用调试密钥登录 facebook。有人知道我如何仍然可以使用调试版本和发布版本吗?
I've integrated Facebook to my App, created a valid hash key and saved the key on facebook.
I used a different key for debug and release. When I released, I had to regenerate the key hash from the release keystore.
Now I cannot log in to facebook using the debug key. Anyone know how I could still use the debug version as well as the release version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己就这样做了,发现这已经在这里得到了回答: Android Facebook 单点登录 - 可以使用多个密钥哈希吗?。
您需要做的就是将两个密钥哈希添加(粘贴)到您应用程序的 FB 配置中,然后就一切就绪了。
Just doing this myself, and discovered that this was already answered here: Android Facebook single sign-on - multiple key hashes possible?.
All you need to do is add (paste) both key hashes into the FB configuration for your app, and you should be all set.