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
0
votes
3 answers

Facebook Graph API Messenger integration - The parameter recipient is required

I'm trying to create a bot which interacts with Facebook Messenger. I've set up my webhook and can receive messages coming from Facebook. However, when I try to send a message, I get the following error back from…
0
votes
1 answer

Wit.ai - sending pictures via Facebook Messenger Send API

I need my Wit.ai chat bot to respond to certain messages with images, and since I've refactored my code to match the latest messenger example in the node-wit SDK I can't figure out how to do so. Previously this FB message function worked for me: var…
0
votes
0 answers

How does Facebook Messanger iOS app cancel push notifications on video/phone calls?

If you use Facebook Messenger on iOS and start a video chat with someone, the recipient will receive a push notification that stays on screen while the call is ringing. Then if the initiator who started the call hangs up before the recipient…
Drew S.
  • 516
  • 4
  • 19
0
votes
1 answer

Where to set Authorization Code in Facebook BOT

I am trying to get account linking work in my facebook bot. According to this url FB Documentation developers are supposed to register an authorization_code and on succesfull login need to pass it as a param along with the redirect URI. But…
abhishek
  • 1,434
  • 7
  • 39
  • 71
0
votes
2 answers

Facebook Messenger BOT with trouble receiving the same responses every minute

I have developed a Facebook messenger bot because I want to make a music bot. Yesterday, I had trouble receiving the same responses every minute. I've tried changing the code many times, but I can't find out what is at fault. Here is a trouble…
0
votes
1 answer

Facebook Bot Messenger. Python

I am developing FB bot on GAE and one of the function of my bot is sending images. I want to attach my image and send it to user (not via link). The problem is I get error: recipient must be specified, but actually i have specified it: from…
0
votes
1 answer

Retrieve location from Facebook Messenger Bot automatically (without user sending location actively)

I was just researching the facebook Messenger Bot and it seems a quite vital feature is not supported by the messenger. Actually I found quite some tutorials how to read the location out of a users post when he sends his location: Facebook Messenger…
Jan173
  • 35
  • 5
0
votes
1 answer

ConnectionError with Messenger bot

I'm using messenger bot with pymessenger (here the link https://github.com/davidchua/pymessenger ). Sometimes, when I try to send messages to the user using the bot.send_text_message() or one of the other functions to send messages of the python…
Seba92
  • 446
  • 1
  • 4
  • 17
0
votes
2 answers

Facebook Messenger Bot - disable bot automatically when owner start answering questions

I have created a Facebook messenger bot that is working perfectly. I used php to create it. Now, I want to add some new functionality. When the bot owner is online in Messenger and starts answering messages, the bot should stop responding to…
Yeezy
  • 13
  • 3
0
votes
0 answers

facebook messenger bot does not reply automatically

I went thru all the documentation at: https://developers.facebook.com/docs/messenger-platform/quickstart and my fan page does not reply to when receiving a message conversation. When I logged in and start conversation I get a notification on the…
artan
  • 45
  • 9
0
votes
0 answers

Callback URL not working while setting up a facebook messenger bot

I am trying to make a facebook messenger bot, I am using c9.io as my remote server for node.js app and used this code from this repo: https://github.com/fbsamples/messenger-platform-samples/tree/master/node My app.js looks good running: Debugger…
artan
  • 45
  • 9
0
votes
0 answers

Facebook "Send to Messenger" button not showing locally

I am trying to use the Send to Messenger plugin and can't use it locally. I check some questions about hidden button and all of them was resolved after deploy. But I need to use this plugin locally - need to get auth-callback from local .html(from…
0
votes
1 answer

how to add firstname to greeting text

Here description how to set greeting text https://developers.facebook.com/docs/messenger-platform/thread-settings/greeting-text As we can see at greeting text is "Hi, Peter! ..." But how to set this personalisation info properly?
vinnitu
  • 4,234
  • 10
  • 41
  • 59
0
votes
1 answer

Can I start the conversation with messenger bot?

My bot is running in perfect conditions when I use it trought funpage. But what I want to know is if we can start the conversation with the user instead user with it. For example: The user is on a page that his next interation is talk with my BOT.…
user1629045
  • 43
  • 1
  • 6
0
votes
1 answer

Facebook Messanger pages_messaging permission OAuthException

I have created a messenger app that was approved with the pages_messaging permission. Even though it was approved and the app is live, when I try to post messages it keeps on saying: {"error":{"message":"(#10) Cannot message users who are not…