Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using FB.getLoginStatus (as per the documentation) and it works exactly as expected in all desktop browsers, but for reasons that I can't deduce, the call just simply vanishes into la-la land when it's called from iPad or Android (tested on a wide range of devices and OS versions).

I'm at a loss as to how to debug this. No exceptions are raised (that I can stick an alert into), so, I'm just totally stumped. All suggestions on how to figure out what the issue might be, or better yet, a SOLUTION! would immensely appreciated.

share|improve this question
Have you got any solution for this yet? I am having exact same problem. But in my case I am able to call it from everywhere except android's default browser (Samsung Galaxy S3). – raj_arni Mar 29 at 23:48
unfortunately I have not. – Dr.Dredel Mar 30 at 1:54
Thanks. After a bit of research I found this bug listed on FB site: developers.facebook.com/bugs/567636106594783 it claims that its fixed but not released yet. – raj_arni Mar 30 at 5:14

1 Answer

I was having the EXACT same issue and then realized that I was testing my mobile versions with domainname.com instead of www.domainname.com. Facebook will only redirect information to one or the other and not both.

share|improve this answer
unfortunately I'm testing my versions with the same subdomain across all scenarios, but +1 for good thought. – Dr.Dredel Jan 12 at 2:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.