Skip to main content

Questions tagged [facebook-messenger-bot]

All questions related to chatbot development on the Facebook Messenger platform.

facebook-messenger-bot
0 votes
0 answers
12 views

facebook messenger bot connected to page but empty subscription

I want to connect my Messenger Bot to other FacebookPage, I have url https://www.facebook.com/v20.0/dialog/oauth?client_id=XXXXXX&redirect_uri=https://XXXXXX/signin-facebook&state=...
famfamfam's user avatar
  • 502
1 vote
1 answer
29 views

Missing postback response from Facebook Messenger One-Time-Notification (OTN) Request

I'm currently building a chatbot on Facebook messenger and am struggling with implementing the "one time notification" flow. I can successfully ask the user if they'd like to receive a ...
Austin Serio's user avatar
1 vote
0 answers
74 views

Facebook Conversations Not Moving to 'Done' in Meta Business Inbox with New Conversation Routing

I'm encountering a problem with the transition from Facebook's Handover Protocol to the new Conversation Routing system. Previously, under the Handover Protocol, once the primary app (e.g., a chatbot) ...
Bruno Quevedo's user avatar
0 votes
0 answers
27 views

Facebook Inbox Doesn't Take Over Conversation from another app (e.g. chatbot) when responding via Inbox

I'm facing an issue with the Facebook Conversation Routing as described in their documentation. According to the documentation, if a page agent responds to a message in a conversation not currently ...
Bruno Quevedo's user avatar
0 votes
0 answers
18 views

Choose quantity of products in messenger with my bot

I'm working with the Messenger platform and I'm working with a product template that sends a carousel for products that exist in the catalog. How can I let the user choose the quantity of the product ...
Achraf Chrouda's user avatar
0 votes
0 answers
121 views

Facebook Messenger Chat throws CORS errors, conflicts with Facebook Login

We have integrated the Facebook Messenger chatbot, and it seems to be working, but there are two issues: it throws CORS errors like:Access to XMLHttpRequest at 'https://www.facebook.com/plugins/...
Andy Wallace's user avatar
0 votes
0 answers
35 views

Facebook's Send to Messenger Plugin Not Working on In-App Browser

After Continuing with your Messenger account, the plugin doesn't work as expected when in-app browser. You will just be presented with a white screen with a "1" in it. I've checked the url ...
Paul John Butad's user avatar
6 votes
0 answers
577 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
0 votes
3 answers
240 views

Facebook Messenger Chat Plugin Not Showing Guest Mode Webflow

Facebook Messenger Chat Plugin not showing 'Guest' mode on my webflow website. I have put the code in my webflow website but no result is shown. I have a problem on webflow where I want to integrate ...
Mohammad Usman's user avatar
1 vote
0 answers
43 views

Facebook messenger media template send problem

I can not send video by messenger. Standard templates and messages send successfully, but video can't. How correct send video template? curl -X POST -H "Content-Type: application/json" -d '{...
Aziz Nortozhiev's user avatar
0 votes
0 answers
23 views

Integrate chatbots into messenger

I am integrating an existing chatbot to automatically reply to messenger. When it comes to the requests post graph step: response = requests.post( "https://graph.facebook.com/v11.0/...
MaditionSky's user avatar
0 votes
0 answers
60 views

Facebook Messenger Extension getContext 2018154 error on iOS and Android

https://developers.facebook.com/community/threads/779314080662130/ We followed the guide to set up white-listed domains, included the JS SDK, and then called getContext(). However, we encountered a ...
張騰文's user avatar
1 vote
0 answers
205 views

Sending POST messages using endpoint "me/messages" : code: -1, error_code: 2018012

We are requesting the pages_messaging permission, we have submitted request multiple time and it's goes rejected by saying Bot is not responding. During testing with a test user the functionality ...
Tirth Jain's user avatar
0 votes
0 answers
224 views

Facebook Pages Messaging Permission Issue: Standard vs. Advanced Access Levels

I'm encountering an issue with Facebook where I'm trying to send messages to regular users, but I'm getting an error message stating that the "pages_messaging" permission is problematic. In ...
wham l's user avatar
  • 1
0 votes
0 answers
57 views

Delete Messenger conversations via API

If one use Messenger API (Messenger Platform, with webhook) to receive and answer Messenger messages via another tool (contact center tool or a bot). How can you then delete the messages or ...
Anders Den's user avatar

15 30 50 per page
1
2 3 4 5
54