0

我通过这些命令生成密钥哈希

keytool -genkey -v -keystore xxx.keystore -alias xxx -keyalg RSA -keysize 2048 -validity 10000

keytool -exportcert -alias xxx -keystore xxx.keystore | openssl sha1 -binary | openssl base64

然后我得到了这个密钥哈希

Bmce+9aHdOoVtE7fS3B07tfj7Bc=

我将它添加到 intellij Artifacts

人工制品

但是,当我使用 facebook sdk 登录时,我收到了这条消息。

Invalid key hash, The key hash 0FltZY3_r2cu8z_LOYILzjwSxjA does not match any stored key hashes. Configure your app key hashes at http://developer.faceboo.......

为什么密钥仍然不正确?

4

0 回答 0