最近的媒体 instagram GET 请求 returns 状态 200 但数据为空

recent media instagram GET request returns status 200 but empty data

我正在使用此 instagram API 端点执行简单的 GET 请求:https://api.instagram.com/v1/users/{USER ID}/media/recent?access_token={ACCESS TOKEN} 我通过 OAuth2Authenticator 从 Xamarin.Auth 插件获取访问令牌。 我今天才注意到获取最近的媒体请求返回了这个:

{
"pagination": {},
"data": [],
"meta": {
    "code": 200
}

PS:我正在使用我的管理员 instagram 帐户以及已批准的沙箱用户进行测试。 范围:基本

答案非常简单。 如果您处于沙盒模式,则需要在 Instagram 中将您的帐户隐私切换为 public。私人账户对我来说不能正常工作。