When creating an Android application on fb, I had to fill in the ANDROID HASH KEY field. I am looking for tutorials and successfully executed the command
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
I set the keytool and openssl environment variables in my windows to run it.
Now the problem is that I created the application signature, but this command did not ask for the password. Facebook says a password will be requested and you must enter android as a password
Guide me if on the right track. Help is always welcome
source share