Questions tagged [facebook-chatbot]

Chatbots provide personalized, interactive communication akin to talking to a human customer service or sales representative, but at a bigger scale and cheaper than call centers.

Setup

For this integration, you will need the following:

  • Facebook App: The Facebook App contains the settings. This is where you will set up your webhook, retrieve your page access token and submit your app for approval.

  • Facebook Page: A Facebook Page will be used as the identity of your bot. When people chat with your bot, they will see the Page name and the Page profile picture.

  • Webhook URL: We use secure callbacks in order to send you messaging events. These will be sent to your webhook.

Complete Guide

336 questions
1
vote
1 answer

429 - {"status":"error","message":"Api max rps reached"} while sending request to manychat sendFlow API

I'm trying to setCustomField to Manychat subscribers using its API. The link to their API is: https://api.manychat.com/swagger#/Subscriber/post_fb_subscriber_setCustomFieldByName Below is the code for request : var rp =…
Kavach Chandra
  • 770
  • 1
  • 10
  • 25
1
vote
0 answers

Facebook Chat plugin not working Safari iOS/OSX but works fine in Chrome

I'm having trouble with the facebook Chat plugin, it was working on my website in safari, but seems to have stopped working. This is in iOS and Mac OS. It works fine in Chrome. I copied the code from the Advanced Messenger settings...
Neil White
  • 111
  • 4
  • 18
1
vote
1 answer

How do i make my Chatbot Message have some seconds of delay response in dialog flow?

I'm creating a chatbot for a Facebook page to solve people's questions and I wanted to make the bot messages 1 or 2 seconds of delay between each of the bot's replies. Could someone tell me how to do it in dialog flow? I couldn't find any answer…
1
vote
1 answer

Facebook Messenger Bot Generic Template redirects to 'Watch' section

Recently I have noticed that the facebook video links that I pass on a generic template aka "cards" are redirecting the users to "watch" section of facebook. -I know for sure that this is not an issue with the code but it must be something on…
1
vote
1 answer

How can chatbot detect if human is joining it's chat session with a customer?

We are developing a chatbot to work with facebook messenger. We have 1 human agent to solve what the bot can't solve. Sometimes, when the bot is interacting with with customer, the human agent reads and replies to customer, the bot has no way to…
William
  • 23
  • 2
1
vote
1 answer

Java Swing Chatbot Messenger Integration

I built from scratch a Chatbot in java with swing. I have my own NLP engine and home-made dialogue manager. My question is now : how could I integrate it in a website chatting app like messenger or slack ? Thanks
1
vote
1 answer

I cannot sync my facebook pages on ChatterOn. What could be the problem of this?

I am a beginner of using ChatterOn on creating chatbot integrated on facebook messenger. The problem is that I cannot sync my facebook pages and it keeps saying this error "#100 Tried Accessing non-existing fields (perms) on node type…
1
vote
1 answer

Show facebook chat bot has seen message

How can I send a facebook messenger response that acknowledges seeing the input but does not deliver a message? Use Case: I am attempting to improve my chat bot by better handling of multiple rapid inputs. For example: User: Order a pizza. Bot:…
Jay A. Little
  • 3,239
  • 2
  • 11
  • 32
1
vote
0 answers

Facebook::Messenger::Subscriptions::Error (An active access token must be used to query information about the current user.)

I'm creating a facebook chatbot with Rails using a gem called facebook-messenger [ https://github.com/jgorset/facebook-messenger ] and the figaro gem to store my api keys and tokens. However, I'm not being able to connect the webhook because every…
1
vote
2 answers

Sending request to Dialogflow from server

I have created a Dialogflow messenger bot by integrating it to Facebook. Now FB send a request to Dialogflow and Dialogflow send the response to FB. FB --> Dialogflow Dialogflow --> FB I want to put my server in the middle process. So that FB…
Tharindu
  • 339
  • 6
  • 19
1
vote
1 answer

Facebook messenger structured messages php not displaying php

Hopping some of you can help me with this, since a few days back I'm trying to get a list like a carousel, displayed in my FaceBook bot using the following code: public function returnCarousel(){ $messagearray = array ( 'message' => …
Yelmox
  • 31
  • 1
  • 7
1
vote
0 answers

Codeigniter - Botman - reply method does not work

I'm using Botman 2.0 and Codeigniter 3.1.6 My owner server with HTTPS & FB Webhook setup successfully. How do I have to setup my project with codeigniter? Because, I set the FB Webhook setup successfully, but, when I type "hi" on messenger this not…
wilfredonoyola
  • 485
  • 5
  • 12
1
vote
0 answers

Facebook 'Get Started' Button not showing up anymore in my chatbot

I'm not able to see 'Get Started' button in my messenger bot conversation. But it DID appear. And for some unknown reasons, it disappeared yesterday. I've already made this request : POST…
1
vote
0 answers

How to use Small Talk

I enable Small Talk but when I asked the Bot questions It does not return any value. I Using node-red chat bot. Thank so much
1
vote
1 answer

The best approach to manage dev accounts for chatbots apps of Facebook

I made a chatbot for the page of my business on Facebook, using my own accounts and without problem because I am the administrator. But I want to create more chabots for other businesses that have their Facebook page. I realized that it is necessary…
Jon
  • 693
  • 8
  • 17