Returns the list of photos liked by the current user.

This method requires the following permissions: likes:read.

Parameters

offset
integer (non-negative)

Offset into the list of photos for pagination.

count
integer (1..1000)

How many photos to return.

By default 50.

extended
boolean

Whether to return extra fields about likes, comments, and tags for each photo.

By default false.

Result

A paginated list of photos.

Errors

Global errors may occur when calling this method.