Returns the list of reposts for a wall post or comment.
This method can be called without an access token.
Parameters
post_id
integer
The post identifier.
offset
integer
(non-negative)
Offset into the list of reposts for pagination.
count
integer
(1..100)
How many posts to return.
By default 20.
extended
boolean
Whether to return user and group objects related to the posts.
By default false.
fields
string
repost_history_depth
integer
(0..10)
Determines the size of the repost_history array. For example, if a post is a repost of another repost, with repost_history_depth = 1, only the first repost will be returned.
By default 2.
Result
A paginated list of wall posts. If extended is set to true, the list object will have extra fields, profiles and groups, with arrays of user and group objects respectively.