I'm using this as the basis of a simple Facebook status update web app I'm writing: http://ingig.net/weblog/2010/04/21/using-graph-api-to-post-status-update-with-c/. All good, works well. However, I'd like to include a line break in the status message. I've tried adding a simple HTML
tag, but this is just rendered as text.
Anyone know if this is possible, and if so, how?