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?