我正在尝试通过 api 在 facebook 墙上发布消息。问题是当我通过 api 发布时,当我直接将链接粘贴为 facebook 状态时,它看起来会有所不同。我不确定我是否做错了什么。请指教。
我想作为示例发布的链接是http://commondatastorage.googleapis.com/blood/2415012_26-May-2012
我正在使用的代码类似于:
FacebookType publishMessageResponse = facebookClient.publish("me/feed", FacebookType.class,
Parameter.with("name", "Click here to Register as a Blood Donor"),
Parameter.with("picture", "http://commondatastorage.googleapis.com/blood/2415012_26-May-2012"),
Parameter.with("link", "http://links.sakshum.org/RegisterBloodDonor"),
Parameter.with("description", "Sakshum is a not for profit organization working in the field of child education and building an effective blood donor pool."));