Hi guys! I am using the angular-facebook module since january, but today I am facing an error.
Facebook.login() called before Facebook SDK has loaded.
I use the login method with promisses, and this message return as an error.
I don't know what to do, because it was working like a charm.
angular.module('myApp')
.config(function(FacebookProvider) {
FacebookProvider.init('0000000');
});
I always used like this. Anything changed?