Instagram oAuth:"Invalid scope field(s)"(仅使用 Firefox 浏览器)

Instagram oAuth: "Invalid scope field(s)" (only using Firefox browser)

我无法使用 Firefox 获取我的 Instagram 访问令牌。出现错误 "Invalid scope field(s): public_content,follower_list"。但它适用于 Google Chrome 或 Safari 等其他浏览器。

我从我的 Web 客户端 https://www.instagram.com/oauth/authorize?client_id=CLIEND&redirect_uri=https://MY_REDIRECT&response_type=code&scope=public_content+follower_list 中抛出了这个 URL。
而且似乎存在编码问题。 来自 Instagram 文档:If you’d like to request multiple scopes at once, simply separate the scopes by a space
因此,我尝试使用 public_content follower_listpublic_content+follower_listpublic_content%2Bfollower_list,但它在 Firefox 中不起作用 =\
有任何想法吗?感谢您的提前!

这些范围已弃用。请改用 "basic"。