Method Web.Api.Instagram.V1()->Users()->recent()
- Method recent
mapping recent(void|string uid, void|ParamsArg params, void|Callback cb)
- 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|int Number of items to return. Default is 20.
"min_id" : string Return media later than this min_id
"max_id" : string Return media earlier than this max_id
"max_timestamp" : int Return media before this UNIX timestamp.
"min_timestamp" : int Return media after this UNIX timestamp.
- Parameter cb
Callback function when in async mode