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

How to get user_id from page scope id

I'm trying to get page scope id (PSID) from user_id As I know, one user have two kind ID: one for Graph API Platform (GID) and one for Messenger platform (MID). (PSID = MID, user_id = GID) I've found out the way to change from GID to MID: GET…
Do Minh Phong
  • 312
  • 5
  • 13
2
votes
1 answer

Send a message to a person, who added a comment on Page

I wanna create a similar thing, that is described here for my business page on facebook. There are lots of alternatives like chatfuel and manychat, but I wanna have the same Auto PM, but more flexible. What I did so far, I connected to: webhooks and…
2
votes
0 answers

How to get sticker in comment from Facebook Webhook

I'm doing a web application to manage comment from facebook fanpage. I've subscribed webhook in field feed I comment in my fanpage: And JSON response from webhook like that: I don't know how to get both message and sticker and how to know what…
Do Minh Phong
  • 312
  • 5
  • 13
2
votes
0 answers

Facebook not giving useful information in webhook

I have implemented Facebook webhook successfully by https://developers.facebook.com/docs/graph-api/webhooks/ I have subscribed to But it is missing useful information, It gives me following response The JSON is for example: { "object":"user", …
2
votes
2 answers

Facebook - Get unpublished and hidden posts with Real-Time API

I'm trying to subscribe to the promotable_posts endpoint of the Facebook page to get updates for unpublished and hidden posts ("dark posts"). According to Facebook it should be possible to subscribe to that endpoint:…
John
  • 909
  • 4
  • 12
  • 29
1
vote
2 answers

Trouble adding webhook url to WhatsApp Business product on Facebook Developers Dashboard

After selecting the Whatapp product on my Facebook developer dashboard, I try to add a webhook but it fails to verify the call back URL and get I an error message that says: The callback URL or verify token couldn't be validated. Please verify the…
tobi umar
  • 11
  • 2
1
vote
0 answers

How do I get message_reads webhook from Facebook?

I have an issue with message_reads webhook (Messenger Conversations). I have been registered my app to messages and message_reads webhooks but I only get events from messages. My app has pages_messaging advanced access and it's in live mode. So I…
Julien
  • 99
  • 1
  • 13
1
vote
1 answer

Is there local Accepted Tunneling Solution To Test Facebook Webhooks

I am integrating WhatsApp with Django application that I am still running locally to send WhatsApp which is working fine. However to receives messages from Facebook it needs a webhook that I have implemented using Django since I am still building…
1
vote
0 answers

Instagram Messenger API Registering Webhooks

I'm building an integration that manages Instagram Messenger chats on behalf of clients. In the past I've done an integration for Facebook Messenger. I'm stuck on how to actually get the client Instagram subscribed to our Instagram Messaging webhook…
1
vote
0 answers

can we retrieve Facebook leads without Facebook APP Review

I have created an App in https://developers.facebook.com/apps and I have one Facebook page, in that I have created ads and I got some leads, those leads I can see in Leads Center in respective page. So I need to retrieve this Leads into my…
1
vote
1 answer

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 were receiving till 16th may 2022 around 1:30 PM IST and then it…
1
vote
1 answer

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

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":"fallback", "payload":{ "title":"Attachment…
1
vote
0 answers

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 messages with an account which had no role in the app…
1
vote
1 answer

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 for the same.. Any suggestions ? enter image…
1 2
3
13 14