C# Class instagrammer.LocationClient

Inheritance: BaseClient
Datei anzeigen Open project: jonezy/instagrammer

Public Methods

Method Description
LocationClient ( string token )
Locations ( string name ) : ApiSingleResponse

Get information about a location http://instagram.com/developer/endpoints/locations/#get_locations

RecentMedia ( string locationId ) : ApiResponse

Get a list of recent media from the given location http://instagram.com/developer/endpoints/locations/#get_locations_media_recent

Search ( string query ) : ApiResponse

Search for a location by name and geographic coordinate.

Method Details

LocationClient() public method

public LocationClient ( string token )
token string

Locations() public method

Get information about a location http://instagram.com/developer/endpoints/locations/#get_locations
public Locations ( string name ) : ApiSingleResponse
name string The name of the location
return ApiSingleResponse

RecentMedia() public method

Get a list of recent media from the given location http://instagram.com/developer/endpoints/locations/#get_locations_media_recent
public RecentMedia ( string locationId ) : ApiResponse
locationId string Location to find media
return ApiResponse

Search() public method

Search for a location by name and geographic coordinate.
public Search ( string query ) : ApiResponse
query string The name of the location
return ApiResponse