I am creating a Facebook Webhook. The callback link has been verified and so the connection should be okay.
When I further test the Webhook by pressing the test button under feed
,
it seems it works.
However, nothing's received in my server, not even an access log in Apache. (I have checked both ssl_access_log
and access_log
) Any suggestion on what I have possibly missed?
I changed App Mode from Development to Live, and worked!
Did you forget to write POST request method ?
Facebook Webhook confirm callback URL in GET request, but they send event in POST request. So you need both GET and POST method in your server.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With