尝试授权用户并获取令牌时突然出现 Instagram API "SCOPE" 问题 - OAuth

Sudden Instagram API "SCOPE" issue when trying to authorize user and get token - OAuth

我在尝试通过 Instagram API 创建令牌时似乎在 scope 附近遇到了错误。直到大约一周前,这一切都很完美。如果我删除 scope 然后它工作,但如果我这样做我无法访问标签搜索,所以我需要 scope

我不断收到以下错误:

{"error_type": "OAuthException", "code": 400, "error_message": "Invalid scope field(s): public_content"}

这是请求URL:

https://api.instagram.com/oauth/authorize/?client_id=***CLIENTID***&approval_prompt=force&scope=public_content&response_type=code&redirect_uri=***REDIRECT URL***

我的应用程序具有 public_content 的权限,如下所示:

有什么想法吗?

删除"public_content"。仅使用 "basic".