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

What permissions should I request to subscribe to my own Facebook Page using Webhooks?

Since April '18, in order to use Webhooks to subscribe to the feed of my Facebook Page, I know that I have to send a request to Facebook showing the purpose of my application and the way I'll use this information. What I'm not sure about is what…
0
votes
1 answer

Facebook chatbot doesn't reply reviewer in app-review

We have made a chatbot for Facebook Messenger and submitted it for app review 2 times requesting pages_messaging. Both times the same error occurs: The app reviewer presses "Get Started" and the bot greets the user, and asks a yes/no question - as…
0
votes
1 answer

How to change wordpress post content before generate

My post has content:

download Download

download mirror Download

And i have a script to…
my notmypt
  • 55
  • 6
0
votes
0 answers

webhook doesn't receive event from m.me link

I've been trying to pass parameter using m.me link, but when tester/ developer account of my app tried this feature, my webhook didn't receive any event. My bot already has a get started button and the page is published. what im trying to ask is why…
0
votes
0 answers

Facebook leadgen webhook empty array values

I have a Facebook leadgen application with webhook setup The app is written in PHP and this is how I collect the POST data: $input = json_decode(file_get_contents("php://input"), true); There are 2 accounts connected to the app, one of the accounts…
Liranko
  • 76
  • 6
0
votes
2 answers

Where to find Callback URL

I am using webhook to create bot for page. I got everything but not getting where to get Callback URL
Alpesh Ahir
  • 27
  • 1
  • 1
  • 9
0
votes
1 answer

Information in Feed Weebhook

I subscribed to feed webhook and I ve receiving posts everytime the user navigate and search something. Is the expected behavior because documentation say: Describes changes to most sections of the user's profile, such as About, Photos, Posts,…
dario
  • 170
  • 1
  • 14
0
votes
1 answer

Facebook Chatbot postback don't respond

I am working on fb chatbot and use postback in the generic templates buttons. However, there is no response after I click the postback button. "buttons": [ { "type": "web_url", "url":…
Brady Huang
  • 1,852
  • 20
  • 23
0
votes
2 answers

What does HTTP status code 602 mean

Facebook webhook is returning HTTP 602 : What does 602 mean/stand for?
Angad Dubey
  • 5,067
  • 7
  • 30
  • 51
0
votes
1 answer

Send to Messenger Button on Safari does not send webhook event

I have a 'Send to Messenger' button on my app. It use to work just fine earlier. But now it does not work on Safari on Mac & iOS. It works on Chrome perfectly, but when clicked from Safari, Facebook is not sending event on my Webhook. Screenshot…
0
votes
0 answers

Update facebook insights through webhooks

I'm building an application that needs to update Facebook ads information and I'm running into an issue. Recently I've found that The Graph API Webhooks feature allows apps to receive real-time notifications of changes to selected pieces of…
0
votes
1 answer

Facebook Messenger webhook to capture User Input

I have set webhook which works fine where we need to send particular reply (reply from bot) for particular string. now I need to ask question to collect user's basic details. I am capturing sendderid and receiver id in response. But not sure how…
0
votes
2 answers

Error Happened while Verify webhook

Facing this issue while verifying webhook in facebook chatbot also It's happening in dialogflow. The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status Code = 400; HTTP Message = Bad Request
0
votes
1 answer

Redirect to page admin if chatbot turned off

I have created chatbot for messenger and now i want to add function when user unsubscribes chatbot then it must send all messages to page with notification. I thought to create table where i will save users who unsubscribed and everytime check if…
0
votes
0 answers

Facebook Webhook for subscribing to a page (conversations) doesn't send a notification

I've been trying to setup a subscription to a page I own on Facebook using an App I've been using for many years (and this used to work for subscriptions to another Page). Webhooks are setup, and a subscription has been created for 'conversations'…