C# Class InstaSharp.Endpoints.Geographies

The Geographies Api
Inheritance: InstaSharp.Endpoints.InstagramApi
Afficher le fichier Open project: burkeholland/InstaSharp Class Usage Examples

Méthodes publiques

Méthode Description
Geographies ( InstagramConfig config, InstaSharp.Models.Responses.OAuthResponse auth = null ) : System.Threading.Tasks

Geographies Endpoints

Recent ( int geoId, int count = null, string min_id = "" ) : Task

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

Method Details

Geographies() public méthode

Geographies Endpoints
public Geographies ( InstagramConfig config, InstaSharp.Models.Responses.OAuthResponse auth = null ) : System.Threading.Tasks
config InstagramConfig An instance of the InstagramConfig class.
auth InstaSharp.Models.Responses.OAuthResponse An instance of the OAuthResponse class.
Résultat System.Threading.Tasks

Recent() public méthode

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

public Recent ( int geoId, int count = null, string min_id = "" ) : Task
geoId int
count int Max number of media to return.
min_id string Return media before this min_id.
Résultat Task