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 used to use this code:

FB.getLoginStatus(function(response) {
....
}

But all of a sudden its not working, The callback doesn't fire. Oddly though, only with the android native browser (tested 4.0, 4.1). It works on iPhone, iPad, Chrome & Safari, including Chrome for android. I can't figure out why but its not restricted to my app. For instance I this app built by Sencha is no longer working either (I used it to base my code off):

http://www.sencha.com/apps/jog-with-friends

actual app url (Sencha Jog with friends): http://j.mp/senchajwf

I have gone through a lot of posts on this issue and followed what they instruct but the jog with friends app is built well & includes for instance the fbAsyncInit which can also cause this, but it would cause it on all browsers.

How can I fix this? I'm thinking of just using my own node script to handle fb instead of the js-sdk.

share|improve this question
1  
Zynga is reporting the error now as well. FB has made it a High priority: link – Lounge9 Mar 13 at 8:21
Do you have the issue too, could you upvote it too? It looks like they're finally on it – Akshat Mar 13 at 8:29
Update: Facebook will release a fix on Tuesday 26 March link – Lounge9 Mar 19 at 22:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.