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
1 answer

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", "type": "OAuthException", "code": 100, "error_subcode":…
0
votes
0 answers

Facebook Pages Access Token (multiple) to a single Webhook

I am trying to add about 10 different Pages Access Tokens as ".env" in order to send the "verify token" to a single webhook, because all pages will use the same Facebook App. I am using a Heroku "Node.JS" app and my goal is replicating the same I…
0
votes
0 answers

invalid/missing permissions trying to read leadgen data in webhook Facebook Graph API

I use the version 9.0 of the Grapph API. The leads retrieval was wroking ok, but the last 3 weeks I am not able to retrieve lead form information, using the endpoint…
0
votes
0 answers

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, ...). I've followed this tutorial…
Pie
  • 341
  • 1
  • 10
0
votes
1 answer

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 the webhook setup of meta for developer with…
0
votes
0 answers

Can we get a Facebook Page Messenger Webhook When Chat "move to done" or into folder "page_done"

I Can't find the ways to get a facebook facebook Page Messenger Webhook When Chat "move to done" or into folder "page_done" only find by API I looking for ways to get a webhooks when page's admin move chat to done or archived it
0
votes
0 answers

Facebook Leadgen - App review needed when only needing e-mail address?

our company wants to reduce the need for Zapier, that's why I'm moving more and more automations to our own webserver. As I did the mistake before with Zoom, I read carefully when the App is needed to be reviewed and when not. We are using Zapier to…
0
votes
0 answers

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 endpoint as mentioned in this…
0
votes
1 answer

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}&access_token={token} but how does this work for Instagram…
Sten
  • 1,079
  • 11
  • 25
0
votes
0 answers

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…
0
votes
1 answer

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#comments-m2g6wgcxb it works but when I send a message…
0
votes
1 answer

Respond to Instagram webhook in Django

I set the callback-url for Instagram webhook, and when Instagram Get my callback-url I should respond to the hub.challenge to verify. Instagram GET request to my endpoint URL: GET https://callback_url/webhooks? hub.mode=subscribe& …
0
votes
0 answers

Is it possible for an Facebook app with messenger chat bot functionality (webhook and messenger), to receive messages sent to my user profile?

I have a Facebook user profile that is admin of a company page. I'm developing an app with "messenger chat bot" functionality. It is receiving all messenger messages sent to the company page. I would like this app to also process all messenger…
Eu Eu
  • 1
0
votes
0 answers

Dialogflow Facebook messenger webhook - TTS response

I integrated my Dialogflow chatbot with Facebook Messenger and I was so far able to successfully send custom text and audio files from my node.js webhook. The problem is that in order to send audio it must be online and I have to provide its URL.…
0
votes
1 answer

I'm loading a angular app uplaoded on firebase in facebook webview. Getting refused to frame error

I'm loading an angular app uploaded on firebase in facebook webview. Getting refused to frame error for both API and view. I have put meta tags in index.html too. ERROR: HTML Rendor Error [Report Only] Refused to frame 'https://yyyyyyy/' because it…