Key Hash Invalid

1

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

    
asked by Raul Moguel Zaldivar 30.10.2018 в 19:44
source

1 answer

0

The Keystore must be backed up and stored in a safe place.

If you are getting this Keystore's Hash,

C:\Users\mi-suario\Documents\AndroidProjects\Apks\mi_keystore.jks

the Hash you must add it in the Facebook settings in the Hashes de clave section:

If you can not log in with Facebook, it could be due to the following causes:

  
  • The hash that you obtained does not belong to the keystore with which you originally signed your application.
  •   
  • The application package you are defining is incorrect.
  •   
  • Make sure the date and time on your device is correct.
  •   
  • Make sure you have a connection on your device.
  •   
    
answered by 30.10.2018 в 23:14