In the Facebook android tutorial we are told to use following code to create a key hash:
keytool -exportcert -alias androiddebugkey -keystore ~/.andro
You can create this way
keytool -exportcert -alias androiddebugkey -keystore c:\Users\\.android\debug.keystore | openssl sha1 -binary | openssl base64
Enter keystore password: android