tag_media_recent takes as max_id and min_id as parameters.
The documentation says :
MIN_ID Return media before this min_id.
MAX_ID Return media after this max_id.
I tried max_id = 3390883111979
(very large than what is currently used)
It returns the newest tagged images. Doesn't it follow the definition of min_id? seems erraneous
I also tried min_id = 1390922265529
and max_id = 1390922265528
. It returns 12 images. How is that possible when the max range given is 3?
I also tried reversing the values used in min_id
and max_id
. Still 16 images.....
Could not make out anything from min_tag_id and max_tag_id...
Anybody got any answer ??