I'm trying to get the key hesh from my app for integration with Facebook. I've followed the Signing your Application guide on the Android Developers(http://developer.android.com/guide/publishing/app-signing.html#setup), and the Android Facebook guide(http://developers.facebook.com/docs/guides/mobile/#android).
My problem is that I don't know how to properly get the key hesh from the keystore. Here's what I do in the cmd -
keytool -exportcert -alias androiddebugkey -keystore C:\Users\Mickael.android\debug.keystore
Then it asks for a password, and then shows me a very long gibberish key. Now I know that key is encrypted. The facebook guide offers 2 commands -
| openssl sha1 -binary
| openssl base64
But I don't know how to get them to work.
Here is a picture of the problem - http://img543.imageshack.us/i/keyfail.jpg/
I could really use some help
Thanks in advanced!