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
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 ...
Muhammad Jahangir Mustafa's user avatar
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 ...
Bruno's user avatar
  • 35
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 ...
Urvesh Rathod's user avatar
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 ...
xCy's user avatar
  • 1
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 ...
vandana dhoundiyal's user avatar
2 votes
0 answers
125 views

Not getting all leads from Meta/Facebook using webhook for page leadgens

We have integrated leadgen for page using webhook and everything is working great. We are getting leads for all form under that page from facebook. But after running for few days we have observed an ...
Snziv Gupta's user avatar
  • 1,056
-1 votes
1 answer
46 views

RASA postback from Button click not working - Facebook Messenger

Issue : enter image description here The Search Flight button is stopped working. But the prompt "Search Flight" is working Also , I can't see the log in webhook requests when I click the ...
Hardik Mirani's user avatar
0 votes
0 answers
100 views

WhatsApp webhook developed with AWS Lambda works well locally, but occasionally doesn't work online on AWS

I've developed a WhatsApp webhook using AWS Lambda function in Typescript. When I test locally, everything works fine. When I deploy the application, everything works fine as soon as the deployment is ...
geraud's user avatar
  • 1
6 votes
0 answers
576 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&...
AlphaWulf's user avatar
  • 373
0 votes
0 answers
140 views

Webhook did not fire after subscribed WABA to application

In order to connect WhatsApp business with an application, I use embedding singup flow. All seems well - I use subscribed_apps endpoints and get a successful response: curl --location --request POST '...
Hodaya Shalom's user avatar
4 votes
1 answer
660 views

How to test Instagram Webhooks and get approved?

Background: The webhook allows to receive the context and information about the interaction of Instagrammers with particular users, the official documentation states that instagram_manage_messages ...
Pathik Patel's user avatar
  • 1,460
0 votes
1 answer
345 views

Google Sheet Facebook Lead Form integration does not updates with new leads

I want to integrate the new Google Sheet CRM in order to get a Google Spreadsheet updated each time I receive a new lead from an Ad. These are the steps I'm following. I can see the leads inserted in ...
Carlos's user avatar
  • 119
0 votes
0 answers
91 views

How to retrieve the media owner instagram id when receiving comments from webhook

I'm currently receiving comments via the Instagram webhook. However, the payload doesn't include the media owner's information (specifically the instagram user ID), making it challenging to determine ...
zach_21's user avatar
  • 181
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/...
Phạm Quang Trung's user avatar
0 votes
0 answers
62 views

Realtime facebook webhook lead retrieval - facebook doesnt send webhook

Im trying to retrieve leads from instant lead form facebook in real time using webhook. I have server with node.js post request for facebook webhook. I have created developer app for marketing API and ...
user377055's user avatar
0 votes
0 answers
169 views

Webhook/real-time updates for changes in Facebook ads/adsets/campaign

I couldn't find a straight-forward webhook in Facebook's documentation for getting updates in real-time whenever anything changes in Facebook ads manager - Ads/AdSets/Campaign to be precise. I also ...
TheKalpit's user avatar
  • 1,416
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´...
Caleb Vivero's user avatar
2 votes
0 answers
102 views

Unable to Receive messaging_referrals Events Despite Proper Webhook Configuration for Messenger Webhook API Facebook

I'm facing an issue with my Facebook Messenger app where I'm unable to receive messaging_referrals events despite having configured my webhook permissions correctly. Here's what I've done so far: I've ...
Dian Arief R's user avatar
0 votes
1 answer
74 views

Agent Executer chain giving multiple 200 OK POST requests to meta webhooks

@router.post("/webhook") async def webhook_events(request: Request): payload = await request.json() # print(json.dumps(payload, indent=4)) message = "" # print(...
Kushagra Punia's user avatar
0 votes
0 answers
216 views

How to make your facebook bot created using Graph API available to all public?

I have successfully created a facebook messenger bot using Graph API by following these two tutorials: https://www.pragnakalp.com/create-facebook-chatbot-using-python-tutorial-with-examples/ https://...
AqashaT's user avatar
  • 87
0 votes
0 answers
252 views

The URL couldn't be validated. Response does not match challenge, expected value="802376652", received="null"

When I am trying to configure meta webhook using AWS API as callback URL for my lambda function, I am getting an error: The URL couldn't be validated. Response does not match challenge, expected value=...
Amit Chandra's user avatar
0 votes
0 answers
88 views

Is there a way to manually trigger Facebook Meta API's verification webhook manually or check its verification status?

When creating a webhook on the Meta developer platform, one is asked to provide a Webhook URL and verify_token. Upon clicking Save & Verify a verify request is sent to the URL to check whether the ...
BerciTheBeast's user avatar
0 votes
0 answers
49 views

How to fetch the user email address from sender_id field of Mentions webhook of Facebook Graph API?

