I want to integrate Facebook leads into my WordPress website.
I went through all instructions given on Facebook url https://developers.facebook.com/docs/marketing-api/guides/lead-ads/quickstart/webhooks-integration
But I'm not getting request parameters when webhook trying to verify webhook on page subscription.
$challenge = $_REQUEST['hub_challenge'];
$verify_token = $_REQUEST['hub_verify_token']
Also request body is blank.
file_get_contents('php://input');
Thanks to help in advance.