Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to ask that how to send message to a friend's inbox in facebook through fbconnect api or fbgraph api.

Thanks in advance.

share|improve this question

2 Answers

up vote 0 down vote accepted

this link may help you http://developers.facebook.com/docs/reference/api/message/

share|improve this answer
This link appears to describe a read-only API. – Victor Nicollet Jan 11 '11 at 12:52
yes, just gives reference for reading inbox – mehul9595 Jan 11 '11 at 13:07

You might want to use a send dialog. It works like the Feed Dialog (that will post to the wall) but it prompts the user to select one or more friends and sends the "post" to their inbox.

You can try it out here: https://developers.facebook.com/docs/reference/dialogs/send/

It has an example with the JS SDK so it should be easy to follow.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.