Method | Description | |
---|---|---|
get ( string $tag ) : |
Get information about a tag object. | |
getRecentMedia ( string $tag, integer | null $count = null, string | null $minTagId = null, string | null $maxTagId = null ) : |
Get a list of recently tagged media. | |
search ( string $tag ) : |
Search for tags by name. |
public getRecentMedia ( string $tag, integer | null $count = null, string | null $minTagId = null, string | null $maxTagId = null ) : |
||
$tag | string | Name of the tag |
$count | integer | null | Count of tagged media to return |
$minTagId | string | null | Return media before this min_tag_id |
$maxTagId | string | null | Return media after this max_tag_id |
return |