Instagram用户/ self / feed 404 errorcode

时间:2015-11-24 08:26:08

标签: instagram

我正在尝试使用以下API(使用JInstagram库)获取自己的媒体馈送信息:

https://api.instagram.com/v1/users/self/feed?access_token={valid access_token}

响应代码是404.由于access_token有效,我不确定我丢失了什么,API列在Ruby库中,但无法找到开发网站。

我发现此网站中的Feed有404错误,但它与API不同。

1 个答案:

答案 0 :(得分:3)

Instagram改变了他们的政策并且也弃用了一些API。请查看以下链接。

https://instagram.com/developer/changelog/

旧API

https://api.instagram.com/v1/users/self/feed?access_token= {有效access_token}

使用以下API代替上述API

https://api.instagram.com/v1/users/self/media/recent/?access_token=ACCESS-TOKEN