I am trying to get information about media files with the following API (using the JInstagram library):
https://api.instagram.com/v1/users/self/feed?access_token={valid access_token}
The response code is 404. I'm not sure what I am missing, since the access_token is valid, the API is specified in Ruby , but it cannot be found on the development website.
I see that on this site there is a 404 error for feeds, but this is not the same API.
source
share