In my app there is a facebook login. I would like to add an Android app to my facebook app which needs a hash generated with the keytool from the keystore file.
I can successfully generate a 28 character long hash from my production key but if I run the same command on my debug key, (which is the default android debug key) it only generates a 24 character long hash, which facebook does not let me input.
I use this command in windows' default cmd:
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\myusernamehere\.android\debug.keystore" | "D:\Programs\OpenSSL\bin\openssl" sha1 -binary |"D:\Programs\OpenSSL\bin\openssl" base64