Answer the question
In order to leave comments, you need to log in
Working with facebook webhook, how to set up?
With a new comment, you need to get information about the comment. Does anyone have any examples? Please link to office. do not post documentation.
Answer the question
In order to leave comments, you need to log in
if (isset($_GET['hub.verify_token']) && $_GET['hub.verify_token'] == '123') {
header('Content-Type: text/plain');
echo $_GET['hub.challenge'];
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question