How to send a message to friends' inbox via fbconnect api or fbgraph api?

I want to ask how to send a message to your Facebook inbox using the Facebook Connect API or the Facebook graphical API.

Thanks in advance.

+3
source share
2 answers

You might want to use the send dialog. It works like a feed dialog (which will publish on the wall), but it prompts the user to select one or more friends and sends a β€œmessage” to his inbox.

: https://developers.facebook.com/docs/reference/dialogs/send/

JS SDK, .

+1

Source: https://habr.com/ru/post/1784720/


All Articles