AngularFacebook icon indicating copy to clipboard operation
AngularFacebook copied to clipboard

Event is not gettings triggred on page like

Open aman0511 opened this issue 7 years ago • 1 comments

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'], };

aman0511 avatar Nov 30 '17 08:11 aman0511

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.

boynux avatar Dec 22 '17 14:12 boynux