Facebook API 密钥哈希 - 调试和发布

发布于 2024-12-06 12:39:29 字数 158 浏览 0 评论 0原文

我已将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只为守护你 2024-12-13 12:39:29

我自己就这样做了,发现这已经在这里得到了回答: 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文