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
1
vote
0 answers

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 used the next script but it does not…
1
vote
1 answer

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=' \ https://graph.facebook.com/v9.0/{lead-id}/ But…
1
vote
1 answer

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 server and all it says is error, cannot get…
1
vote
0 answers

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 information. Is there any way I can Find…
1
vote
0 answers

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 is working for one page, but I have about 10 …
bmich72
  • 640
  • 5
  • 6
1
vote
0 answers

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 current and destination location.
1
vote
0 answers

Facebook API Instagram webhook not firing

I am having trouble testing Facebook API's Instagram webhooks Here is what I've done : My Facebook application is validated with manage_pages, instagram_manage_insights and instagram_basic permissions My Facebook application is "Live" I have…
benomite
  • 848
  • 7
  • 23
1
vote
0 answers

Need to capture the reviews notification in Facebook Webhooks

I have multiple business Facebook pages. I want to set the callback URL in Webhooks for all the pages to get the reviews and ratings. When someone give the reviews and ratings in any of the pages. I should get the notification in our server from…
1
vote
0 answers

How to get webhook notification from facebook when a post is made in facebook with specific string in it

I want to get notification whenever a post is made in a facebook group and the title has some specific string. Is that even possible? I am not owner of the group but just a member
biswpo
  • 771
  • 7
  • 23
1
vote
0 answers

I was trying to build a webhook with OAuth login flow. but I am stuck with the below-stated problem

I am building a webhook app but I have a problem, I have a load balancer and the problem is like, let's say: FB is sending me msg to my WEBHOOK, and after some processing, I am moving those to a common rabbitMQ, but the problem arises when I have…
1
vote
1 answer

Is there a facebook webhook for when user removes the app from business integrations?

I would like to handle the case when a user removes my app manually from business integrations. I want to know 2 things: 1- What webhook should I use? 2- Does this webhook return the account id of the user? I have investigated ad_account webhook in…
Ielgohary
  • 103
  • 2
  • 9
1
vote
1 answer

facebook webhook "Error The URL couldn't be validated. Please try again." no request recieved

I'm attempting to set up a java messenger bot. facebook keeps saying the url cannot be validated when I try to validate the webhook. i dont see any get/post requests through ngrok or any notifications of a connection. The error appears to be in…
1
vote
1 answer

Azure Web App Bot Webhook Text With Facebook Always Drop On V4

I got a sample echo bot hosted on Azure Web App Bot, and link up with facebook messenger. Every configuration setup correctly, when I type message in FB Messenger, some of my text were actually not receiving in /api/messages endpoint. I used ngrok…
Eugene
  • 35
  • 4
1
vote
0 answers

Facebook Adgen The page admin who installs the app has ceased being an admin

In the leadgen testing tool I keep getting this below error . The page admin who installs the app has ceased being an admin I am not understanding what is the next step here. can some one please help ? Subscribed Field - leadgen Status -…
1
vote
1 answer

Subscribe to facebook graph api webhook for website likes count change

I have a website with some posts that have facebook like buttons. I would like to be able to sort those posts based on fb like count. I can get number of likes for any post querying https://graph.facebook.com/?ids=ABSOLUTE_URL_TO_POST but I would…
OndrejRohon
  • 337
  • 2
  • 13