Returns a list of IDs of users who added the specified object to their Likes list
likesGetList(
type = "",
owner_id = "",
item_id = "",
page_url = "",
filter = "",
friends_only = "0",
extended = "",
offset = "",
count = "100",
skip_own = 0,
v = getAPIVersion()
)
Object type
ID of the user, community, or application that owns the object
Object ID
URL of the page where the Like widget is installed. Used instead of the item_id parameter
Filters to apply: likes - returns information about all users who liked the object (default); copies - returns information only about users who told their friends about the object
Specifies which users are returned: 1 - to return only the current user's friends; 0 - to return all users (default)
Specifies whether extended information will be returned. 1 - to return extended information about users and communities from the Likes list; 0 - to return no additional information (default)
Offset needed to select a specific subset of users
Number of user IDs to return (maximum 1000)
Flag, either 1 or 0
Version of API