Click or drag to resize
LocationsRecent Method (String)
Get a list of recent media objects from a given location.

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

Parameters

locationId
Type: SystemString
The location identifier.

Return Value

Type: TaskMediasResponse
Media Response
See Also