Instagram 显示 API 开发者角色不足

Instagram Display API Insufficient Developer Role

我已经按照 Instagram Display API 上的教程进行操作,在 ngrok 上创建了我的 redirect_uri 并正确分配了我的 app_id。这是我得到的回复。

{
"error_type": "OAuthException",
"code": 400,
"error_message": "Insufficient developer role"
}

我该怎么办?我是管理员,所以我不能将自己指定为开发人员。

当我尝试使用这个 link 时是什么为我解决了这个问题:

https://api.instagram.com/oauth/authorize
  ?app_id={app-id}
  &redirect_uri={redirect-uri}
  &scope=user_profile,user_media
  &response_type=code

... 正在同一浏览器会话中作为接受的 Testing User 登录。

我在隐身模式 window 中以该用户身份登录,最初 link 在我的普通浏览器中尝试时返回 Insufficient Developer Role 错误 window.

有一次尝试在隐身模式下访问 window,效果很好。

让我知道这是否为您解决了问题。否则,我也去了我的开发者设置并做了 Individual Verification,虽然我的 ID 还没有被批准,但它仍然有效。

转到“角色”>“Instagram 用户”并添加您的 Instagram 帐户。然后前往 https://www.instagram.com/accounts/manage_access/ 接受来自您应用的测试员邀请。