im using the following code to share content on facebook-
<a href="https://www.facebook.com/dialog/feed?app_id=325675344144789&link=<?=$station_info->link?>&
picture=<?=$station_info->img_url?>&
name=<?=$station_info->title?>&
caption=<?=$station_info->link_caption?>&
description=<?=$station_info->message?>&
message=<?=$station_info->title?>&
redirect_uri=<?=current_url()?>">
but the user is being presenter with a box in the dialog for input “say something about this” i need to prevent this if possible.. is there a url parameter that i am missing- i thought it was the message parameter but this is not being used.
i would like the status to be pulled from my db or not have the option- i want to control the content that the user share.
further clarification
the workflow of this process is- the user is presented with the post as in a kind of wysiwg format- then they have the option to post it from a anchor tag link- from a fb button
Taken from facebook policy
You must not pre-fill any of the fields associated with the following products, unless the user manually generated the content earlier in the workflow: Stream stories (user_message parameter for Facebook.streamPublish and FB.Connect.streamPublish, and message parameter for stream.publish), Photos (caption), Videos (description), Notes (title and content), Links (comment), and Jabber/XMPP.