Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about events #57

Open
shekspir55 opened this issue Sep 23, 2015 · 1 comment
Open

Question about events #57

shekspir55 opened this issue Sep 23, 2015 · 1 comment

Comments

@shekspir55
Copy link

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

@pc035860
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants