iphone - Can we send message from iOS app to facebook messenger programatically -


hy working on ios app , app has instant messaging feature user can send messages each other. requirement if user send message other user message send other user facebook messenger app automatically. possible?

thanks

no isn't possible. violation of privacy , construed spam receiver of messages send programmatically. link posted in comments 1) deprecated , 2) allowing user message through facebook via application, not send messages. @ best can request permission read user's inbox or inbox of page, read_mailbox or read_page_mailboxes permission.

https://developers.facebook.com/docs/facebook-login/permissions/v2.3

look there list of facebook permissions can ask for. , before post question this, please please please take time google search. took me no more 5 minutes , it's burden on community when searchable questions 1 asked.

if want build chat application however, there's lot of great options can at.

first, building own chat application using websockets. harder option because you'll have build own socket server using socket.io (i believe have library server side , ios well).

the easier option use layer. it's chat sdk can use ios, android, etc. pretty easy setup , easy use.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -