FB.getLoginStatus not calling its callback
The title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback I gave it. The only interesting clues I've found are FB.Auth._loadState is stuck on "loading" -- whatever is supposed to make it click over to "loaded" isn't happening slight delays like putting in alert() calls tend to make it start working Any hints at all about even how to investigate this welcome. This usually happens for me when I am running the page under a different domain from what has been registered in Facebook. Typically this is when I am developing