wallGetReposts {vkR} | R Documentation |
Returns information about reposts of a post on user wall or community wall
Description
Returns information about reposts of a post on user wall or community wall
Usage
wallGetReposts(
owner_id = "",
post_id = "",
offset = "",
count = "20",
v = getAPIVersion()
)
Arguments
owner_id |
User ID or community ID. By default, current user ID. Use a negative value to designate a community ID. |
post_id |
Post ID. |
offset |
Offset needed to return a specific subset of reposts. |
count |
Number of reposts to return. |
v |
Version of API |
Value
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.
[Package vkR version 0.2 Index]