Is it possible to add a link to the message when doing a custom publish with Graph API?
For eg:
<?php
$msg_body = array(
'source' => '@'.realpath('somephoto/hey.png'),
'message' => 'message to my wall <a href="http://likethis.com">Go here!</a>'
);
?>