0

I am using android facebook sdk to have a login functionality in my app. I know how to generate a key hash(it's command actually) but I don't know what password do I need to give it, everytime I enter a new password it get's me the key. Is there any specific password? How do I get that password? Also, I am getting an error continuously that no key hash matches with the key hash that is printed on the screen(in the error). Why is that happening?

Mohammad Areeb Siddiqui
  • 9,795
  • 14
  • 71
  • 113

1 Answers1

0

you need to pass your key store password,keystore which you are using for sign in the app.If application is not live i mean directly running from eclipse debug keystore password("android") need to pass. –

user1140237
  • 5,015
  • 1
  • 28
  • 56