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

Facebook Webhook Test Button not working as expected

I have successfully added my callback url in my webhooks setup. At that time, the callback url was called successfully with proper logs and everything in the server. But when I click on the TEST button for the respective name (leadgen in this case),…
0
votes
1 answer

Webhook for lead retrival: can use multiple callbacks for single app?

I have an app with leads_retrieval permission approved and I'm currently using bulk read to download leads from Facebook. To avoid new rate limits, coming with v4.0, I'd like to switch to Webhooks mode, but we have one Facebook app configured in…
0
votes
0 answers

Facebook app don't show permissions and features when app live

I encountered a problem with my facebook application, when I tried to switch it to live mode, the app's rights and features were not displayed, in development mode, the permissions and features show normally. I'm sure the application and the…
0
votes
0 answers

The server didn't receive response from Facebook Webhook

I'm trying to integrate webhook into my project, I have verified the webhook successfully, but when I send sample data to the server, my server does not receive anything, my project developed on Codeigniter. I tried using postman to post Json data…
0
votes
1 answer

How to subscribe facebook webhook event when customer comment to post

How can i subscribe facebook webhook event when customer comment something to my page post , i try to subscibe page/feed but can't receive any webhook into my server.
Slatan-ko
  • 256
  • 3
  • 7
  • 18
0
votes
0 answers

file_get_contents("php://input") returns empty when the code is placed in a sub-folder

I am experinmenting with Facebook Messenger Bot. When the below webhook (index.php) is placed under /var/www/wei48221.com/html/, it could capture the data sent from Facebook and save them in "fb.txt" under…
WHHuang
  • 23
  • 7
0
votes
1 answer

Facebook Message Webhook Event : How to identify that the message is a reply/comment of a Page Story?

I have a bot running well receiving messages through the Facebook message webhook event. Everything works well when the user sends messages through the messenger app. But When a user replies to the page story, it generates an incoming message as if…
0
votes
1 answer

Does the Webhooks for Instagram provide information when comment on Ad?

The Webhooks for Instagram does currently not trigger when a user comments on an Ad post. However, it does work with normal posts. I read the Webhooks for Instagram guidance on the support page. In addition, I am using Webhooks already for getting…
0
votes
1 answer

Twilio WhatsApp Sandbox How to get media URL MediaUrl0 (audio files)

I am using the Twilio Sandbox for WhatsApp and when I send an image the payload I receive in my webhook works fine, I can get the url of the image but doesn't work with audio files (voice messages). I'm facing an issue with the audios, if I send a…
0
votes
0 answers

Is it possible/sensible to use webhooks to get public page post engagement updates?

A platform I'm working on will need to periodically update engagement data (reaction count, comment count, share count) for a number of public page posts across facebook matching specific criteria. Access to those posts would be gained either via…
0
votes
1 answer

Retrieve Lead Ads from facebook graph with App Token

I'm trying to retrieve Facebook Lead using graph API using App Token to be long time token. But the graph API return the following error { "error": { "message": "A user access token is required to request this resource.", "type":…
Hussein Fawzy
  • 525
  • 1
  • 8
  • 15
0
votes
0 answers

Facebook Webhooks Mentions Event json does not include sender fb user id and user name

This is the sample response json which that Facebook sends to the server once some user mentions page in his post (This json is mentioned as the sample json by facebook): { "field": "mention", "value": { "post_id":…
merint
  • 41
  • 1
0
votes
0 answers

Facebook webhooks and rate limit

If my page or application hits rate limit as described here, what happens to webhooks? Will I continue receiving them? Official documentation has no information about this, also this is hard to reproduce.
Bobr
  • 1
  • 1
0
votes
0 answers

How to read tagged users from Facebook comments - Facebook API

I'm building a facebook comment bot that should interact with users via comments. Users should tag their friend to participate in the interaction with the bot. I've submitted app to review for manage_pages and publish_pages and it has passed. After…
pyropy
  • 233
  • 2
  • 10
0
votes
1 answer

Firebase deploy issue. Running command: npm --prefix $RESOURCE_DIR run lint

Deploying 3 simple functions over firebase project to get started with and expecting their respective URLs after deploying but getting no url. Here is the code: const functions = require('firebase-functions'); // // Create and Deploy Your First…
Zobia Kanwal
  • 4,085
  • 4
  • 15
  • 38