Returns a list of comments on a post on a user wall or community wall
postGetComments(
owner_id = "",
post_id = "",
need_likes = 1,
start_comment_id = "",
offset = 0,
count = 10,
sort = "",
preview_length = 0,
extended = "",
progress_bar = FALSE,
v = getAPIVersion()
)
User ID or community ID. Use a negative value to designate a community ID.
Post ID.
1 - to return the likes field (default), 0 - not to return the likes field.
Positive number
Offset needed to return a specific subset of comments.
Number of comments to return.
Sort order: asc - chronological, desc - reverse chronological.
Number of characters at which to truncate comments when previewed. Specify 0 (default) if you do not want to truncate comments.
Flag, either 1 or 0.
Display progress bar
Version of API