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
1 vote
1 answer
345 views

Can we get shares an reactions in the response from an instagram story via webhook/api?

I am trying to setup a webhook to my cloudrun and pubsub service. Is there anyway in which i can get to see reactions and shares of my stories; The sample response does not seem to have a key value ...
shivam chowdhary's user avatar
1 vote
0 answers
174 views

Problem to convert byte to string in Webhook - LoggerDebug - Python3

I have a WebHook server and it is receiving a POST with the information in the Body. I need print this output but I dont get found the problem. (I tried to convert byte to string but does not work) I ...
Andres Zapata's user avatar
-2 votes
1 answer
48 views

How to enable receiving Facebook Bot incoming messages from people(general public) not in Developer's List?

I am developing a Facebook Messenger bot using the Facebook official API. But the problem is I do receive messages I sent by my account to this page on Bot but can't receive it from other people? I am ...
M Jane's user avatar
  • 3
0 votes
1 answer
701 views

Can I add two URLs in the facebook webhook Callback URL?

I am using the same APP for the development, staging, and production environment. And I have configured a webhook for "Application". Now I have added the development URL for testing purposes,...
NARGIS PARWEEN's user avatar
1 vote
1 answer
750 views

Leadgen Webhook: A user access token is required to request this resource

I want to get leads data from fb page forms. I am receiving Real time updates for leadgen webhook. Then I try to get leads details bu cURL like this curl -X GET \ -d 'access_token=<ACCESS_TOKEN&...
Akshay Bhosale's user avatar
0 votes
1 answer
626 views

Facebook Graph API webhook is not sending the GIF image attachments in DMs

I have implemented a messenger bot application to get the Facebook DM's using Facebook Graph API webhooks and send the responses from my application. Webhook is working fine to get the messages, ...
Dhana's user avatar
  • 1,648
0 votes
0 answers
176 views

Not able to retrieve lead ads from Facebook webhooks

I have subscribed for leadgen on facebook devlopers- webhooks. I can't receive any real-time leads. And my app is in development mode. If I switch the mode, all the permissions set for the app are ...
Mrunall Veer's user avatar
0 votes
1 answer
2k views

unable to test webhook by sending cURL request

I am trying to test my webhook by sending this cURL request: curl -H "Content-Type: application/json" -X POST "localhost:1337/webhook" -d '{"object": "page", "entry": [{"messaging": [{"message": "...
Jordi Van Veen's user avatar
0 votes
0 answers
272 views

Lead Ads Testing Tool - Server failure (102)

I'm trying to get Facebook leadgen ad data. 1-)As seen below, facebook sends the data to me successfully and I receive it successfully. Successful Process img 2-)But the submissions I made on just ...
Abdülhamit Yılmaz's user avatar
1 vote
1 answer
146 views

heroku webapp displays error, says "Cannot GET /"

I have been following the webhook setup on Facebook Developer: https://developers.facebook.com/docs/messenger-platform/getting-started/webhook-setup I have been deploying my index.js file on a heroku ...
ValiantKnight420's user avatar
1 vote
0 answers
2k views

Graph Api Webhook Instagram Comments

I try to integrate Instagram into my web app. I need receive webhook by each comment/reply in my media. But I couldn't identify webhook comment parent ID because webhook response doesn't contain such ...
M Usman Wahab's user avatar
1 vote
0 answers
294 views

How do I get leads from multiple facebook pages using a facebook app and a webhook?

I'm trying to get leads from facebook pages using a facebook app and a webhook. I'm using Zapier right now(which is working) but I'm trying to create a custom solution to replace Zapier. My webhook ...
bmich72's user avatar
  • 720
1 vote
0 answers
148 views

get user address in messenger chatbot with python in dialogflow

I am working on facebook messenger chatbot development i am having these facebook webhook error showing in picture. i want to make it with dialog flow using python language. the idea is to get user ...
Technlogics's user avatar
0 votes
3 answers
1k views

Rocket.Chat Incoming Webhook: answer with specific responce (for facebook integration)

My goal is to sent facebook webhook to the "incoming webhooks" of Rocket.Chat But facebook needs a "Verification Request" with a specific response and a key. Is it possible change the standard ...
pinguin's user avatar
  • 65
3 votes
1 answer
2k views

Validating payload from Facebook webhook

EDIT: The comment by CBroe is the solution. Ensure the payload from Facebook is not parsed before making the hash. I'm trying to validate the contents of a webhook payload from the Instagram Graph ...
Lewis Donovan's user avatar

15 30 50 per page
1
3 4
5
6 7
14