Search code examples
facebookfacebook-graph-api

Line break in Facebook status update via Graph API


I'm writing a simple Facebook status update web app that uses Graph API. It works well except for when 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?


Solution

  • It sounds silly, but this works: Insert <center></center> where you would normally put <br>.