user2632190
user2632190

Reputation:

Facebook key hash doesn't work

I sent a new version of my app to Google Play and the key hash changed. I used Ionic package to generate the apk.

When I try to connect with Facebook on app, I receive the following error:

Invalid key hash. The key hash ***** does not match any stored key hashes. Configure your app key hashes at https://developers.facebook....

The problem is that the hash is configured on Facebook and I checked this a lot of times.

Upvotes: 0

Views: 426

Answers (1)

TheZero
TheZero

Reputation: 270

"invalid key hash. the key {your_key} hash does not match any stored key hashes. configured your app key hashes release apk".

Just copy {your_key} into "key hash" of facebook console and save.

Upvotes: 0

Related Questions