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
3
votes
0 answers

Facebook Page - User Roles/Tasks

I'm creating a system which is integrated with Facebook login and depends on the roles a user has on a page (Admin, Editor, Analyst, etc.) Does it exists a Webhook field for the user page role update? (f.e: changing between admin, editor, etc.) In…
Diogo Sgrillo
  • 2,601
  • 1
  • 18
  • 28
3
votes
0 answers

Webhooks appoinments facebook

I'm currently trying to get all the appointments users requested on my page. So I set up a Webhook to get them in real time to then save them into my database: GET /v3.2/{id_page}/subscribed_apps path send me this response so I'm well…
Thib Wil
  • 31
  • 5
3
votes
1 answer

Facebook page notification pass_thread_control from chatbot to agent

Is there a way to create/add a notification on facebook page once a user is transferred via pass_thread_control from chatbot to agent? The problem is that the agent isn't notified when the user is switched from chatbot to him and because of that,…
3
votes
4 answers

Use ngrok url as callback url for facebook webhook, but is recognized "not whitelisted"

My IDE is Pycharm. I want to test my app locally, so I run my service locally and use ngrok to expose my app to Internet. The url showed by ngrok is https://436cb7e9.ngrok.io But when I want to verify the facebook webhook callback url use this url…
Brady Huang
  • 1,852
  • 20
  • 23
3
votes
0 answers

Facebook graph api - webhooks for comments on ads

We're using facebook graph api webhooks right now to get notified about someone commenting something on our page. Right now we're running several ad campaigns, NOT boosting post, something we've created through Ads Manager, and want to get notified…
Handsome Jack
  • 293
  • 4
  • 10
3
votes
1 answer

Testing Facebook Messenger Opt-in callback

I am trying to test my webhook that subscribes to the messaging_optins event, but I am struggling to manually trigger the event. The documentation seems to indicate that using the "Send to Messenger" plugin should fire this event, but after setting…
Joe
  • 1,847
  • 2
  • 17
  • 26
2
votes
2 answers

How to validate payload for facebook whatsapp webhook in AWS Lambda?

I am trying to validate facebook's webhook payload using the instruction they have given in their developer docs. The signature I am generating (expectedHash) is not matching the signature that I am receiving from Facebook (signatureHash). I think I…
2
votes
0 answers

Facebook Messenger does not give response in Rasa Core bot

Steps followed to create Facebook Messenger Bot : 1) Created a new app by clicking on Add New App. 2) Moving to Product list and start configuring messenger (product), then moving to settings -> Basic and saved App secret for…
2
votes
0 answers

webhook.php file is not loading when user submits facebook lead form

I have created an App for Facebook Leads Integration in my developers account where I've set up all the configurations and settings according to the following video: https://www.facebook.com/marketingdevelopers/videos/883648801749520/ But whenever I…
2
votes
0 answers

Facebook test user create page

I am creating an app that uses facebook location information when a user creates a status update with a location (check in). In order to do this with a test user I need to be able to create a fake page, but there seems to be a bug in facebook code…
Ryan Langton
  • 6,294
  • 15
  • 53
  • 103
2
votes
1 answer

Facebook webhook for page unable to create

Created an app and for that trying to create webhook, but in the droplist the 'Page' object is not showing up, only 'User', 'Application', 'Permission', 'Native Components' and 'Certificate Transperancy'. How can we create a webhook for the Page…
2
votes
1 answer

Facebook Webhook for page not Firing at all

I created a facebook app. Then went to advanced settings and added an app page. Then went on created a webhook. It was successful. I selected page and subscribed to feed. Everything worked fine till here. But when I go to my page and post something…
Sunoj Vijayan
  • 138
  • 1
  • 12
2
votes
0 answers

How to identify a user without message_deliveries webhook events on Facebook Messenger?

According to Messenger Platform rules ... Send API requests that use user_ref from the checkbox plugin or phone_number from customer matching to identify the message recipient will no longer trigger delivery of message_reads, message_deliveries,…
2
votes
0 answers

Status code from Graph API after successful communication

my Facebook messenger based Echo-bot gives a wrong status code. Though the end user(admin until now) receives the accurate echoed message, the feedback my webhook receives gives from Graph API is: {"error":{"message":"(#100) No matching user…
2
votes
2 answers

Does Facebook have a webhook that an app can subscribe to to detect when a Facebook event is added to a page?

Does Facebook have a webhook that an app can subscribe to to detect when a Facebook event is added to a page? Or do apps that are interested in this information just have to repeatedly poll /[page-id]?fields=events ?
1
2
3
13 14