Facebook login not working on Kindle Fire.

Hi,

I’m porting an app that fully works on android and ios and not on kindle fire, what I get is a blank screen saying that my app wants to access but when I press accept it just goes to the call back with login canceled.

Is someone else having the same issue? or does someone have an answer?

BTW I always get in the login event the following content even on android devices:

type: session

name: fbconnect

phase: loginCancelled

isError: false

Even if I accept the popup window asking me for permissions. Maybe this is something related to the native login?? Please help I need to publish this app now and I really need the FB post integration, it worked perfectly 1 month ago!

BTW, Also noticed seems the problem comes once you install the official Facebook App, then corona chooses to use the native login, this login is failing even with the old apps that were published and working!!

I always tested with the webview login that worked like a charm but now it has broken the entire stuff… :S can someone help me here please?

BTW I always get in the login event the following content even on android devices:

type: session

name: fbconnect

phase: loginCancelled

isError: false

Even if I accept the popup window asking me for permissions. Maybe this is something related to the native login?? Please help I need to publish this app now and I really need the FB post integration, it worked perfectly 1 month ago!

BTW, Also noticed seems the problem comes once you install the official Facebook App, then corona chooses to use the native login, this login is failing even with the old apps that were published and working!!

I always tested with the webview login that worked like a charm but now it has broken the entire stuff… :S can someone help me here please?

I was just informed by Amazon that my app had this problem and wouldn’t be accepted… I second a discussion of this topic

Hi guys, I fixed the issue, I don’t know why, even without changing my keystore the hash for facebook is different, or they were expecting a different one, I added this new one to their site and it instantly worked! :S

Check out if the hash has changed too in your logs just when you do the login.

I was just informed by Amazon that my app had this problem and wouldn’t be accepted… I second a discussion of this topic

Hi guys, I fixed the issue, I don’t know why, even without changing my keystore the hash for facebook is different, or they were expecting a different one, I added this new one to their site and it instantly worked! :S

Check out if the hash has changed too in your logs just when you do the login.