Search code examples
androidfacebookkeyfacebook-android-sdk

What is the keystore password?


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?


Solution

  • 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. –