Key Hash generate for Facebook integration in Android



The command for key hash generate in Windows
   
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\USERNAME\.android\debug.keystore" | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" sha1 -binary | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" base64
 

Example:

keytool -exportcert -alias androiddebugkey -keystore "C:\Users\Manikandan.Kasinatha\.android\debug.keystore" | "C:\openssl\bin\openssl" sha1 -binary | "C:\openssl\bin\openssl" base64




Download OpenSSL execute the file from the below website

https://www.openssl.org/source/






Comments

Popular posts from this blog

Google Assistant Implementation in Android application with app actions