Click or drag to resize
CommentsGet Method
Get a full list of comments on a media.

Requires Authentication: False

Required Scope: comments

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

Parameters

mediaId
Type: SystemString
The id of the media on which to retrieve comments.

Return Value

Type: TaskCommentsResponse
CommentsResponse
See Also