How to use properly Facebook SDK to send text message with Messenger? I found similar question but there aren't any answer Android. Send text to facebook messenger by Facebook SDK 4.X Also I read Messenger documentation https://developers.facebook.com/docs/messenger/android but there I coundn't find the answer.
Asked
Active
Viewed 1,766 times
0
-
This is what I was exactly seeking for. Waiting for the answers. – Aawaz Gyawali Aug 05 '15 at 15:50
1 Answers
2
The second link you supplied makes clear there are only a limited number of supported mime types, the first link also illustrates there is no support for text/plain.
The SDK is for sharing alternative content on messenger, it's not for allowing creation of new messenger clients or bots
So the TL;DR is: You cannot send text messages

Nick Cardoso
- 20,807
- 14
- 73
- 124