How one can post to the Event wall using Graph API with Markdown formatting? It is not clear from API docs.
I am tried to use POST /v2.6/EVENT_ID/feed
query with Markdown in message
field but end up with raw text in the result.
How one can post to the Event wall using Graph API with Markdown formatting? It is not clear from API docs.
I am tried to use POST /v2.6/EVENT_ID/feed
query with Markdown in message
field but end up with raw text in the result.
You have to specify markdown formatting
message=# Hello world&formatting=MARKDOWN