Click or drag to resize
UsersRecent Method (String)
Get the most recent media published by a user.

Requires Authentication: False

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

Parameters

id
Type: SystemString
The id of the user.

Return Value

Type: TaskMediasResponse
Media Response
See Also