Skip to main content

All Questions

0 votes
0 answers
107 views

Facebook webhook not working. How to fetch leads from facebook webhook?

I want to fetch leads from Facebook using the webhook for page updates and the leadgen subscribe for which i have created the endpoint as Webhook and token and created the post API to fetch leads and ...
vandana dhoundiyal's user avatar
0 votes
1 answer
634 views

Facebook webhook node.js server does not receive test post requests from facebook

I have created a facebook webhook using node.js to pick messages sent to my account. However, I am unable to receive the test post requests on my server. I thought the problem was with my code, but ...
Chris Kariuki's user avatar
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
3 votes
1 answer
2k views

Validating payload from Facebook webhook

EDIT: The comment by CBroe is the solution. Ensure the payload from Facebook is not parsed before making the hash. I'm trying to validate the contents of a webhook payload from the Instagram Graph ...
Lewis Donovan's user avatar
0 votes
0 answers
77 views

How to send bot message to all inactive player webhook facebook messenger

I am new to facebook messenger(Webhook). I am using Nodejs and Heroku for sending bot message. My requirement is to send message to all inactive player at once via Page Access Token. Is there ...
varadharaj's user avatar
0 votes
1 answer
500 views

Socket hang up exception on Facebook Graph Api on POST call to messages using nodejs

Following is the code i am using to send response of message in nodejs (express) app, which is subscribed to webhooks. I am getting successful random messages from apiAiClient on sending any from ...
Murtaza Hussain's user avatar
1 vote
1 answer
2k views

Webhook Global Variable

I have created a node.js webhook for my facebook messenger bot. The bot is built in dialog flow and the database is connected to firebase. My question when a function is invoked in the webhook to log ...
Karthik Venkatesh's user avatar
0 votes
0 answers
167 views

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 ...
caca's user avatar
  • 13
2 votes
1 answer
2k views

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 ...
Sunoj Vijayan's user avatar