使用 Instagram API 和我自己的访问令牌,为什么我无法获取任何用户的数据?

Using the Instagram API and my own Access Token, why can't I get any user's data?

我正在使用自己的访问令牌并调用 link https://api.instagram.com/v1/users/hacklifeprius/?access_token=ACCESS-TOKEN

使用我自己的访问令牌,但我得到一个 html 页面说:

Sorry, this page isn't available. The link you followed may be broken, or the page may have been removed. Go back to Instagram.

但是,如果我将我的用户名更改为 self,那么它会起作用,我会得到一个 json。这是上周的工作。这是怎么回事?顺便说一句,我在沙盒上。

https://www.instagram.com/developer/sandbox/

The first point is important and it means that the API behaves as if the only users on Instagram were your sandbox users, and the only media ever posted were the last 20 for each of these users.

我应该输入我的 Instagram 用户的 ID 号,而不是用户名。