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.

What is it?

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.

See also

203 questions
0
votes
0 answers

Facebook callback URL not working with port redirection

I'm building a chatbot for Facebook page using ExpressJs and Nodejs. I've tested my chatbot and it worked flawlessly with ngrok. My environment are: A server with static IP: 123.123.123.123, access internet via Draytek Vigor router with port 443 …
0
votes
2 answers

Facebook/Whatsapp Webhook is not being verified

I am setting up an app to work with WhatsApp. In order to do that I need to supply a webhook, per Facebook's specifications. I did so. When I try to use Quickstart - Configuration - Webhook - Edit to connect my account/app to my webhook, it says it…
Andy Weinstein
  • 2,639
  • 3
  • 21
  • 32
0
votes
1 answer

Facebook webhook node.js server does not receive test post requests from facebook

I have created a facebook webhook using node.js to pick messages sent to my account. However, I am unable to receive the test post requests on my server. I thought the problem was with my code, but sending the same json post requests from the…
0
votes
0 answers

I want to get Real Time updates using the Facebook Web Hooks whenever someone fills the Instant Forms and Leads are added

I want this to be similar to a saas service where people can connect their page and whenever a new lead is added we can send a POST request to an API using Webhook. I am able to just Read the data but not able to get Real Time Updates, If there is a…
0
votes
1 answer

Meta WhatsApp Client Localization Request Body not working in my Webhook code as prescribed in the Doc

I have a nodejs bot and a method which helps me send client a request for their location using a special Meta Whatsapp body as prescribed in the section Location Request Messages of Sending Interactive Messages Doc: Doc prescription below: { …
vially
  • 187
  • 1
  • 10
0
votes
0 answers

Can't send message in messanger bot using Graph API

So, I want to create a messanger bot using php. I've successfully set up webhooks (I'm using XAMPP + ngrok) and when I send a message to bot I see that webhook is triggered (in ngrok inspector panel I see POST request with headers and payload). Then…
0
votes
0 answers

Instagram Messages- Not receive events, only for an specific customer

I have done an integration with Instagram Messenger and it works fine but one of our customers in spite of has been able to link with us we don't receive webhook events, only for this client. This problem is driving me crazy and I can't seem to get…
0
votes
1 answer

Unable to validate callback URL and verify token for Meta's WhatsApp Cloud API with Google Cloud Function

I'm trying to set up a webhook in my Google Cloud Function that can receive incoming messages from the WhatsApp Business API and forward them to platform called Front. However, when configuring the webhook on Meta for Whatsapp, I get the error The…
0
votes
1 answer

Facebook Leadgen webhook does not include ad_id nor adgroup_id

Issue: I have configured webhooks in my Facebook App to send leadgen data to my web application. It works fine for the most part and I receive the webhooks in real time but the the fields adgroup_id and ad_id are not present in the response object…
0
votes
0 answers

Webhook Events - Instagram Messenger

I need help with a problem that's driving me crazy regarding integrating Instagram Messenger using Facebook's Graph API. Our clients are successfully linking to our application, and our Webhook is receiving events without any issues, but one of our…
0
votes
0 answers

Can't Integrate rasa chatbot (3.4.4) on Facebook Messenger

I can’t integrate rasa chatbot on Facebook Messenger .I followed this guide Facebook Messenger the issue: facebook’s webhook can’t accept Callback URL created by Ngrok “Error The callback URL or verify token couldn’t be validated. Please verify the…
0
votes
0 answers

Paypal Invoice Paid Webhook

PS: I am unsure the right place to ask this question I have recently been working with PayPal invoices in an application. This application generates an invoice which the user then pays. It is then meant to listen to PayPals "Invoicing invoice paid"…
0
votes
0 answers

My callbak url is verified with postman but not verified when verifying from facebook messenger

I verify my webhook on postman using this code from the documentation: GET https://www.your-clever-domain-name.com/webhooks? hub.mode=subscribe& hub.verify_token=mytoken& hub.challenge=1158201444 But when launching the webhook verification for…
0
votes
1 answer

Facebook lead ad webhook how to set authentication

I want to setup a webhook for facebook leads. i.e Every time there is a lead in facebook I should get a webhook on the configured URL. I am able to do this with the help of the documentation…
pvpkiran
  • 25,582
  • 8
  • 87
  • 134
0
votes
1 answer

Facebook Whatsapp Bussiness account suspended

I am able to setup Whatsapp Business API in my VB.net Desktop application during my testing period i tried to send whatsapp messages to my own number around 10-12 message in 2-3 days using templates. Suddenly my Whatsapp Business account suspended.…
abdullah
  • 13
  • 4