This just started happening in both my code and the API playground. I make a call to /hashtags. I get the results, but the results are not updated with subsequent calls. The edges remain the same and the post count remains the same.
아래에 의견을 추가하고 토론에 참여하세요.
Hi there, if we make some major changes we will send announcement regarding this.
Thank you! This just started happening, so I assume it was a recent change. Where can I subscribe to find out about changes like these?
Hi funkyavocado, hashtag post is cached for 1 hour if no endcursor is passed to get latest data you can pass empty endcursor (endcursor="") , similarly to get next results you can pass endcursor value.