Method Web.Api.Instagram.V1()->Tags()->recent()
- Method recent
mappingrecent(stringtag_name,void|ParamsArgparams,void|Callbackcb)- Description
Get a list of recently tagged media. Note that this media is ordered by when the media was tagged with this tag, rather than the order it was posted. Use the max_tag_id and min_tag_id parameters in the pagination response to paginate through these objects. Can return a mix of image and video types.
- See also
http://instagram.com/developer/endpoints/tags/#get_tags_media_recent
- Parameter
tag_name - Parameter
params Can be:
"min_id":stringReturn media before this min_id.
"max_id":stringReturn media after this max_id.
- Parameter
cb Callback function when in async mode