Method Web.Api.Instagram.V1()->Locations()->recent_media()
- Method recent_media
mappingrecent_media(stringlocation_id,void|ParamsArgparams,void|Callbackcb)- 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":intReturn media after this UNIX timestamp
"min_id":stringReturn media before this min_id.
"max_id":stringReturn media after this max_id.
"max_timestamp":intReturn media before this UNIX timestamp
- Parameter
cb