Getting comments from a Facebook page post with Webhooks?

Viewed 2570

I made a small facebook webhook handler with Node.js. I'm currently subscribed via webhooks to the "page" feed. I'm able to receive posts, comments and likes made by the page itself. Also, posts from users to the page itself.

I'd like to also receive user comments those page posts. Is it possible to do this with the Webhooks feature? How do I subscribe?

1 Answers
Related