I have subscribed to Page Mention webhook of Facebook Graph API. It returns me a response in this format : { "entry": [ { "id": "0", &...
Charles Mohapatra's user avatar
0 votes
1 answer
530 views

Trouble with webhook for whatsapp

I am writing a webhook in C# to receive messages, change state and so on from whatsapp business platform. My webhook receives data correctly from meta, but I cannot understand how to convalidate URL. ...
Demo's user avatar
  • 1
0 votes
2 answers
685 views

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 ...
Andy Weinstein's user avatar
0 votes
1 answer
634 views

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 ...
Chris Kariuki's user avatar
0 votes
0 answers
162 views

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 ...
Adnan_developer's user avatar
0 votes
1 answer
470 views

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 ...
vially's user avatar
  • 195
1 vote
1 answer
2k views

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 ...
nvercher's user avatar
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 ...
tobi umar's user avatar
1 vote
1 answer
392 views

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 ...
Pablosorno's user avatar
1 vote
0 answers
106 views

How do I get message_reads webhook from Facebook?

I have an issue with message_reads webhook (Messenger Conversations). I have been registered my app to messages and message_reads webhooks but I only get events from messages. My app has ...
Julien's user avatar
  • 115
0 votes
0 answers
137 views

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 ...
SwordOfSouls's user avatar
0 votes
1 answer
305 views

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 https://...
pvpkiran's user avatar
  • 26.7k
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 ...
George Muddu's user avatar
2 votes
0 answers
971 views

Instagram Messenger API Registering Webhooks

I'm building an integration that manages Instagram Messenger chats on behalf of clients. In the past I've done an integration for Facebook Messenger. I'm stuck on how to actually get the client ...
Alan's user avatar
  • 41
0 votes
1 answer
323 views

Instagram: invalid message data error while trying to send pushback buttons

Using https://graph.facebook.com/v13.0/me/messages?access_token=pagetoken post url trying to send pushback buttons. But its gives error as: "message": "(#100) Invalid message data"...
SushantPatade's user avatar
2 votes
2 answers
2k views

How to validate payload for facebook whatsapp webhook in AWS Lambda?

I am trying to validate facebook's webhook payload using the instruction they have given in their developer docs. The signature I am generating (expectedHash) is not matching the signature that I am ...
Rishabh Tyagi's user avatar
1 vote
2 answers
1k views

WhatsApp messaging webhook does not work in production mode

I am trying to create a connection between our WhatsApp Business account and our website where we gather all messages sent to our business on different channels (through our own app, text, WhatsApp, .....
Pie's user avatar
  • 351
0 votes
1 answer
461 views

I can no longer receive messages from whatsapp on my webhook but I do from postman

I created a webhook to retrieve messages from a whatsapp number. It had worked very well so far. Now when I test the webhook on postman it works. But messages from whatsapp are ignored. NB: I followed ...
Steve Dan's user avatar
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://...
SushantPatade's user avatar
0 votes
0 answers
423 views

Configuring Facebook Webhooks to get notifications in Laravel app

I am trying to configure my Laravel app to receive notifications for any comments given on my Facebook page. I have verified the Webhooks with my Laravel app and now am trying to subscribe to a sample ...
HarshGaikwad's user avatar
0 votes
1 answer
603 views

Independently subscribe to Instagram and Facebook Page webhooks?

I know it is possible to subscribe to webhooks (for a Meta/Facebook App) for a specific Facebook page by using https://graph.facebook.com/{pageId}/subscribed_apps?subscribed_fields={fields}&...
Sten's user avatar
  • 1,109
4 votes
1 answer
2k views

Facebook webhook verification response structure

This is my first time posting the question so please feel to provide feedback to improve the question. Facebook webhook mentions that the endpoint should be first verified before the webhook endpoint ...
spirax4k's user avatar
1 vote
0 answers
322 views

can we retrieve Facebook leads without Facebook APP Review

I have created an App in https://developers.facebook.com/apps and I have one Facebook page, in that I have created ads and I got some leads, those leads I can see in Leads Center in respective page. ...
MURALA SANDEEP's user avatar
1 vote
1 answer
945 views

Facebook/Instagram webhook for DM not working anymore

We are using webhooks for "instagram" resource and then executing some logics based on type of webhook we receive. One of the webhook in the list is the "message" webhook which we ...
Akash Nigam's user avatar
1 vote
1 answer
750 views

Webhook for Facebook Group Comment

How can I get comments from a Group using Facebook Webhook? I want to get the comments from a group instantly using webhook. My app is verified with publish_to_groups, groups_access_member_info ...
Touhidur's user avatar
  • 205
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://...
Quinn Finney's user avatar
0 votes
1 answer
627 views

A Facebook Messenger BOT With Java

I try to create a facebook messenger bot I tried Victor de la Cruz method,the code is below , and here is the origin code: https://www.codementor.io/@vcg_cruz/a-facebook-messenger-bot-m2g6wgcxb#...
liban11's user avatar
1 vote
0 answers
239 views

Facebook messenger webhook provide "Attachment Unavailable" instead of location coordinates

I'm building a messenger bot using the facebook webhook, but every time I send a location to the bot I get the following attachment without coordinates: "attachments":[ { "type&...
Neil Segard's user avatar

15 30 50 per page
1
2 3 4 5