Home
Working with the message board
Using the Atom Publishing Protocol, or Atompub, you can get and post messages and comments to your message board or get and post messages and comments to other people's message boards.
- Retrieving messages from a message board
To retrieve messages posted to a message board, look at the board feed to find the entry ID of the message, and then request that entry.- Add a message to a message board
Send an Atom document containing a message entry to your own or another person's board feed.- Delete a message from a message board
To remove a message from your message board, use the HTTP DELETE method.- Retrieving comments from a message board
To retrieve the Atom document for a comment associated with a person's status message or the other messages posted to a message board, get a feed that lists the comments to find out the comment's ID, and then request that comment.- Add a comment to a message board
Add a comment to someone else's status or comment on a message that someone added in response to your status or on your message board.- Delete a comment from a message board
To remove a comment from your message board, use the HTTP DELETE method.
Manage status updates and the board