instagram-api icon indicating copy to clipboard operation
instagram-api copied to clipboard

How to specify the amount of data returned?

Open benjheath opened this issue 7 years ago • 0 comments

instagramAPI.userSelfMediaLiked().then(function(result){ //console.log(result.data); // user info console.log(result.data) console.log(result.limit); // api limit console.log(result.remaining) // api request remaining }, function(err){ console.log(err); }); with this for example can you specify only the likes from the last 24 hours or only return the most recent x likes?

Thanks

benjheath avatar Sep 19 '17 18:09 benjheath