I want to send a private message to a user's friend using fb_graph. In the docs I can see how to send a post in the users wall but not how to send a message on behalf of that user.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Unfortunately it cannot be done; Facebook removed the functionality due to abuse (spam etc). Please refer to: how send message facebook friend through graph api using Accessstoken |
|||
|
|
|
You can use Facebook Chat API to send private messages, here is an example in Ruby using xmpp4r_facebook gem:
|
|||
|
|
|
It seems that is not possible but posting to the user's wall might be an alternative: https://github.com/nov/fb_graph/issues/issue/28/#comment_591398 |
||||
|
|