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

share|improve this question

1 Answer

up vote 0 down vote accepted

My solution, which I used in an app for fixing this problem was quite easy. Not sure if it will help you though. But instead of using the message param since it's ignored I used the name of a link.

So I just shared a link to the homepage of the app (the owner of the apps company) and put name, link and picture so I could use a nice logo for the wall post. You could use a market link or whatever.com

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.