Method Web.Api.Instagram.V1()->Locations()->recent_media()
- Method recent_media
mapping recent_media(string location_id, void|ParamsArg params, void|Callback cb)
- Description
Get a list of recent media objects from a given location. May return a mix of both image and video types.
- See also
http://instagram.com/developer/endpoints/locations/#get_locations_media_recent
- Parameter location_id
- Parameter params
"min_timestamp" : int Return media after this UNIX timestamp
"min_id" : string Return media before this min_id.
"max_id" : string Return media after this max_id.
"max_timestamp" : int Return media before this UNIX timestamp
- Parameter cb