angular-easyfb icon indicating copy to clipboard operation
angular-easyfb copied to clipboard

Question about events

Open shekspir55 opened this issue 9 years ago • 1 comments

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'?

shekspir55 avatar Sep 23 '15 13:09 shekspir55

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.

pc035860 avatar Sep 29 '15 03:09 pc035860