Wallwall.search
Allows to search posts on user or community walls.
Этот метод можно вызвать с сервисным ключом доступа. Возвращаются только общедоступные данные.
Этот метод можно вызвать с ключом доступа пользователя.
Параметры
owner_iduser or community id.
Remember that for a community owner_id must be negative.

целое число
domainuser or community screen name.
строка
querysearch query string.
строка, максимальная длина 9000
owners_only1 – returns only page owner's posts.
флаг, может принимать значения 1 или 0
countcount of posts to return.
положительное число, по умолчанию 20, максимальное значение 100
offsetresults offset/
положительное число, по умолчанию 0
extendedshow extended post info.
флаг, может принимать значения 1 или 0
fields
список слов, разделенных через запятую
Результат
If executed successfully, returns a list of post objects.
Коды ошибок
210Access to wall's post denied
В ходе выполнения могут произойти общие ошибки. Их описание находится на отдельной странице.
Актуальные версииПоказать все
5.58
Community object contains new is_messages_blocked field.

Two new events message_allow and message_deny has been added to Callback API. groups.setCallbackSettings method supports two new parameters and groups.getCallbackSettings returns two new fields respectively.
5.53
can_message, ban_info, can_post, can_upload_doc, can_upload_video, can_see_all_posts, can_create_topic, is_favorite, is_hidden_from_feed fields in a community object are returned for the requests including access_token only.
5.52
Returns new objects with market and market_album type in message and wall attachments.
5.41
notifications.get method returns notifications about new market comment replies. newsfeed.getComments method returns new comments for market items. wall.get, wall.search, wall.getById methods return market_album in attachments.
5.40
Support fields parameter for user profiles
Влияет на методы newsfeed.get, wall.getById, wall.get, wall.search
5.39
Returns new fields for attachments with link type: caption, is_external, product, application, rating and button.
Влияет на методы wall.get, wall.search, wall.getById, wall.getComments
5.37
Returns photo object for attachments with link type instead image_src и image_big fields.
Влияет на методы wall.get, wall.search, wall.getById, wall.getComments