Returns the list of users who like an object.

This method can be called without an access token.

Parameters

type
enum

Object type.

  • photo – Photo
  • photo_comment – A comment on a photo
  • post – Wall post or comment
  • topic_comment – A comment in a discussion board topic
item_id
string

Identifier of the target object.

friends_only
boolean

Whether to only return likes by the current user’s friends.

By default false.

skip_own
boolean

Whether to omit the current user from the list.

By default false.

offset
integer (non-negative)

Offset into the user list for pagination.

count
integer (1..1000)

How many users to return.

By default 100.

fields
string

Comma-separated list of user profile fields to be returned.

Result

A paginated list of user identifiers.

If any fields were passed, a paginated list of user objects.

Errors

Global errors may occur when calling this method.