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
5
votes
5 answers

How can I use the same bot on multiple facebook pages using bot framework

I have several facebook pages and I would like to run the same bot on each page. I am using the bot framework and everything works perfectly for one page now. How do I associate with multiple pages?
PirateApp
  • 5,433
  • 4
  • 57
  • 90
5
votes
0 answers

Open messenger chatbot webview extension in Chrome

I am trying to access the camera inside my webview extension that works perfectly fine on Google Chrome when I open it as a website separately. I have my bot made using Microsoft Bot Framework and when I try the bot on Messenger it seems that…
PirateApp
  • 5,433
  • 4
  • 57
  • 90
5
votes
2 answers

Can a Facebook Messenger Bot chat with two or more people in a group?

Do all messenger bots interact directly with just one user at a time? Can a bot join a group of two or more people and talk to them?
Mike
  • 1,296
  • 2
  • 15
  • 40
5
votes
2 answers

Get users current location from Facebook messenger Chatbot api

I am working on fb messenger bot and I want to access user's current location without them sending it as an attachment.I tried to get user's current location from fb graph API but it seems like to return the user's location from their profile. I…
4
votes
1 answer

Change Dialogflow chatbot language in Facebook Messenger

How to test the multilingual chatbot integrated to Facebook messenger, Dialogflow always uses English(Default language) when integrated to FB messenger. I tried to changed the facebook profile settings also, but still it is not recognizing the other…
Praz Solver
  • 513
  • 3
  • 12
4
votes
1 answer

How to loop back to a previous intent depending on users input?

I have an intent which asks a yes/no question. If the users say "no", they are taken through a series of questions, the last of which is again a yes/no question. On answering "No", I want the loop to start again. I already tried the solution…
Ashrith
  • 39
  • 3
4
votes
1 answer

How to automate publicly publishing Facebook Messenger bots without app review?

We're completely noob in this automated bot publishing space, so please bear with us :) We have observed that to make a Messenger chat bot publicly available, we need to get it manually reviewed and only then it's available to the world. However,…
Zameer Ansari
  • 28,977
  • 24
  • 140
  • 219
4
votes
1 answer

Facebook won't send notifications from messages sent by a user that was transferred from a bot to the facebook page inbox by the Handover Protocol

I will name my firstborn after whoever answers my question! My bot uses the Handover Protocol to transfer users from the bot (primary receiver) to the page's inbox (secondary receiver) after they tap on a 'chat with human' button, the problem is…
4
votes
1 answer

Detect device on facebook messenger

i need to know if there is a possibility to know what kind of device are u useing for the facebook mess , im using the microsoftchatbot , and i need to know if the user is using a pc/laptop or a mobile device i have tryed looking at the session data…
4
votes
0 answers

Wit.ai API converse doesn't respond with bookmarked action

I feel I must be doing something wrong in the API. I am following the weather example with a missing location. The story works fine. However when I use the API over http using postman for testing purposes I cannot get it to raise the action after…
Ateik
  • 2,458
  • 4
  • 39
  • 59
4
votes
1 answer

Create custom entry point (link) for Messenger Bots (aka Deep Linking)

In facebook chatbots, if you look at this documentation about Entry points you see that there is one option: Linking Ads, where you can identify your user in the Bot came from which of your ads on Facebook. In my application, it is vital to know…
Hamed MP
  • 5,443
  • 3
  • 39
  • 37
4
votes
2 answers

Best way to store answers from users in Facebook bot chat?

Building a Facebook messenger bot using Claudia JS and plan on hosting on AWS Lambda. I want to ask the user a series of questions. When a user responds with an answer, I need to save that for later and once I have all the information I need, I…
Stretch0
  • 8,362
  • 13
  • 71
  • 133
4
votes
4 answers

How to test FB messenger bot with multiple users

Has anybody yet a way to interact with an FB messenger bot without using real FB accounts? I want to do automated testing and obviously not use real accounts for that. I was not able to figure out how to allow access to a page to 'test users' or…
4
votes
3 answers

How to access the name of someone with messenger chat bot? (Facebook Messenger SDK)

Hi I'm very new to coding in PHP and Messenger Bots. I was wondering how i would access the name of someone who was messaging my chat bot.
Hey
  • 87
  • 1
  • 6
4
votes
2 answers

What is the best practice to secure your facebook chatbot webhook?

I am playing around with developing a chatbot on facebook messenger platform. I went through the Facebook document and couldn't find how to protect my webhook from random calls. For example, if users can buy stuff with my bots, an attacker that…
nate
  • 71
  • 5
1
2
3
22 23