1

I want to send a private messages to my friends silently. So, I prefer FB.api method to send.

But, I could not find the best solution for my problem.

Send Dialog api sends in FB.ui method and can't send more than 1 at a time. It expects a form submission.

Feed Dialog api is a public post. I think, I'm right.

My exact scenario is, I have huge number of messages in my app. I will select and send to my friends. It would not displayed on their wall. I mean it should not be a public. It should be a private message.

Please send your ideas.

user2003356
  • 445
  • 2
  • 11
  • 24

1 Answers1

0

Facebook do not provide any api for this, but provide chat api, so you can send messages via it. for more details see https://developers.facebook.com/docs/chat/

dev.meghraj
  • 8,542
  • 5
  • 38
  • 76