Returns comment threads that the current user has participated in.
The objects are ordered by the time of the most recent comment.
This method requires the following permissions: newsfeed.
Parameters
Which types of commentable objects to return, comma-separated string:
post— wall postsphoto— photosboard— discussion board topics
By default, all types are returned.
Offset into the list of objects.
How many objects to return.
By default 25.
How many of the most recent comments to return.
By default 0.
How to structure the comments for last_comments. By default uses the user preference.
Possible values:
threaded,
two_level,
flat.
Result
An object:
The commentable objects themselves.
Possible values:
post,
photo,
board.
When type is post, a wall post object.
When type is photo, a photo object.
When type is board, a topic object.
If last_comments is non-zero, an array of wall post objects (if this is a wall post) or comment objects (in all other cases).
User objects relevant to these objects.
Group objects relevant to these objects.
How many comment threads there are in total.