I wanna to create hash key for Single Sign On Appliction in FaceBook.. If i enter this Commands in Command prompt
C:\Users\FSSD6>keytool -exportcert -alias androiddebugkey -keystore ~/.android/d ebug.keystore | openssl sha1 -binary | openssl base64
i am getting error ::
'openssl' is not recognized as an internal or external command, operable program or batch file. what can i do for it..
I am having my openssl bin file in location (C:\Users\FSSD6\Desktop\openssl-0.9.8k_WIN32\bin) and i am having my keystore in ( C:\Users\FSSD6.android\debug.keystore)
Please help me..thanks in Advance...