Steps To Generate android Hash Key for Facebook:
- Download OpenSSL for Windows
- Extract your Open SSL zip in root directory or any where in your drive
- Open %extracted folder%\openssl-0.9.8k_WIN32\bin there you can see openssl.exe
- From Shift + Right mouse click to open Command prompt
- Now start from here
- paste below text in cmd
- keytool -exportcert -alias androiddebugkey -keystore C:\Users\%user%\.android\debug.keystore | openssl sha1 -binary | openssl base64
- Then enter keystore password
- You are ready to get Hash Key :)
This comment has been removed by a blog administrator.
ReplyDelete