当使用API发布我收到此:
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);
引用一个人如何张贴缩略图到一个网站/链接对象? 它说,该项目是直接从页面本身的图片
想法?