Click or drag to resize
GeographiesRecent Method (Int32)
Get very recent media from a geography subscription that you created. Note: you can only access Geographies that were explicitly created by your OAuth client. To backfill photos from the location covered by this geography, use the media search endpoint.

Requires Authentication: False

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<MediaResponse> Recent(
	int geoId
)

Parameters

geoId
Type: SystemInt32
The id of the media about which to retrieve data

Return Value

Type: TaskMediaResponse
A media response containing a list of media
See Also