FacebookのウォールにAPIを介してメッセージを投稿しようとしています。問題は、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."));