I want to create a hash key for Single Sign On Appliction in FaceBook .. If I enter these commands on the command line
C: \ Users \ FSSD6> keytool -exportcert -alias androiddebugkey -keystore ~ ββ/.android/d ebug.keystore | openssl sha1 -binary | openssl base64
I get an error::
'openssl' is not recognized as an internal or external command, operating program, or batch file. what can i do for this.
I have an openssl bin file in the location (C: \ Users \ FSSD6 \ Desktop \ openssl-0.9.8k_WIN32 \ bin) and I have a keystore (C: \ Users \ FSSD6.android \ debug.keystore)
Please help me .. thanks in Advance ...
source
share