If FB.init({status:true}) causes the Javascript SDK to load status, what is the most efficient way I can get the status?
Do I have to use the async call to FB.getLoginStatus()? Or is there a synchronous way to get the status that would save a web request?