Click or drag to resize
CommentsPost Method
Create a comment on a media. Please email apidevelopers[at]instagram.com for access.

Requires Authentication: True

Required Scope: comments

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<CommentResponse> Post(
	string mediaId,
	string comment
)

Parameters

mediaId
Type: SystemString
The id of the media on which to post a comment.
comment
Type: SystemString
Text to post as a comment on the media as specified in media-id.

Return Value

Type: TaskCommentResponse
CommentsResponse
See Also