wallGetById: Returns a list of posts from user or community walls by their...

Description Usage Arguments Value

View source: R/wall.R

Description

Returns a list of posts from user or community walls by their IDs

Usage

1
2
3
4
5
6
7
wallGetById(
  posts = "",
  extended = "",
  copy_history_depth = "",
  fields = "",
  v = getAPIVersion()
)

Arguments

posts

User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID.

extended

1 - to return user and community objects needed to display posts, 0 - no additional fields are returned (default).

copy_history_depth

Sets the number of parent elements to include in the array copy_history that is returned if the post is a repost from another wall.

fields

List of comma-separated words

v

Version of API

Value

Returns a list of post objects. If extended is set to 1, returns the following:

If the post is a copy of another post, returns an additional array copy_history with information about original posts.


Dementiy/vkR documentation built on Oct. 1, 2020, 9:48 a.m.