I’m trying to add a message to the facebook using share button, I successfully added thumbnail and description but don’t know the tag to add text to the message box. Is this possible?
I’m using ASP.NET frame 3.5

here is my code
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share\" type="text/javascript"></script>
<meta name="description" content="<%=GetText() %>" />
<link rel="image_src" href="http://www.murrayhilltech.com/images/LogoColorNoText.jpg" />
</head>
<body>
<form id="form1" runat="server">
<div>
<a name="fb_share" type="button" share_url="<%=GetURL() %>">Facebook</a>
</div>
</form>
</body>
</html>
Now, this isn’t possible using
Share ButtonSocial Widget.Even in
Feed Dialogmessageis ignored now, cite fromFeed Dialogdocumentation about this field:You can only fill
messagefield viaFB.api(JS-SDK) or via Graph API publishing if user grantedpublish_streampermission for your application.