當使用API發佈我收到此:利用API帖子鏈接不包括圖片,標題或Meta說明PHP
https://www.facebook.com/weather.warnings/posts/329128793830700
通知如何標題,縮略圖和meta描述從缺少的東西。
以下是我正在使用的代碼。
$allalert = array
(
'oauth_token' => 'not pasting this thanks :P',
'message' => "New $type for $where",
'link' => $url,
);
$sendalert = $facebook->api('/125291287567922/links/','POST',$allalert);
引用how does one post a thumbnail picture to a Facebook /links object?它說,該項目是直接從網頁本身
的想法了嗎?
效果不錯,謝謝 –
不再。 – MPaulo