I'm trying to generate key hash for Facebook. I have installed openssl and also registered my app on Facebook. For generating the key hash, I'm using following command.
C:\Program Files\Java\jdk1.6.0\bin>keytool -exportcert -alias androiddebugkey -keystore C:\Documents and Settings\User\.android\debug.keystore|C:\OpenSSL\bin shal -binary|openssl base64
Which is giving me this response:
'C:\OpenSSL\bin' is not recognized as an internal or external command, operable program or batch file.
What does the error message mean and how can I fix the problem?