While setting up the Facebook SDK. You need to get the KeyHash. I typed the following code to get the keyhash
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
and got the error shown in the screenshot below. I use windows7 64bit.
