I don't want to share my PAGE, but I want to share a message with a short URL link to something.
A:
Here's a very easy way to do it: http://www.facebook.com/facebook-widgets/share.php
Goose Bumper
2010-03-26 21:07:59
A:
I think you are looking for the Facebook API stream.publish function:
http://wiki.developers.facebook.com/index.php/Stream.publish
or FB.Connect.streamPublish:
http://developers.facebook.com/docs/?u=facebook.jslib.FB.Connect.streamPublish
Nick
2010-03-26 21:11:44
Both of those require extended permissions. You can use <fb:share-button> (FBML or XFBML) which does not require the extended permissions because they run on the facebook server and enlist the users interaction to publish.
pst
2010-03-26 21:24:57