Skip to main content

All Questions

6 votes
0 answers
575 views

Facebook Messenger API not sending "messaging" webhook

I am trying to set up a basic webhook to fire when a page receives a message. If I manually curl a message, my server gets it. If I use the app dashboard to test something like "message reactions&...
AlphaWulf's user avatar
  • 373
2 votes
0 answers
102 views

Unable to Receive messaging_referrals Events Despite Proper Webhook Configuration for Messenger Webhook API Facebook

I'm facing an issue with my Facebook Messenger app where I'm unable to receive messaging_referrals events despite having configured my webhook permissions correctly. Here's what I've done so far: I've ...
Dian Arief R's user avatar
0 votes
0 answers
216 views

How to make your facebook bot created using Graph API available to all public?

I have successfully created a facebook messenger bot using Graph API by following these two tutorials: https://www.pragnakalp.com/create-facebook-chatbot-using-python-tutorial-with-examples/ https://...
AqashaT's user avatar
  • 87
0 votes
1 answer
626 views

A Facebook Messenger BOT With Java

I try to create a facebook messenger bot I tried Victor de la Cruz method,the code is below , and here is the origin code: https://www.codementor.io/@vcg_cruz/a-facebook-messenger-bot-m2g6wgcxb#...
liban11's user avatar
1 vote
1 answer
146 views

heroku webapp displays error, says "Cannot GET /"

I have been following the webhook setup on Facebook Developer: https://developers.facebook.com/docs/messenger-platform/getting-started/webhook-setup I have been deploying my index.js file on a heroku ...
ValiantKnight420's user avatar
1 vote
0 answers
148 views

get user address in messenger chatbot with python in dialogflow

I am working on facebook messenger chatbot development i am having these facebook webhook error showing in picture. i want to make it with dialog flow using python language. the idea is to get user ...
Technlogics's user avatar
0 votes
1 answer
106 views

Add additional payload/ID in Facebook button in Messenger Platform

I am quite new to facebook chat bot. https://developers.facebook.com/docs/messenger-platform/send-messages/buttons/ I can define button like this. { "type": "postback", "title": "<...
Khant Thu Linn's user avatar
0 votes
0 answers
203 views

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" ...
WHHuang's user avatar
  • 23
0 votes
1 answer
323 views

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 ...
Jérômedeuxn's user avatar
4 votes
0 answers
148 views

My facebook messenger webhook isn't receiving messages for the pages which are not created using the same account as fb application

Webhooks sends message for: The pages created in the same account as app account. I can subscribe the pages for the webhook using page-id/subscribed_apps and it starts showing up in Webhooks ...
Ashish's user avatar
  • 189
0 votes
0 answers
265 views

messaging_postbacks webhook events (Messenger) in Oracle's skill bots

So, I have managed to get my bot up and running on Facebook Messenger. I recently added the persistent_menu but now I can't figure out how to respond to those menu click postback events on Oracle ...
Dev Yego's user avatar
  • 553
0 votes
1 answer
109 views

How to remember previous responses in Webhooks (Building Facebook Messenger Chat Bot)

For the chatbot, it is simple to implement a webhooks event for a single event such as: If option A, send X If option B, send Y If Option C, send Z However, what if the next event should be based ...
Lev's user avatar
  • 81
0 votes
1 answer
69 views

Will there be a problem if I use a single server for multiple messenger bot?

I have two messenger bot Bot-01 Bot-02 In my server, I created two webHook like myDomain/webhook/bot01_Id myDomain/webhook/bot02_Id While I verify webHook, I find each specific bot Information ...
Shams Nahid's user avatar
  • 6,489
0 votes
2 answers
1k views

How to make a messenger chat bot without a facebook app and webhook?

I went through the documentation for creating a chatbot for messenger platform. All I find there, I need a server, which in the case used as a service for the Facebook platform. The server also ...
Shams Nahid's user avatar
  • 6,489
0 votes
1 answer
2k views

Unable to test facebook messenger bot. Webhook not receiving events

Following the recent changes for facebook developer, i had this alert on the webhook section on the developer dashboard, and therefore no webhook messages are received from 'testers, devs, etc' ; ...
BlowMan's user avatar
  • 363

15 30 50 per page