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

Comma-separated list of user and group profile fields to be returned. Only has effect if extended is true.

Result

Returns a paginated list of wall posts.

Errors

Global errors may occur when calling this method.