1

If you go to someone's Facebook profile there is a button that allows you to send a message to them even if you are not their friend. With Facebook's SDK, is it possible to send a message to these individuals using my account details?

Thanks

PhoenixDown
  • 355
  • 1
  • 4
  • 12
  • possible duplicate of [how send message facebook friend through graph api using Accessstoken](http://stackoverflow.com/questions/2943297/how-send-message-facebook-friend-through-graph-api-using-accessstoken) – Ken Redler Mar 22 '12 at 18:32

2 Answers2

0

Yes I think you can, but only if they had not changed their permissions.
(Read More About Permissions: here);
To send the message; here is a similar question: link

Community
  • 1
  • 1
funerr
  • 7,212
  • 14
  • 81
  • 129
0

Like says @agam360, permisson read_mailbox is necessary.

Read this http://developers.facebook.com/docs/reference/api/message/

But I'm not found in doc, the section about send messages, only about read it. I believe that dont be possible make this. You could to post on wall?

Cloudson
  • 65
  • 5