1

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.

fedosov
  • 1,989
  • 15
  • 26

1 Answers1

0

You have to specify markdown formatting

message=# Hello world&formatting=MARKDOWN
wczekalski
  • 720
  • 4
  • 21