Click or drag to resize
TagsRecent Method (String)
Get a list of recently tagged media. Note that this media is ordered by when the media was tagged with this tag, rather than the order it was posted. Use the max_tag_id and min_tag_id parameters in the pagination response to paginate through these objects.

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<MediasResponse> Recent(
	string tagName
)

Parameters

tagName
Type: SystemString
Return information about this tag.

Return Value

Type: TaskMediasResponse
Medias Response
See Also