Click or drag to resize
LikesPost Method
Set a like on this media by the currently authenticated user.

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<LikesResponse> Post(
	string mediaId
)

Parameters

mediaId
Type: SystemString
The id of the media to create a like for.

Return Value

Type: TaskLikesResponse
LikesResponse
See Also