Questions tagged [facebook-messenger]

Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook's web-based Chat feature and built on the open-source MQTT protocol, Messenger lets Facebook users chat with friends both on mobile and on the main website. Information from : Wikipedia

Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook's web-based Chat feature and built on the open-source MQTT protocol, Messenger lets Facebook users chat with friends both on mobile and on the main website.

Information from : Wikipedia

1290 questions
-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…
-1
votes
1 answer

Do I need to add a platform when submitting a Facebook Messenger chatbot for approval?

I want to submit my chatbot on FB Messenger for approval. Do I need to select a platform in the Settings tab e.g. a Website? The chatbot will just be used on a FB page, not on any other platform. I can submit currently on the Messenger tab, but not…
AndyOS
  • 3,607
  • 3
  • 23
  • 31
-1
votes
1 answer

Ask for open input

I've just started with the facebook messenger platform. And while it seems that quite a lot is possible. I've had trouble figuring out how to ask for open input. The idea is this: the user sends us a key word, this works and the bot asks for an ID…
Kezufru
  • 123
  • 10
-1
votes
1 answer

How to separate a facebook bot and a function to write a message to a page?

When I create a facebook messenger bot with node.js API, I need to connect it to my Facebook Page (not a personal profile), so users can click 'message' (by default this allows to write a message to the page) button to start working with the…
-1
votes
1 answer

Facebook Messenger Platform welcome screen not showing

My bot is working and able to reply to messages, but now I'm trying to add functionality for responding to a postback from the "Get Sarted" button. I can't get the "Get Started" button to show up, though. This previous answer suggests deleting the…
Leon Overweel
  • 1,488
  • 4
  • 17
  • 27
-1
votes
1 answer

Error while making a subscription on webhooks on facebook app developer platform

I am not able to make webhooks new page subscription its giving me an error in the callback url saying "(The URL couldn't be validated. Response does not match challenge, expected value = '736926330', received=')", i am not having a domain name as…
-1
votes
1 answer

IOS - dim parent view when add a color picker subview

[Picker color view][1] I would like to make a view (like the one in screenshot below). When the picker view shows up, the screen behind is faded just like the photo. Thank for your help!!
-1
votes
1 answer

FBSDKMessengerSharer share a sticker not working in iOS

I am trying to share sticker image to fb messenger. But it keep adding white background colour on the image.Here is my code. FBSDKMessengerShareOptions *options = [[FBSDKMessengerShareOptions alloc] init]; options.renderAsSticker = YES; …
Ramesh R C
  • 644
  • 7
  • 17
-1
votes
1 answer

How to send message directly to friend in Facebook Messenger for Android?

I am developing an android app. I would like to be able to send a message programmatically directly to a specific friend in Messenger App. I'd like this to happen without requiring the user to select a friend. For example, if user A has friend B,…
code
  • 5,294
  • 16
  • 62
  • 113
-2
votes
1 answer

Getting massenger photo url

Is there any option to download what means getting url of every photo I receive in Facebook Messenger? I mean primarily JavaScript but please give any idea you have.
mikolaj
  • 29
  • 1
  • 9
-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

Interval of hours or days to send proactive message in messenger

What is the range of hours or days that I can send a proactive message to facebook messenger users through botframework? NodeJS SDK - botbuilder version 3.14 I'm using code sample below // send simple notification function…
-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

Sending message on Facebook using Python

Trying to send a message on Facebook using Python. All the step works until putting the text in textarea to send. Getting error code: Unable to locate element: {"method":"css selector","selector":"div textarea.uiTextareaNoResize"} Here is the…
-2
votes
1 answer

Autoposting from fb Page's feed to Messenger

Is it any way to subscribe to any page's feed update (not only pages where you are admin) ? Like on https://manychat.com . So the variant with webhook doesn't appropriate, because you can get feed updates only for administrated pages. In facebook…
1 2 3
85
86