【发布时间】:2016-11-26 00:12:52
【问题描述】:
有人能解释一下 Instagram 范围的新限制吗?如https://help.instagram.com/contact/185819881608116 所述,我没有可以请求访问权限的业务
【问题讨论】:
-
另一个 SO 用户今天在这里报告了同样的问题 => stackoverflow.com/q/32466277/325521
有人能解释一下 Instagram 范围的新限制吗?如https://help.instagram.com/contact/185819881608116 所述,我没有可以请求访问权限的业务
【问题讨论】:
您可以使用此模板使用 API:
"https://api.instagram.com/oauth/authorize/?client_id=" + client_id + "&redirect_uri=" + redirect_uri + "&response_type=code&state=DCEeFkk45A53sdfKef424&scope=follower_list");
它可以帮助您在测试模式时了解范围,然后您可以批准您的申请。您还可以添加测试用户。
【讨论】: