0

I was wondering:

  1. Is it possible to chat with a friend who is not in our friend list through the API?

  2. Can 2 Unknown users use the Facebook Chat API to communicate? Is it possible anyhow (using PHP or JS?)

Nitzan Tomer
  • 155,636
  • 47
  • 315
  • 299
Yahoo
  • 4,093
  • 17
  • 59
  • 85

1 Answers1

1

No, the only way to do this would be through the use of the Send Dialog where you could specify the UID of the non-friend in the &to= parameter. There is no API method publicly available for sending messages to non-friends.

Matthew Johnston
  • 4,409
  • 2
  • 20
  • 27