Method | Description | |
---|---|---|
RecentMedia ( string tagname ) : ApiResponse |
Get a list of media tagged with this tag http://instagram.com/developer/endpoints/tags/#get_tags_media_recent
|
|
Search ( string query ) : ApiResponse |
Search for tags by tagname http://instagram.com/developer/endpoints/tags/#get_tags_search
|
|
Tag ( string name ) : ApiSingleResponse |
Get information about a tag http://instagram.com/developer/endpoints/tags/#get_tags
|
|
TagsClient ( string token ) |
public RecentMedia ( string tagname ) : ApiResponse |
||
tagname | string | The name of the tag to match. |
return | ApiResponse |
public Search ( string query ) : ApiResponse |
||
query | string | A valid tagname (no leading #) |
return | ApiResponse |
public Tag ( string name ) : ApiSingleResponse |
||
name | string | The tag to lookup |
return | ApiSingleResponse |