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

Facebook Messenger - Node to Ruby on Rails - Example

New to Rails. On Getting started for Facebook Messenger there is a simple script in node that can be used to send message from your app to Messenger. Can someone help on how can we implement it in Ruby on Rails. I want to create a method in my…
0
votes
1 answer

iOS app URL scheme for Facebook Messenger

I want to share my app URL scheme via FB Messenger, my URL scheme is myapp. The problem is, when I send the message: myapp://?param1=1234, FB Messenger shows the message as plain text and not as a link. My question is, what should I do to FB…
Helena
  • 9
  • 2
0
votes
1 answer

Facebook Messenger Platform: Greet user at Welcome Screen

I would like to greet user when he started conversation with my page. Something like: 'Hi Marian, How can I help?'. It could be done with Send-to-Messenger Plugin as this plugin is sending authentication request to server. User id can be extracted…
mauron85
  • 1,364
  • 1
  • 14
  • 28
0
votes
1 answer

What is _messengerUrlHandler in Facebook Messenger iOS?

I get 'Use of undeclared identifier' error for _messengerUrlHandler when I do everything on the documentation: https://developers.facebook.com/docs/messenger/ios Is it something I should define?
NEPapps
  • 1
  • 4
0
votes
0 answers

Testing Facebook Messenger Reply Flow

I am trying to integrate Facebook Messenger to my app. However, it seems like for the reply flow to work, app needs to be on App Store and approved by Facebook. I doubt the app would be approved by App Store without the reply flow working. Is there…
NEPapps
  • 1
  • 4
0
votes
1 answer

Send a message to friend via Facebook SDK from iOS app

I heard that the chat API for Facebook was deprecated a couple years back but I'm wondering if by using the new messenger API, it's possible to send a message to a friend via Facebook. The user logs in with the login button and gets their info with…
Echizzle
  • 3,359
  • 5
  • 17
  • 28
0
votes
0 answers

URL scheme handler error while integrating Facebook messenger API

While I think I've added and set up the FacebookMessengerSDK correctly I keep getting this error when I click the share button, which at the moment would just present the messenger, it doesn't actually do anything yet. LaunchServices: ERROR: There…
Echizzle
  • 3,359
  • 5
  • 17
  • 28
0
votes
1 answer

How to persuade one that cloud platform is safe enough?

I am a co-founder of a startup company. We are not doing things of computer science or programming. We're making our own product. As a result, My partner and I use some cloud platform service, for instance, Google Drive, Slack, Facebook Messenger,…
Veck Hsiao
  • 591
  • 2
  • 8
  • 20
0
votes
0 answers

Facebook messenger share video not working - connection error

I am trying to use the facebook messenger SDK to share a video (as described here: https://developers.facebook.com/docs/messenger/ios). I can share images just fine, but when trying to share it a video it fails due to a connection error. No error…
0
votes
0 answers

How to limit number of selected friends when send facebook private messages using FBSDKMessengerSharer or FBSDKMessage Dialog

I want to send message to friends, and find out 2 ways: FBSDKMessengerSharer and FBSDKMessageDialog But I need to limit the number of selected friends before the messages go to the friends inboxes. For example, I have a list of 500 friends, but for…
0
votes
1 answer

Share link in private message on fb-messenger:// url scheme from web JS function

I was wondering if there was a way, from a web js function, to share a link a on private message on facebook messenger app using url scheme such as fb-messenger://new (which open facebook messenger on new message if the user has the app on its…
0
votes
0 answers

Facebook Messenger GIF share from our app to Android doesn't animate but does for ios

We have created a mobile app to share our own animated GIF's to Messenger. Iphone to Iphone the gif animates in messenger, Iphone to Android AND Android to android the GIF does not animate in Android Messenger. But it animates for the sender in…
0
votes
1 answer

How do I get a facebook user's most recent messages with another user?

I'm working on a web application in which I show the last time the current user (who authenticates with FB and supplies all relevant permissions) user interacted with another user. Example, my ID is 1526632 and would like to find the date of the…
0
votes
0 answers

FBSDKMessengerSharer ios GIF sending issue

I am developing apps for ios & droid for sending GIF to fb users using messanger api. The gif from droid to ios works perfect, gif from ios to droid dont animate. In both cases, gif on browser works. Below is sample code for sending gif : …
0
votes
1 answer

How do I export Facebook Messenger "Send" Button as a Native UI Component in React Native?

I am trying to export the Send Button from Facebook Messenger as a Native UI Component in react native. I am not getting any errors, but I am also not seeing the button. my references for this…
Fisch
  • 3,775
  • 1
  • 27
  • 38