使用 API 发布时,我收到以下信息:
https://www.facebook.com/weather.warnings/posts/329128793830700
注意标题、缩略图和元描述是如何从事物中丢失的。
以下是我正在使用的代码。
$allalert = array
(
'oauth_token' => 'not pasting this thanks :P',
'message' => "New $type for $where",
'link' => $url,
);
$sendalert = $facebook->api('/125291287567922/links/','POST',$allalert);
参考如何将缩略图发布到 Facebook /links 对象?它说该项目从页面本身中提取图片
想法?