I have some problem to generate the hash id for facebook. I've try a lot of command but no one generate an id when insert the password android but with any other password return a wrong id
I've try with:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
I can't understand where is the problem becouse it seems to work with the wrong password, but the command doesn't return nothing whith the password 'android'