Create key hash for android app connect with facebook

by mariganesh 2014-03-14 17:09:21

Create key hash for android app connect with facebook

keyhash can be used to connect the facebook with your app and also add app in facebook page.

step 1 : Just check it. keytool place in your <JDKHOME>/bin/

step 2 : In Teminal,Type the following command

keytool -exportcert -alias <Your Alias Key> -keystore <Your Key Path> | openssl sha1 -binary | openssl base64


1143
like
0
dislike
0
mail
flag

You must LOGIN to add comments