4

Hello I'm implementing different ways in my project to share some TEXT to other Chat Applications, such as: Whatsapp, Line and WeChat.

I have no problem to implement this UIActivity subclass using following libs:

I realise all these Apps has internal URI protocol to communicate with them from my application:

whatsapp://send?text=SAMPLE_TEXT

line://msg/text/SAMPLE_TEXT

Anyone knows the way to connect to Facebook Messenger iPhone App to share some text, at least?

Community
  • 1
  • 1
jalopezsuarez
  • 414
  • 4
  • 13

1 Answers1

1

I guess you're looking for this answer - not sure whether it's official API by facebook - couldn't find any docs on it.

Community
  • 1
  • 1
Matthias Wenz
  • 592
  • 4
  • 14