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

Ruby resources for messenger bot?

We are creating a messenger bot with rails and are looking for some gens We found Lita which looks nice but I wanted to know if there was any other cool ruby resources we might use for the project? Thanks!
1
vote
1 answer

Facebook chatbot and authentication

I have an application where users can login using Facebook. I have the user's auth token which is valid for 30 days. I am using Passport. At the moment, I am requiring the absolute minimum amount of permissions (email-only) so that my auth app…
Merc
  • 16,277
  • 18
  • 79
  • 122
1
vote
1 answer

How to get name, timezone, gender of your bot user in Messenger 1.4 API?

The API responsible for getting the user's name, gender, age and timezone seems to be missing in Messenger 1.4 API. Any ideas how you can get those details in the new API?
PirateApp
  • 5,433
  • 4
  • 57
  • 90
1
vote
1 answer

Can I install multiple bots on a single Facebook fanpage

We are having two teams building two bots for our Facebook fanpage. One is for customer service and the other one is for a quiz campaign. Can we have the two bots on the same fanpage? Will there be any conflicts such as the custom menu?
benone
  • 576
  • 1
  • 5
  • 21
1
vote
1 answer

Wit.ai to IBM watson migration

I want to import Wit.ai exported bot json data to IBM watson conversation workspace. Is there a tool available or any process that can help me to convert Wit.ai json data to be converted into json data required by Watson.
1
vote
0 answers

nodejs facebook chat bot with apiai

I have a question about dealing with rich messages in facebook. When I try to send messages with api.ai, I send the message like enter link description here function MessageHandler(event) { let sender = event.sender.id; let text =…
1
vote
0 answers

can't manage QuickReply in pimax/fb-messenger-php

Trying to manage the quickreply with pimax/fb-messenger-php in php, and it doesn't work. My code is next: ` $one= array(); $one['content_type'] = 'text'; $one['title'] = 'one'; …
1
vote
1 answer

Facebook chatbot add payload for each reply or user input

I actually have tried payload in button and when user press, it is sent back. What I need is something like this. User - Hello Bot - Hi, there are the things that I can help. ->> payload1 User - Do no 1. (I need this input to be recognized as…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
1
vote
1 answer

In Amazon Lex, How to get the post message from Facebook

I am using following code to post message back to Amazone Lex .... var objItem = { "title": `(£${item.price} pw) ${item.street_name}`, "image_url": item.image_url, "subtitle":…
1
vote
1 answer

How to debug a Facebook chatbot?

I am working on a basic Facebook chatbot, but ATM I need to deploy the code I want to test, and this means pull request, merge, deploy, bla bla. Is there a way to expose a url from my vagrant box in order to speed up the development? thanks M
user3174311
  • 1,714
  • 5
  • 28
  • 66
1
vote
0 answers

Retrieve URL from Google Places API photo Response

I am working with a bot platform where I have to supply an image URL to display images. Google Places Photo Response is an image rather than a URL. Any way to retrieve an URL? I am using NodeJs request var options = { method: 'GET', url:…
sera
  • 111
  • 2
  • 10
1
vote
2 answers

Maintaining session in Gupshup bot calls to Api.ai

I am building a bot in Gupshup with Api.ai integration. I have an agent in Api.ai with several intents and each of them linked through contexts(input & output contexts). When I use the following code to call Api.ai, the first intent is called and I…
1
vote
1 answer

Handling message delivered JSON from Facebook messenger

Hi i am trying to catch the message delivered JSON response from Facebook messenger for my bot so that I can send follow up messages when I know a gallery of images has been rendered. I have read…
1
vote
1 answer

how to make my Facebook chatbot available for download

I want to make my bot available for download for testing purpose without going through the actual review process of Facebook? This is just for testing purpose as I want to test how exactly end user will download my bot from FB messenger platform…
picku
  • 157
  • 3
  • 9
1
vote
0 answers

How to add voice call feature to facebook page from messenger

I am currently developing a facebook messenger bot. There is one feature that I want to add to my bot--voice call. Is there a way to allow users to call my page when I update the phone number on my app page? Best case would be putting calling button…
TonTonTI
  • 21
  • 4