angular-easyfb
angular-easyfb copied to clipboard
Question about events
This plugin is really helpful, thank you for that, is there a way to catch event or some other way when someone posted a comment or does a 'like'?
Hi @shekspir55
Use FB JS SDK's event subscription API, which is available via ezfb.Event.subscribe
and ezfb.Event.unsubscribe
.
For like events, subscribe to edge.create
and edge.remove
. And for comment events, subscribe to comment.create
and comment.remove
.