facebook c# sdk: Add/edit event with newlines in description

倾然丶 夕夏残阳落幕 提交于 2019-12-02 06:21:07

Fixed as of version SDK 5.0.8 - 25. march

This works:

Use this: <center></center>

Instead of a br or a newline, etc. You can only do one in a row (ie. you can't increase the spacing).

Is there any reason why you wouldn't use:

{
    "name": "TEST EVENT",
    "description": "New event!<br/>Welcome to the event.",
    "start_time": "2011-03-24T00:00:00"
} 

jsonlint validates it...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!