简体   繁体   中英

Facebook key hash for Android

According to this tutorial you need to run this command to generate key hash:

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64

When I do that it asks for a password. What password it needs?

Presumably it's asking for the password to the debug.keystore specified in the keytool command. which should be defaulted to android

If you've manually changed the password of the keystore, then you'll obviously need to enter the password that you changed it to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM