wallGetReposts function

Returns information about reposts of a post on user wall or community wall

Returns information about reposts of a post on user wall or community wall

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

Returns

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.
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29