-1

I am developing an android app. I would like to be able to send a message programmatically directly to a specific friend in Messenger App. I'd like this to happen without requiring the user to select a friend.

For example, if user A has friend B, and has sent a message to friend B in the past, I'd like the app to remember friend B. Is it possible to directly invoke and send message "hello" to friend B from Android app?

code
  • 5,294
  • 16
  • 62
  • 113

1 Answers1

1

As far as I know, this is not possible.

According to Facebook policy, it is not allowed to auto-post / send / or pre-fill messages to friends.

code
  • 5,294
  • 16
  • 62
  • 113