Search code examples
instagramhttp-status-code-400instagram-api

In the Instagram API how to access basic user information for 'Private Users'?


I don't really understand why instagram api prohibits access to information public in 'private users' (#counts, #username,#profile picture)

This works well for public users but for private users returns:

{ "meta": { "code":400, "error_message":"you cannot view this resource", "error_type":"APINotAllowedError" } }

help! thanks


Solution

  • They are called Private users as their information cannot be accessed, there is no way using the API you can do that.