Returns the list of posts liked by the current user.
This method requires the following permissions: likes:read.
Parameters
offset
integer
(non-negative)
Offset into the list of posts for pagination.
count
integer
(1..100)
How many posts to return.
By default 50.
extended
boolean
Whether to return user and group objects related to the posts.
By default false.
fields
string
Result
Returns a paginated list of wall posts.