android - Issue in Facebook login -


i trying email id facebook,using facebook sdk tried integrating stuff went terribly wrong , not getting email id facebook.:(

i think followed procedure of getting app id , sort of stuff.

  error apiexception:key hash +axk1tuwwib/3ldt7xi3mzkaorm   not match stored key hashes. 

this exception getting, after lot of googling not able find hash key stuff please me sort out.

you need create keyhash debug , put in facebook settings page

this line creates debug key hash:

keytool -exportcert -alias androiddebugkey -keystore %homepath%\.android\debug.keystore | openssl sha1 -binary | openssl base64 

when prompts password, password android

and put keyhash in settings in facebook app

enter image description here

you should every computer working on app on.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -