New Instagram API - minimum timestamp disappears

I plan to use the / media / search endpoint in the Instagram API. For our purposes, we need to use MIN_TIMESTAMP to get publications written after a certain timestamp. However, I noticed that this option is available in the legacy API, and it is not available in the new API:

This is the endpoint in the deprecated API: https://www.instagram.com/developer/deprecated/endpoints/media/#get_media_search

This is the endpoint in the new API: https://www.instagram.com/developer/endpoints/media/#get_media_search

As you can see, MIN_TIMESTAMP and MAX_TIMESTAMP are disappearing from the new documentation. However, I executed a request with these parameters, and they seem to work.

I searched the Instagram developer blog and I did not find any comment for this. Are these timestamp options disappearing in the future?

+4
source share
1 answer

The changes were published today (June 1, 2016), and you will see that now they are min_timestampno longer taken into account.

+2
source

All Articles