My application is already available in the playstore, but for some reason the login with facebook does not work for me, it mentions that the key hash is invalid, when I already generate the hash for the production mode
keytool.exe -exportcert -alias mi_alias -keystore C:\Users\mi-suario\Documents\AndroidProjects\Apks\mi_keystore.jks | "C:\Program Files\openssl-0.9.8k_X64\bin\openssl.exe" sha1 -binary | "C:\Program Files\openssl-0.9.8k_X64\bin\openssl.exe" base64
It asks me to enter the keystore password and I enter the password of the .jks and that code that I give it to facebook developer in the "Android Hashes de clave" section
My passwords are correct, I have no doubt