Talk:JS API M FB.Connect.IfUserConnected

From Facebook Developer Wiki

Jump to: navigation, search

Does this hit the facebook server to determine this? -- 419214 15:26, 20 December 2008 (PST)

Nope. The callbacks are called based on the value of a status variable stored in the javascript library. -- 419214 08:30, 17 February 2009 (PST)

Note: there is a bug (bug 4411) that causes the callbacks passed to this method to be called multiple times. The callbacks ("ifUserConnected" and "ifUserNotConnected") passed to FB.init() do not appear to suffer from this problem. -- 419214 21:07, 17 February 2009 (PST)

reference