问题描述
我正在使用Instagram API从实时服务器上看到此错误.
I am seeing this error from my live server using the Instagram API.
{
"Error":true,
"message":"Matching code was not found or was already used."
}
我已在此处阅读了一些有关清除缓存的建议,但这并不能解决问题.我也无法直接在Instagram网站上提交支持票证,因为在尝试提交票证时收到错误消息.
I have read a few suggestion on here to clear cache but that isn't fixing the issue. I am also unable to submit a support ticket directly on the Instagram site as I am receiving an error message while attempting to submit a ticket.
推荐答案
很多开发人员都在 https://news.ycombinator.com/item?id=13178789 .我认为取消选中禁用隐式OAuth"不会解决该问题,因为我已经尝试过了,但是没有用.
There are a bunch of developers complaining about the same issue at https://news.ycombinator.com/item?id=13178789. I don't think unchecking "Disable implicit OAuth" fixes the issue as I have already tried that and it didn't work.
您能做的最好的事情就是使用您的客户ID向instagram提交报告,以帮助他们解决这一问题.
The best thing you can do is to submit a report to instagram using your client id to put some pressure on their side to fix this issue.
这篇关于找不到或已使用Instagram API匹配代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!