| CommentsGet Method |
Get a full list of comments on a media.
Requires Authentication: False
Required Scope: comments
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<CommentsResponse> Get(
string mediaId
)
Public Function Get (
mediaId As String
) As Task(Of CommentsResponse)
public:
Task<CommentsResponse^>^ Get(
String^ mediaId
)
member Get :
mediaId : string -> Task<CommentsResponse>
Parameters
- mediaId
- Type: SystemString
The id of the media on which to retrieve comments.
Return Value
Type:
TaskCommentsResponseCommentsResponse
See Also