Generate Key Hash to Integrate Facebook | Android

Published: 23 November 2020
on channel: The Code City
31,327
255

If this video helped you out, consider showing your support so that I can keep making free videos 🙂:
Buy Me a Coffee! - https://www.buymeacoffee.com/thecodecity

In this video, we'll see how we can generate key hash for Integrating Facebook feature like login to Android in Windows. The process for generating key hashes in Linux and MacOS is pretty much the same. I'm showing the steps to generate the Key Hash for Facebook integration in Windows but this can be replicated for any operating system. The commands used in this video:

1. Debug Key Hash:
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

2. Release Key Hash:
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64

3. OpenSSL:
https://code.google.com/archive/p/ope...


Watch video Generate Key Hash to Integrate Facebook | Android online without registration, duration hours minute second in high quality. This video was added by user The Code City 23 November 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 31,327 once and liked it 255 people.