C# 클래스 InstaSharp.Endpoints.Geographies

The Geographies Api
상속: InstaSharp.Endpoints.InstagramApi
파일 보기 프로젝트 열기: burkeholland/InstaSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Geographies() 공개 메소드

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.
리턴 System.Threading.Tasks

Recent() 공개 메소드

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.
리턴 Task