Facebook error on android. I’ve been having this issue as well. I’ve read many forum posts and spent some time on this and I have things working now thanks to everyone here. Just in case anyone is still having this issue this is the process that I’m using. I’m using similar code to the one that ‘schizoid2k’ is using.
1- I go to c: prompt and navigate to the location where the ‘androiddebugkey’ was which for me is: c:/Program Files (x86)/Corona Labs/Corona SDK/Resources
2- Once in that area I make a keystore using this code at the c:prompt: keytool -genkey -v -keystore youpickthename.keystore -alias youpickedthekeyname -keyalg RSA -keysize 2048 -validity 100
3- Once I do that I go back to the simulator and click ‘build for’ Android/Amazon and fill out the information. Under ‘keystore’ I put the location of the keystore which in the case would be; c:/Proram Files/Corona Labs/Corona SDK/Resources/youpickthename.keystore. Under ‘key alias’ will be a list of the key aliases in that store that you’ve created, in this case: youpickedthekeyname
4- Then I save the file to my phone, install it. Then with the phone connected via usb I click on c:prompt and type ‘adb logcat’ and wait for all the info to start scrolling. I then navigate to my app and press my facebook button and wait about a second or so and scroll through the list to find where it says: Login failed: invalid_key:Android key mismatch. You
r key “JGn9F2vDQ/w6hexLxdefCUpxYIA” does not match the allowed keys specified in
your application settings. Check your application settings at http://www.facebook.com/developers
5- I then take the mismatched key, JGn9F…and so on and go to where I created my app on facebook and fill in the hashkey with the above info. After saving I wait about thirty seconds or so and then I go back into my app and press the facebook button and EVERYTHING WORKS!!! YIPPEE!!
I hope this helps anyone having problems with this. All the information was done by all these other wonderful programmers but I just put it together like this so everyone is not back and forth up and down and all around like I was. I’m sure there is a better way but this works for me. [import]uid: 114782 topic_id: 20741 reply_id: 119169[/import]