How to create Android Facebook Key Hash

Download openSSl Extract it in C:/ drive

now Open CMD goes to C:\Program Files\Java\jdk1.7.0\bin

using cd C:\Program Files\Java\jdk1.7.0\bin


$ keytool -exportcert -alias androiddebugkey -keystore "C:\user\dj-android\.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64


You will be prompted for a password. This should be 'android' without quotes. You'll then be given a key hash of 30 characters or so. (If you are not prompted for a password, something is wrong and you must check your paths above to ensure the debug.keystore is present.)

Postingan terkait:

Belum ada tanggapan untuk "How to create Android Facebook Key Hash"

Post a Comment