Allows to search posts on user or community walls
wallSearch( owner_id = "", domain = "", query = "", owners_only = "", count = "20", offset = "0", extended = "", fields = "", v = getAPIVersion() )
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 wordsv
: Version of APIIf executed successfully, returns a list of post objects.