| 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.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<MediaResponse> Recent(
int geoId
)
Public Function Recent (
geoId As Integer
) As Task(Of MediaResponse)
public:
Task<MediaResponse^>^ Recent(
int geoId
)
member Recent :
geoId : int -> Task<MediaResponse>
Parameters
- geoId
- Type: SystemInt32
The id of the media about which to retrieve data
Return Value
Type:
TaskMediaResponseA media response containing a list of media
See Also