I don't like downloading photos from private accounts using Instagram API

I donโ€™t like downloading photos from private accounts using the Instagram API. The same access token works great to load photos you like from non-private accounts. The user for this access token follows the private account and can see the profile and photos in order. It displays this error:

{ "meta": { "error_type":"APINotFoundError", "code":400, "error_message":"invalid media id" } } 
+6
source share
1 answer

This is the actual Instagram API error on this endpoint, and not specific to the token or client ID. I easily reproduced this by setting my account as confidential and checking several services (e.g. statigram or webstagram). And if the set of my account is public, everything is in order.

We report this issue using the error tool (from http://instagram.com/developer/clients/manage/ ). We have thousands of examples of this, so it seems global.

I hope this is fixed soon. This is not the most important API endpoint, but it is certainly better if it works; -)

+4
source

Source: https://habr.com/ru/post/959429/


All Articles