I want to know if I can share only text (without any link) to a facebook wall/timeline using facebook android SDK?
Because iOS social framework let me publish predefined text in a share dialog and android share intent doesn't let me modify the text to share (by code) and it seems to me that the facebook android SDK, only permits to share text if this comes with a link.
So how can I directly publish a text/message to a facebook timeline?
I have written a step by step procedure to post only text in facebook wall !
Follow this https://stackoverflow.com/a/20730002/2715065