Open thuydx55 opened 9 years ago
I used this code in my project
ctor: function() { this._agent = window.facebook || (window["plugin"] ? window["plugin"]["FacebookAgent"]["getInstance"]() : null); }, isLoggedIn: function() { return this._agent.isLoggedIn(); },
when i call isLoggedIn function, it always returns false even if i logged in before
isLoggedIn
@minggo @pandamicro pls check this
I used this code in my project
when i call
isLoggedIn
function, it always returns false even if i logged in before