I\'m building an app in which users can log in with Facebook.
I\'ve created the hash keys like following:
try {
PackageInfo info = getPackag
First open the command prompt (Windows + R)
cd C:\Program Files\Java\jre1.8.0_172\bin
Download openssl from HERE
Create a folder named OpenSSL in C:/ drive
Export the downloaded zip file in OpenSSL folder
Generate the command as:-
keytool -exportcert -alias YOUR_ALIAS -keystore "YOUR_KEYSTORE_PATH" | "C:\OpenSSL\bin\openssl" sha1 -binary | "C:\OpenSSL\bin\openssl" base64
Paste the command in command prompt and press enter
Enter password
Here you can see the key :- "1skdhyjsgd56whdjddV+vCLE="