Click or drag to resize
MediaGet Method
Get information about a media object. Note: if you are authenticated, you will receive the user_has_liked key which quickly tells you whether the current user has liked this media item.

Requires Authentication: False

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

Parameters

mediaId
Type: SystemString
The id of the media to retrieve

Return Value

Type: TaskMediaResponse
Media Response
See Also