Facebook Instagram OAuth API返回“;“开发人员角色”不足;400错误

Facebook Instagram OAuth API返回“;“开发人员角色”不足;400错误,facebook,api,oauth,instagram,Facebook,Api,Oauth,Instagram,我有一个Facebook应用程序处于实时模式,该应用程序已通过审核并设置了Instagram Basic Display,通过了以下权限的审核:Instagram\u graph\u user\u profile和Instagram\u graph\u user\u media 根据,如果我访问https://api.instagram.com/oauth/authorize?app_id=[my app ID]&redirect\u uri=[my app redirect URL]&scop

我有一个Facebook应用程序处于实时模式,该应用程序已通过审核并设置了Instagram Basic Display,通过了以下权限的审核:
Instagram\u graph\u user\u profile
Instagram\u graph\u user\u media

根据,如果我访问
https://api.instagram.com/oauth/authorize?app_id=[my app ID]&redirect\u uri=[my app redirect URL]&scope=user\u profile,user\u media&response\u type=code
在浏览器中进行身份验证后,应使用代码将我重定向回重定向URL

但是,如果我与任何未明确设置为Instagram测试员的用户一起尝试,即使我的应用程序处于实时模式,我也会收到以下错误:

{
"error_type": "OAuthException",
"code": 400,
"error_message": "insufficient_dev_role"
}

请注意,几个月前有人问了另一个问题-本例中的区别是我的应用程序处于实时模式,因此应允许任何用户通过OAuth进行授权,而对于另一个问题,应用程序仍处于开发模式,因此,问题是添加了合适的Instagram测试员。

这是Instagram正在努力解决的已知问题。

我也有同样的问题!你成功了吗?