1

I working on App with a facebook login feature, its just a test. I have a problem,with my Android Key Hash. When i generate signed Apk. I did what are recommend on facebook developer,and it's still not working. I get Error message

"Invalid key hash. The key hash xxxxxxxxxxxxxxxxx= does not match any stored key hashes.Configure your app key hashes at https://developers.facebook.com/908744315875240"

But if i am using ADB the app is working great. I followed this link :Key hash for Android-Facebook app and this one here Key hash doesn't match while facebook login in android to get my hash key. I also updated my Sample App Settings to this hash key,and on my facebook App please help thx :)

Community
  • 1
  • 1
zion
  • 21
  • 3

1 Answers1

0

You need to generate hash key for your keystore which you use to sign the app. Add both hash keys (debug keystore and your keystore which you use to sign the app) in app setting page of the Facebook.

Chatura Dilan
  • 1,502
  • 1
  • 16
  • 29