首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Instagram Basic Display API中获取"app restrictions“错误

在Instagram Basic Display API中获取"app restrictions“错误
EN

Stack Overflow用户
提问于 2020-03-30 02:56:50
回答 1查看 2.1K关注 0票数 3

我调用instagram API来进行身份验证,就像上面描述的here一样。

所以我打电话(使用正确的instagram-app-id和redirect-uri):

代码语言:javascript
复制
https://api.instagram.com/oauth/authorize
  ?client_id={instagram-app-id}
  &redirect_uri={redirect-uri}
  &scope=user_profile,user_media
  &response_type=code

但我得到了以下错误/响应:

代码语言:javascript
复制
{"error_type": "OAuthException", "code": 400, "error_message": "Cannot access app due to app restrictions"}

我获得了必要的instagram_graph_user_profile和instagram_graph_user_media权限批准(通过应用程序审查的Instagram基本显示)。

我找不到任何关于这个“应用程序限制”错误的东西。我没有设置任何应用程序限制。什么可能会导致此错误?

EN

回答 1

Stack Overflow用户

发布于 2020-04-09 21:24:38

我没有Facebook,它对这个错误有什么说明?得到相同的一个

票数 -2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60919269

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档