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

SonarQube With Angular 19 on Windows: A Complete Setup and Integration Guide

SwiftUI - Tutorial 2 - 🧵 Understanding @MainActor in SwiftUI — A Beginner’s Guide

Setting Up Jenkins for Flutter App on macOS