API Tags endpoint error - min_id is not a valid cursor for this tag

空扰寡人 提交于 2019-12-04 05:55:12

I got this response from Instagram when enquiring about invalid pagination tokens

"Thanks for the report. We are aware of this issue and it happens when pictures are un-tagged (e.g. The comment with the tag is deleted). We are working on a fix but I don’t have an eta to share at the moment."

OK, so this is how I solved it - after waiting for a few days and seeing that nothing happens then I have deleted all min_tag_id values that I have in store. I also altered my app logic to deal with the situation (in my case when there's no min_tag_id then I load some historical posts, which I commented out for this fix).

I ran the import process and this repopulated the min_tag_id field. The new values have no problems. Either they fixed the issue or the un-tagging thing didn't happen to me again yet.

So far so good. Will post updates if any.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!