I want to generate application signature for my application for facebook integration in android.
In facebook integration tutorial(androidhive) i found this command line
keytool -exportcert -alias androiddebugkey -keystore "<path-to-users-directory>\.android\debug.keystore" | openssl sha1 -binary | openssl base64
when I run the command prompt its showing error-
openssl is not recognized as internal or external command
This is the path of my openssl-
D:\openssl-0.9.8k_WIN32\bin
and this is the path for .android keystore-
D:.android/debug.keystore
guide me how to get the key.
Steps to create Hash Key.
Then run keytool -exportcert -alias androiddebugkey -keystore "your path" | openssl sha1 -binary | openssl base64
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With