Single Sign On for Facebook on Android not working?

I took the debug key store in Corona and used keytool to generate a hash. Put that hash in my facebook settings and enable Android Native App.

I ran the facebook.login( fbAppID, fbListener ) in my code but its still asking me to enter email/password even though I have the facebook app installed on my phone.

Am I missing a step somewhere? [import]uid: 75551 topic_id: 19716 reply_id: 319716[/import]

Not sure if you’ve solved this or not.

Is the hash definitely correct?
If it didn’t ask you for a password when you generated the hash, then it’s just a junk value one. You need to “cd user/…/keystorelocation” to the directory with the android keystore file and then generate the hash.

Also (I don’t mean to be patronising here) but when you entered the details into the Facebook Developer site, did you save them? It doesn’t autosave. [import]uid: 84115 topic_id: 19716 reply_id: 82758[/import]