我调用instagram API来进行身份验证,就像上面描述的here一样。
所以我打电话(使用正确的instagram-app-id和redirect-uri):
https://api.instagram.com/oauth/authorize
?client_id={instagram-app-id}
&redirect_uri={redirect-uri}
&scope=user_profile,user_media
&response_type=code但我得到了以下错误/响应:
{"error_type": "OAuthException", "code": 400, "error_message": "Cannot access app due to app restrictions"}我获得了必要的instagram_graph_user_profile和instagram_graph_user_media权限批准(通过应用程序审查的Instagram基本显示)。
我找不到任何关于这个“应用程序限制”错误的东西。我没有设置任何应用程序限制。什么可能会导致此错误?
发布于 2020-04-09 21:24:38
我没有Facebook,它对这个错误有什么说明?得到相同的一个
https://stackoverflow.com/questions/60919269
复制相似问题