Possible Duplicate:
Facebook Android Generate Key Hash
I'm trying to obtain a hash key for using facebook with my android application. I downloaded openssl and put it in java\jre7\bin
Here what I type in the console
C:\Program Files (x86)\Java\jre7\bin>keytool -exportcert -alias androiddebugkey
-keystore C:\Users\morgane\.android\debug.keystore ¦ C:\Program Files (x8
6)\Java\jre7\bin\openssl.exe sha1 -binary ¦ openssl base64
I have this error:
Illegal option: ª
keytool -exportcert [OPTION]...
I don't know what the character ª means and how to fix my error.
By the way is the key necessary to make fb works with an android app?