I need to send Message using Facebook Graph Api.
I found this article http://developers.facebook.com/docs/reference/api/message/
But still i couldnt find a proper api to create a new Message from my android app.
Can anyone please let me know whether, creating a new message is feasible ? Any tutorial or reference reg that ?
The Facebook API currently does not permit 3rd Party app to post messages to users (friends or otherwise) to prevent spamming.
This has been asked a few times here on SO. I have a few links added.
http://facebook.stackoverflow.com/a/9047881/450534
https://developers.facebook.com/blog/post/291/ (Source: http://facebook.stackoverflow.com/a/4525572/450534)
NOTE: There is a workaround, or so it seems, but I have personally never gotten around to trying it myself. See if any of the answers on the link after this bit helps you out.
http://facebook.stackoverflow.com/q/2943297/450534