AngularFacebook
AngularFacebook copied to clipboard
Event is not gettings triggred on page like
Hi i am trying to call page like event function, i have added that into my code. BUt it is not working.
var facebookEvents = { 'auth': ['authResponseChange', 'statusChange', 'login', 'logout'], 'edge':['create'], };
I don't maintain this project any more, here is the code that parses the evens: https://github.com/boynux/AngularFacebook/blob/15c5472f7b6d62c6686021e735da6e15bb39c2bf/facebook.js#L79
So if your event mapping is correct, it should work.