I'm not able to create hash key for Facebook login for my Android app.
According to the app documentations
Create a hash key for your certificate using the following command: keytool -exportcert -alias alias -keystore path | openssl sha1 -binary | openssl base64I don't know where I went wrong
Here is what I get in command prompt:
C:\Program Files\Java\jre7\bin>keytool -exportcert -alias debug.keystore -keystore ~/Desktop/debug.keystore | openssl sha1 -binary | openssl base64
WARNING: can't open config file: /etc/ssl/openssl.cnf
WARNING: can't open config file: /etc/ssl/openssl.cnf
pDmXQEAGdXS9sowPer3hqJqF17E=C:\Program Files\Java\jre7\bin>