I have an module to post predefined messages in my application, till last week it worked perfectly. But now the problem is I could not see the message which i pass in the bundle in the post message pop up, the textbox is blank. Then I come to know that the message key used to send plain text through the bundle got ignored by the facebook sdk itself, please refer the below link
[http://developers.facebook.com/docs/reference/dialogs/feed/][1]
In the page see the message keyword info. Now I want to post some plain content through my application.Anybody know how to solve this problem, please share with me.
Thanks in Advance, Rajapandian