Monday 26 December 2016

how to get key-hashes for android facebook app


Here is the command :-
=================
Open you Command Prompt  and run below command to get keyhash
Note* :- You need to enter your key store password

keytool -exportcert -alias bowmen -keystore "C:\Users\Red&Black\Downloads\bowmenuserkeystore.keystore" | "C:\openssl\bin\openssl" sha1 -binary |"C:\openssl\bin\openssl" base64

You can get openssl from below link :-
===============================
https://code.google.com/archive/p/openssl-for-windows/downloads



No comments:

Post a Comment