我想通過apis在facebook牆上發佈消息。問題是,當我通過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."));
所以在這種情況下,我應該怎麼設置爲元標記出現在鏈接的內容是什麼? – Vik 2012-07-10 05:18:20
@Vik見上文。 – phwd 2012-07-10 05:25:42
謝謝,但你是什麼意思bu的頭部分的網址? – Vik 2012-07-10 05:28:24