从Instagram获取最近的照片时APINotAllowedError

时间:2015-09-26 16:43:57

标签: php instagram instagram-api

使用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并尝试过。它给了我同样的错误。

仅针对特定的主题标签我收到此错误,对于其他主题标签,我得到了正确的响应。

请帮帮我。

0 个答案:

没有答案
相关问题