Returns the posts on a user’s or group’s wall.
This method can be called without an access token.
Parameters
owner_id
integer
The ID of the user or the group whose wall posts need to be returned. For groups, pass -group_id.
offset
integer
(non-negative)
Offset into the list of wall posts for pagination.
count
integer
(1..100)
How many posts to return.
By default 20.
filter
enum
Which posts to return.
all– All posts (owner+others)others– Only posts made by users other than the wall ownerowner– Only posts made by the wall owner (for users only)
By default all.
extended
boolean
Whether to return user and group objects related to the posts.
By default false.
fields
string
repost_history_depth
integer
(0..10)
Determines the size of the repost_history array. For example, if a post is a repost of another repost, with repost_history_depth = 1, only the first repost will be returned.
By default 2.
Result
A paginated list of wall posts. If extended is set to true, the list object will have extra fields, profiles and groups, with arrays of user and group objects respectively.