これらのコマンドでキーハッシュを生成します
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.......
キーがまだ正しくないのはなぜですか?