Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 eclipse 导出生成的证书。
如何从 facebook 哈希键的证书中找到哈希键?
如果我了解您需要使用发布证书生成密钥哈希,请尝试以下操作:
keytool -exportcert -keystore (你的发行证书目录) | openssl sha1 -二进制 | openssl base64
将您的应用签名添加到 Facebook 应用设置
如果您在 Facebook 上未设置哈希键就运行您的应用程序,日志中的错误消息将显示所需的哈希键。