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:
Post a Comment