Skip to main content

Questions tagged [facebook-webhooks]

Facebook webhooks allows to be notified in real-time of change events related to specific objects in the Facebook Social Graph, using the HTTP webhook callbacks.

facebook-webhooks
6 votes
0 answers
577 views

Facebook Messenger API not sending "messaging" webhook

I am trying to set up a basic webhook to fire when a page receives a message. If I manually curl a message, my server gets it. If I use the app dashboard to test something like "message reactions&...
2 votes
3 answers
855 views

Trouble adding webhook url to WhatsApp Business product on Facebook Developers Dashboard

After selecting the Whatapp product on my Facebook developer dashboard, I try to add a webhook but it fails to verify the call back URL and get I an error message that says: The callback URL or ...
0 votes
1 answer
538 views

Is there a way to receive outgoing messages through webhook? (Official Whatsapp Business API)

I´m testing the official WhatsApp Business API by Meta, and want to receive the messages that i send to the users through the webhook, because the logic on my program manage the messages that way (I´...
0 votes
0 answers
33 views

Facebook Webhook "messages"

I am trying to implement Facebook webhook in my .net 6 project. I have verified the webhook url but when i send test "messages" from facebook webhook.it doesnt create any file. its creating ...
2 votes
3 answers
2k views

Facebook Webhook test send not working?

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. ...
6 votes
3 answers
1k views

facebook webhook url error has been identified as malicious and/or abusive

We are testing facebook messenger with our bot. Few months back we were able to configure ngrok url over facebook.developer as callback webhook url, but not its giving error as "The url https://...
1 vote
2 answers
741 views

Is there local Accepted Tunneling Solution To Test Facebook Webhooks

I am integrating WhatsApp with Django application that I am still running locally to send WhatsApp which is working fine. However to receives messages from Facebook it needs a webhook that I have ...
0 votes
0 answers
102 views

Webhook to get Facebook Page Feeds

I am stuck with the Webhook endpoint where i receive the Facebook feeds I need to create an API to get the Facebook feeds(commonts,like, etc) which are Made on My Facebook Page. By Following the steps ...
18 votes
3 answers
12k views

Facebook - Get conversation thread ID with message ID?

When I receive a "message received callback" event from the Facebook Realtime API (webhooks) I want to fetch previous messages in the conversation. To do that I need the ID of the conversation thread. ...
1 vote
1 answer
65 views

Facebook Webhook User ID seems incorrect?

I created a small script to handle all webhooks from Facebook feed. The goal is to detect when a page goes live and get all comments from that live video. So far, everything is working well: I receive ...
0 votes
0 answers
463 views

What will trigger the Ad Accounts Webhook from the Facebook Marketing API?

I am working on an app that needs to have live information on campaigns, adsets and ads from a given ad account. I found this documentation on web hooks for creation or change to ad objects: https://...
5 votes
4 answers
6k views

Instagram webhook not activating

My goal is to use the Facebook webhooks to get a notification whenever an IG user mentions my IG account. For that I have followed these steps: I have created a Facebook page and connected it with an ...
0 votes
0 answers
46 views

Integrating "Facebook login for business" in web portal

While Integrating the Facebook login for business I am facing "It looks like this app isen't available". I have followed all the steps mention in the META documentation. please click here to ...
0 votes
1 answer
615 views

Can not configuration webhook. The callback URL or verify token couldn't be validated. Please verify the provided information or try again later

i am trying to configure webhook's callback URL on whatsapp with my API but it is not working Here is my API code <?php add_action('rest_api_init', function () { register_rest_route( 'test/...
0 votes
0 answers
107 views

Facebook webhook not working. How to fetch leads from facebook webhook?

I want to fetch leads from Facebook using the webhook for page updates and the leadgen subscribe for which i have created the endpoint as Webhook and token and created the post API to fetch leads and ...

15 30 50 per page
1
2 3 4 5
14