In their documentation for their new API, Instagram says this:
Relevant points:
- MIN_ID: Return media later than this min_id
- MAX_ID: Return media earlier than this max_id
I want to search for media that a user posted within a certain date range. Is that possible using min_id
and max_id
? Or did they completely remove the ability to filter by timestamp from this new api?