0

I have created released apk for my android app. I have created the keystore and signed the app with it. Google Plus authentication is working fine but I am facing problems with facebook authentication.

I am getting the following message while trying to authenticate app with facebook...

image

I have added the provided keyhash to facebook developers' settings. But still I am getting the same error message.

Can anyone tell me how should I solve this issue?

Amit Vaghela
  • 22,162
  • 20
  • 85
  • 137
anuradha
  • 662
  • 1
  • 9
  • 20

2 Answers2

1

Goto to developer settings for your app on facebook and add the Key Hashes shown in the above error manually under settings>basic>Key Hashes. Then try running your app

R.Maharjan
  • 31
  • 6
0

Try this link Facebook android app error : Invalid key hash

I had a similar problem and it turned out that there was an upper case letter I which is similar to lower case letter l, inside this link you will find a code that can get the key hash, use Log to show it inside the console and copy paste it, it will do the trick.

Community
  • 1
  • 1
MuhammadNe
  • 654
  • 4
  • 11
  • 23