Allows to search posts on user or community walls
wallSearch(
owner_id = "",
domain = "",
query = "",
owners_only = "",
count = "20",
offset = "0",
extended = "",
fields = "",
v = getAPIVersion()
)
User or community id. Remember that for a community owner_id must be negative.
User or community screen name.
Search query string.
1 - returns only page owner's posts.
Count of posts to return.
Results offset.
Show extended post info.
List of comma-separated words
Version of API
If executed successfully, returns a list of post objects.