Home
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.
Atom API request details
Method URI Output representation GET Value of the href attribute of the <link> element with the rel="self" attribute for each entry in the replies feed for the board entry. comment
Input
None.
Output
An Atom entry document containing the comment. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the comment was successfully found and returned. If an error occurs, this header will contain one of the error codes below.
- Content-Type: application/atom+xml
- Indicates that the document returned contains data in Atom format.
Error codes
- HTTP/1.1 400 Bad Request
- HTTP/1.1 401 Unauthorized: Returned if you failed to authenticate the request.
- HTTP/1.1 404 Not Found
Working with the message board
Related reference
Get all of the comments associated with a message