Answers for "how to generate facebook Key hashes"

0

how to generate facebook Key hashes

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

If you did everything right, you should be prompted for a password. That is android for the debug certificate. If the password is correct the console prints a hash (somewhat random chars and numbers).
Posted by: Guest on April-27-2022

Browse Popular Code Answers by Language