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:


[Package vkR version 0.2 Index]