wallSearch function

Allows to search posts on user or community walls

Allows to search posts on user or community walls

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

Returns

If executed successfully, returns a list of post objects.

  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29