Line break in Facebook status update via Graph API
If you're using PHP or any language just add chr(10)
and this will add a break :)
ASCII Solution :P
\r\n seems to work just fine to get line breaks in facebook
It sounds silly, but this works:
Insert <center></center>
where you would normally put <br>
.