Returns information about reposts of a post on user wall or community wall
wallGetReposts(
owner_id = "",
post_id = "",
offset = "",
count = "20",
v = getAPIVersion()
)
User ID or community ID. By default, current user ID. Use a negative value to designate a community ID.
Post ID.
Offset needed to return a specific subset of reposts.
Number of reposts to return.
Version of API
Returns an object containing the following fields:
items - An array of wall reposts.
profiles - Information about users with additional fields sex, online, photo, photo_medium_rec, and screen_name.
groups - Information about communities.