wallSearch: Allows to search posts on user or community walls

Description Usage Arguments Value

View source: R/wall.R

Description

Allows to search posts on user or community walls

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
wallSearch(
  owner_id = "",
  domain = "",
  query = "",
  owners_only = "",
  count = "20",
  offset = "0",
  extended = "",
  fields = "",
  v = getAPIVersion()
)

Arguments

owner_id

User or community id. Remember that for a community owner_id must be negative.

domain

User or community screen name.

query

Search query string.

owners_only

1 - returns only page owner's posts.

count

Count of posts to return.

offset

Results offset.

extended

Show extended post info.

fields

List of comma-separated words

v

Version of API

Value

If executed successfully, returns a list of post objects.


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