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.
|
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. |
||||
|
|
|
this link may help you http://developers.facebook.com/docs/reference/api/message/ |
|||||
|
|
|
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. |
|||
|
|