-1

In my application i am using facebook integration. I added the hash key and release hash key in developer site too. but it is showing "invalid key hash. The key hash XXX does not match any stored key hash. I tried all the links in google. but those are not working for me. Please any one help me.

1 Answers1

0

Genrate key hash using

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64

and it will generate a hash key. Add this hash to your facebook app console under android settings. Starting guide is here .

Ankur Samarya
  • 209
  • 1
  • 3
  • 13