Instagram users/self/feed 404 errorcode

青春壹個敷衍的年華 提交于 2019-12-23 15:33:12

问题


I am trying to get myself mediafeeds information with the following API (using JInstagram library):

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

The response code is 404. I am not sure what I'm missing since the access_token is valid, the API is listed in the Ruby library, but it can't be found on the develop website.

I see there is a 404 error in this site for feeds to, but it are not same API.


回答1:


Instagram changed their policy and also deprecated some APIs. Check the below link.

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

Old API

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

Use the below API instead of the above one

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



来源:https://stackoverflow.com/questions/33888658/instagram-users-self-feed-404-errorcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!