Reputation: 4187
I was wondering:
Is it possible to chat with a friend who is not in our friend list through the API?
Can 2 Unknown users use the Facebook Chat API to communicate? Is it possible anyhow (using PHP or JS?)
Upvotes: 0
Views: 629
Reputation: 4439
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.
Upvotes: 1