We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To create a plain-text note, POST an activity to the user's feed (/api/user/fred/feed) like so:
/api/user/fred/feed
json { "verb": "post" "object": { "objectType": "note", "content": "Hello, World!" } }
json
The content can be of any length. It can include HTML5.
"Dangerous" parts of the HTML will be scrubbed. This includes any JavaScript.
json { "verb": "post" "object": { "objectType": "note", "content": "Hello, World! <script>alert('gotcha!')</script>" } }