Facebook Messenger API:how to break line in a message
In Facebook Messenger chat,we can break a line by press "SHIFT+ENTER". So how to break line by Facebook Graph API(Messenger API). I've seen in a few answers that the Graph API accepts <center></center> instead of <br> and some other parts of their API seem to accept \r\n . Is there currently any way of sending a line break and if there is where it it documented? If you are using php, You should be use chr(10) . Its working as like '\n' or '<br>' . Also you can use <center></center> . Its working for me. tyrex Turns out Line break in Facebook status update via Graph API might give you what you