I am trying to get the webhooks for Facebook page likes through meta webhooks subscription. I have followed documentations for likes webhook (https://developers.facebook.com/docs/graph-api/webhooks/reference/page/#feed). I have subscribed to feed webhooks, since it mentions that the page likes will be comming from feed section but i am not getting any webhooks hits for page likes. I am receiving webhooks for (comments, likes etc) in feed section but not page likes. Am i doing something wrong?
I have subscribed to feeds section for likes webhooks and built and registered an endpoint to receives updates.