Instagram api get feed between 2 dates -


i'm trying posts of logged in user between 2 dates. noticed there users/self/media/recent endpoint, seems can not specify time-range.

so how can users posts between min_date , max_date?

thanks, catalin

put posts user in array/db using pagination. use date index , search there.


Comments