Can't login to Facebook from device

Hello, trying to integrate Facebook into my game, but I’m having some problems. Whenever I try to login it returns that the login has failed, with a event.phase of loginFailed.

I have my appid and I have an android key hash, any tips on this.
Worked well some time ago(1 month or something), using build #773 [import]uid: 95786 topic_id: 24573 reply_id: 324573[/import]

@pfeiring, which Corona build are you using? Also, I assume you use your app’s keystore (not debug keystore) when you build your game. (Without your own keystore, I’d imagine you would not have been able to generate android key hash.)

Yesterday, I confirmed that my basic Facebook login & post-to-wall routine works. Here’s the code structure for it:

https://developer.anscamobile.com/forum/2012/03/20/facebook-login-problem#comment-99268

Try the similar code and see if you can login – if you still can’t login using similar code, maybe something is not set up quite correctly with your game at Facebook Dev site…?

Also, you might want to look into this helper module, which might help you debug your issue: https://developer.anscamobile.com/code/facebook-helpersupport-module

Good luck!

Naomi [import]uid: 67217 topic_id: 24573 reply_id: 99529[/import]