Instagram API媒体/流行端点返回空列表

时间:2014-01-30 16:56:16

标签: api instagram

现在看到来自以下API端点的空返回约12小时(至少)。还有其他人有这个问题吗?

https://api.instagram.com/v1/media/popular?client_id=

{"meta":{"code":200},"data":[]}

2 个答案:

答案 0 :(得分:0)

更新1:

这似乎是一个问题。您应该联系support@instagram.com

我也面对它。以下是使用我的Instagram登录进行身份验证后获得/media/popular端点GET的信息。返回的JSON显示HTTP状态代码200,但data数组为空/ null。

HTTP / 1.1 200好的 内容语言: 恩 X-Ratelimit限: 5000 变化: Cookie,Accept-Language

Date:
Thu, 30 Jan 2014 17:26:03 GMT
Content-Length:
31
X-Ratelimit-Remaining:
4999
Set-Cookie:
csrftoken=c359b115ff344c48dfd1df1108aaf38b; expires=Thu, 29-Jan-2015 17:26:03 GMT; Max-Age=31449600; Path=/
Set-Cookie:
ccode=US; Path=/
Content-Type:
application/json; charset=utf-8
Server:
nginx

{
  "meta":  {
    "code": 200
  },
  "data":  []
}

enter image description here

以前的答案 (已弃用)

media/popular是经过身份验证的请求,因此您不应该为此请求传递access_token而不是client_id吗?

通过the API Documentation

https://api.instagram.com/v1/media/popular?access_token=ACCESS-TOKEN

另外,here's如何使用access_token获取client_id

答案 1 :(得分:0)

他们的API页面和开发人员门户网站似乎因GATEWAY错误而失败。我猜他们现在正在处理一些事情。