I am trying to edit events on facebook pages. The SDK works fine, but I have one problem.
Whenever there are newlines in the description (\\r\\n), they get posted to fac
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...
Fixed as of version SDK 5.0.8 - 25. march