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
22 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
58 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
44 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
86 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
85 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
0 votes
0 answers
70 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,036
-1 votes
1 answer
45 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
89 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
4 votes
0 answers
446 views

Facebook Messenger API not sending "messaging" webhook

Trying to setup a basic webhook to fire when a page received a message. If I manually curl a message, my server gets it. If I use app dashboard to test something like "message reactions", my ...
AlphaWulf's user avatar
  • 353
0 votes
0 answers
127 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
580 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
300 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
84 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
592 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
58 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

15 30 50 per page
1
2 3 4 5
14