Method Web.Api.Instagram.V1()->Users()->recent()
- Method recent
mappingrecent(void|stringuid,void|ParamsArgparams,void|Callbackcb)- Description
Get the most recent media published by a user. May return a mix of both image and video types. http://instagram.com/developer/endpoints/users/get_users_media_recent
- Parameter
uid An Instagram user ID
- Parameter
params Valida parameters are:
"count":string|intNumber of items to return. Default is 20.
"min_id":stringReturn media later than this min_id
"max_id":stringReturn media earlier than this max_id
"max_timestamp":intReturn media before this UNIX timestamp.
"min_timestamp":intReturn media after this UNIX timestamp.
- Parameter
cb Callback function when in async mode