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
1 answer

Messenger Bot in NodeJS - Get Started Button Has No Color

I use createGetStarted() in the app.listen() method and it appears and the action works properly but the button is just blue hoverable text on top of a white button, no border. Basically just a text link, not a button. What could be the problem? I…
iBobb
  • 1,140
  • 1
  • 14
  • 35
0
votes
1 answer

Good approach to achieve Android facebook messenger type input keyboard

I'm developing chat app like Facebook messenger where I need to create input keyboard like Facebook messenger app provides. Primarily I thought I should do it using tab layout with view pager. On github I found one third party library which…
0
votes
1 answer

How to send rich text card using Microsoft Bot Framework and Facebook Messenger?

I am using Facebook Messenger Platform and Microsoft Bot Framework to create a bot that sends rich text attachments. So far, I have tried using the generic template in my intent file: messageData = { "attachment": { …
0
votes
1 answer

How to open my android app from clicking custom URL?

I am building one of the FB Messenger Bot applications and I want to send my apps custom URL into messenger for reply so that user can tap on it to open the app (The app is already installed on the device). This is app is not in the app store and…
Suhas Bachewar
  • 1,230
  • 7
  • 21
0
votes
1 answer

Facebook messenger bot test users API

I followed these steps and created a test user and a test page and now I can send and receive messages if I login with the test user. Is there any way to send/receive messages via facebook API while the sender/receiver is the test user and not the…
0
votes
0 answers

FB Send to Messenger Button Not Showing for Approved App

I have a Facebook app that has been reviewed and approved. The app is also set to be live and available to the public (see combined screenshot below). Screenshot of approval notice and app being public However, when I try to integrate the "Send to…
0
votes
1 answer

facebook messanger -wit.ai integration -Chatbot -heroku deployed

I am working towards a chatbot,with wit.ai and facebook messanger as the interface for it,The integrating process went error less and the curl -H gave {success:true},but the bot does not respond if messaged,I looked all over it,may i know is it…
Manish Kakati
  • 657
  • 5
  • 12
0
votes
1 answer

Share content to Messenger or Line or other like Facebook or Tweeter

Hi I am new to develop application in android. I saw other apps, they use share to friends with Messenger, or Facebook.. for instant, I share it to Messenger, then in the content should show some texts and the link of app!! How can I do that? anyone…
0
votes
1 answer

Issues with transparent PNG in UIActivityViewController for FB Messenger and iMessage

I have been using the following code to call the UIActivityViewController for sharing stickers via the various social media apps: if let image = sticker.getUIImage(), let imgData = UIImagePNGRepresentation(image) { let activityVC =…
Mike
  • 788
  • 10
  • 27
0
votes
1 answer

Different Persistent Menu for each Messenger Bot user

Could I, for example, set different languages or different menu options for each user? I did't find such example in Facebook Documentation
0
votes
1 answer

How to trigger a postback button to open another structured messages in facebook messenger chatbot

I'm a newbie on programming, and I've successfully running the example from Facebook Messenger Platform - quick start case. But I'm facing a problem when doing some little changes on the original example: I'd like to make a postback button click…
TwAndy
  • 3
  • 3
0
votes
1 answer

How to create Facebook Messenger like buttons for MESSENGER\ACTIVE Fragment, and how to swap fragments using them?

I'd like to know how MESSENGER\ACTIVE button configuration is achieved... And if switching fragments on button click will work with this configuration..?
Dhruv
  • 367
  • 6
  • 16
0
votes
1 answer

Why don't quick replies I set on Wit.ai work on facebook messenger when deployed?

I'm using Wit.ai to create a chatbot on facebook messenger. However, if I set quick replies for a certain user input, having deployed the bot and entering said input, I only see the text that the quick reply buttons are supposed to follow.
0
votes
1 answer

How to get contact name and mobile number through Facebook messenger API

Now a days Facebook messenger allows 3rd party apps to integrate with it. My requirement is suppose I am chatting with one of my friend on Facebook messenger. I wanted to get contact name and mobile number of friend whom I am chatting in my sample…
0
votes
2 answers

Facebook messenger callback

There are questions related to fb messenger. but as none answers my question, here it is. I have been given a developer account for API to work on which is 'http'. Meaning I won't be able to use it as Callback URL. I am not authorized to request…
Felix josemon
  • 932
  • 1
  • 7
  • 14