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.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

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

link|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
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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