Questions tagged [facebook-messenger-bot]

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

Documentation

795 questions
-1
votes
1 answer

how to turn off automatic replies?

My bot has an option "notify". I would like to stop automatic replies for that user if "notify" has been hit. Is that possible ? Any example ? PS: I know this question is not asked properly, but i don't know where to start.
Bob Swager
  • 884
  • 9
  • 25
-1
votes
2 answers

Custom Links with Messenger Bot via Microsoft Botframework

Clicking https://www.messenger.com/t/xxxxxxxx will take you to a bot and continue the conversation, if there was no conversation it'll begin it's 'firstRun' sequence. Is it possible to create links that will execute a specific dialog and pass in…
Namaskara
  • 9
  • 3
-1
votes
1 answer

Heroku keep crashing after Starting process with command `npm start'

I am newbie. I am following Tutorial from https://www.sitepoint.com/building-facebook-chat-bot-node-heroku/ to make sample facebook messenger bot. Just when I deployed it first time in heroku I got error Here is my package.json { "name": "spbot", …
-1
votes
2 answers

How to create a facebook bot which echoes user input infinite number of times and stops only when the user types a specific command (e.g. bye)?

I have created a fb bot which simply echoes the user input. I want it to echo the user inputs continuously and stop when the user types in "bye". How do I do that? Please help out. Code : ```import os import sys import json import…
-2
votes
1 answer

Quick Replies on the Page Owner

Messenger Platform introduced Quick Replies feature, that the User can tap to answer Page Owner's request instead of typing. However, I can make it work from the User view only. Will it work from Page Owner's view, like suggestion? Flow may be: 1.…
-2
votes
1 answer

How to get the previously sent message from messenger chatbot

How can I get the previous message in messenger chatbot? So that my bot can understand what the user is saying and reply on it. As an example, (News bot) USER : Show me news about donald trump BOT : Here's 3 sir!.... Would you like more? USER:…
user9083424
-2
votes
1 answer

user permission for bot

I have a question about Facebook permission using a bot, I read on messenger API that we can get some information about user when we make a call to graph api using user id. I found that it doesn't provide his homelocation, email and birthday. Should…
-2
votes
1 answer

Facebook Messenger bot url not working

I have created a test bot using Microsoft bot framework, registered and tested there, all working good. I have now created a Facebook messenger bot from bot framework UI successfully using this…
-2
votes
1 answer

Connect a bot to Facebook Messenger

Following examples show how to connect a bot to Facebook Messenger if it installed on Bot Framework Portal.…
Aleksey Kontsevich
  • 4,671
  • 4
  • 46
  • 101
-2
votes
1 answer

How to make nodejs code from curl messenger bot

I'm currently make bot for messenger. I read the docs and there are curl, I still don't understand how to make it work in my server. I'm using node js as server and deploy my code in Heroku.
-3
votes
1 answer

How to request page messaging permissions on facebook apps?

When using facebook apps like chatfuel and manychat (which are bot creation platforms), these apps request permissions that allow them to manage my pages and send messages. I want to create a similar app that allows users to send messages from their…
-3
votes
1 answer

How to search for something in google sheets and retreive it in Chatfuel as a message if found?

So, as I said I need to to do the following in a messenger bot using Chatfuel. Get an input from the user Save it in a "user input" in Chatfuel Take this input and search in the first row in google sheet If found return the "text" in the second…
-3
votes
2 answers

Recieve a image in facebook bot messenger using php

This is my sample code where I get the message from the user. It's text only, so how can I get if I receive an image from the user? I'm using PHP from my bot. $message = $input['entry'][0]['messaging'][0]['message']['text'];
Mavs Mavs
  • 409
  • 1
  • 4
  • 10
-4
votes
1 answer

How can I let the user share plain text, no hero cards or carousel?

I display quote prices of stocks in one of my bots in the form of text. I would like to let the user be able to share these prices on Messenger without using Hero Cards or generic template. How can I achieve this? UPDATE 1 How to add share button in…
PirateApp
  • 5,433
  • 4
  • 57
  • 90
-7
votes
1 answer

how to integrate facebook messenger in our Single Page Application

I have a single page application,my front end is in angular and services are in java. I want to send notifications to user on facebook messenger. how to do this??? do i need to create Boat and Webhook .
Palak Jain
  • 133
  • 1
  • 2
  • 5
1 2 3
52
53