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

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/...
mostafa's user avatar
  • 188
1 vote
0 answers
1k views

facebook webhook not receiving messages via messenger

So I'm tryin to get messages via messenger webhook. It is working well locally but when I try to send a message through messenger the callback(which is Heroku) isn't happening. I was sending the ...
Ekasu's user avatar
  • 11
0 votes
0 answers
76 views

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....
Eu Eu's user avatar
  • 1
0 votes
0 answers
201 views

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 ...
Johnny Am's user avatar
0 votes
1 answer
366 views

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]...
Muhammad Mudassir's user avatar
0 votes
0 answers
249 views

Odoo Facebook messenger intrgartion using webhooks needs conflicting controller type

I am trying to integrate the Facebook messenger with Odoo using the steps mentioned in this document https://developers.facebook.com/docs/messenger-platform/webhook. One of the first steps is setting ...
Daim Sayed's user avatar
1 vote
1 answer
384 views

Possible to get username for owner of mentioned comment?

I'm brand new to wrangling the IG Graph (and to API's, in general) and hoping someone might be willing to lend a hand. A bit of context: I am building a SaaS on Bubble.io. I have my authentication set ...
Terry Strickland's user avatar
0 votes
0 answers
675 views

Can I transform a user-id to PSID? - Facebook API Graph

Context: I'm building a webhook with NodeJS to get events from Facebook Page with my Facebook App. These events are: feed, mention (when a user tags the page on his wall) and message. I can get all ...
calvin11's user avatar
  • 187
0 votes
0 answers
146 views

What is needed to get simple Facebook webhook to work?

I have created a simple FB webhook app and have subscribed to trigger on feed activity. I successfully added and tested the user subscription, and clicking the webhook test button test works ...
Tim Thomas's user avatar
0 votes
1 answer
485 views

X-Hub-Signature on Facebook's Messenger Platform Webhook

Hi there, I have a problem with recreating x-hub-signature in the code. Here's what they say on official documentation: The HTTP post request will contain an X-Hub-Signature header with the SHA1 ...
Sindibad Moreplovac's user avatar

15 30 50 per page
1 2 3
4
5
14