Monday, March 19, 2012

Facebook integration hickup

After encountering some weird behaviour of facebook login session on client  side,
i just realized that the flow of the code have to be correct.

window.fbAsyncInit = function(...);

the code above should come first, before including facebook js file below:

[script]http://connect.facebook.net/en_US/all.js[/script]

No comments: