So I’m working with the Instagram API and using the recent tag call. The problem is I just want photos from today. I looked through the docs and the only parameters you can pass to the api are max_tag_id and min_tag_id. What would be the best method to insure I only get pics from today and not have to save every max_id to reference in my next call?
Share
They way I fixed this was to not supply a min or max ID. Supplying these IDs will iterate through the most recent tag’s ‘pagination’, not supplying them will bring back the most recent tags.
http://www.instagram.com/developer/endpoints/tags/#get_tags_media_recent