I am using the Facebook Graph API to publish on a user's wall. I give it these parameters:
message
name
description
picture
link
caption
It posts to the wall, but it is not treating it as a link. I know this because it does not open a new tab when the link is clicked, there is no share action link, and Twitter does not pick it up because I have it filtering my wall by links only.
I see the Facebook docs has two separate documentation pages for publish "Post" and "Link" objects.. but the links is posting to the same graph path so I am not sure how it is supported to work:
http://developers.facebook.com/docs/reference/api/post
http://developers.facebook.com/docs/reference/api/link
Anyone got this working?