facebook发布api fied description support html

时间:2012-07-22 09:28:58

标签: facebook

描述字段是否支持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";

提前致谢

1 个答案:

答案 0 :(得分:1)

不,facebook不解释说明字段中的格式(只是显示为您发送的格式),并且您不能放置换行符。如果要添加额外的消息链接,可以使用Post object的属性字段。