I’m trying to use the Facebook SDK for Android mobile applications.
I’ve in this site: https://developers.facebook.com/docs/mobile/android/build/ that I should get the keystore from my Android SDK.
I’m doing as follows in the Windows command prompt, where I’m referring to the exact place of the keystore and the OpenSSL files:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
I get a hash key, but I’m not prompted for entering a password…
In the site, it says that if I’m not asked to enter a password (“android”) then I didn’t write the path right, although I did!
Try to check the path again.

I generated the key with the correct path. It was prompted for a password. As a result, I got the key.
Then I generated the key with the wrong path. I got different key.
You can see it in the screenshot.