Method Web.Api.Instagram.V1()->Users()->feed()
- Method feed
- Description
Get the currently authenticated users feed. http://instagram.com/developer/endpoints/users/#get_users
- 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
- Parameter
cb Callback function when in async mode