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
Is there any reason why you wouldn't use:
{ "name": "TEST EVENT", "description": "New event!Welcome to the event.", "start_time": "2011-03-24T00:00:00" }
jsonlint validates it...