I would like to include inline links friends within the message of a stream.publish call. Here is example pyFacebook code:
Code:
facebook.request_extended_permission("publish_stream")
facebook.stream.publish("@John Doe is cool")
Is there a way to include markup in the message to do this?
src: http://forum.developers.facebook.net/viewtopic.php?pid=339920