Facebook api – Cannot send Whatsapp messages with new-lines via Facebook Graph API
I want to print dynamic multiline text in whatsapp messages. The messages are sent via Facebook Graph API. I have used the \n character to insert a new line. See request below. Request: POST https://graph.facebook.com/v20.0/XXXXXXXXXXXXXXXX/messages Content Type: application/json; charset=UTF-8 Body:…