Generate Key Hash to Integrate Facebook | Android

Опубликовано: 23 Ноябрь 2020
на канале: 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...


Смотрите видео Generate Key Hash to Integrate Facebook | Android онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь The Code City 23 Ноябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 31,327 раз и оно понравилось 255 людям.