描述字段是否支持html标签
$facebook->api("/me/feed", "post", array(
message => $des,
picture => $img,
link => $link,
caption => $title ,
description =>$desc
));
我希望有描述为
$desc="hai to <strong>All</strong><br>I am on the nextline";
提前致谢