Create key hash for android app connect with facebook
by mariganesh[ Edit ] 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