使用media / recent API时出现以下错误。
{
"meta": {
"error_type": "APINotAllowedError",
"code": 400,
"error_message": "This tag cannot be viewed"
}
}
我尝试过使用客户端ID和访问令牌。
https://api.instagram.com/v1/tags/mytag/media/recent?client_id=clientId
或
https://api.instagram.com/v1/tags/mytag?access_token=accesstokem
另外,我在不同的Instagram帐户中创建了新的App并尝试过。它给了我同样的错误。
仅针对特定的主题标签我收到此错误,对于其他主题标签,我得到了正确的响应。
请帮帮我。