My question is very simple and has been answered lots of times in Stackoverflow but in order to the changing of the Facebook API I want to make certain if a user who is using my app can post to their wall a message generated automatically by the app.
If the user is reading in my app a comment he/she likes, I want he/she can post to their wall a message like "I've been reading a very interesting comment about..." and I would like that tis text appears automatically in the window where Facebook requests permission to the user to post in their wall.
I've tried the JS API with "feed" method but the text in the field message is ignored. I'm going to try with PHP API but I think the result will be the same.
Thanks in advance!!
