Click or drag to resize
LikesGet Method
Get a list of users who have liked this media.

Requires Authentication: False

Required Scope: likes

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<UsersResponse> Get(
	string mediaId
)

Parameters

mediaId
Type: SystemString
The id of the media about which to retrieve information.

Return Value

Type: TaskUsersResponse
Users Response
See Also