在 Instagram 基本显示 API 中出现“应用程序限制”错误

Posted

技术标签:

【中文标题】在 Instagram 基本显示 API 中出现“应用程序限制”错误【英文标题】:Getting "app restrictions" error in Instagram Basic Display API 【发布时间】:2020-03-29 18:56:50 【问题描述】:

我正在调用 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 Basic Display 的 App Review)。

我找不到有关此“应用程序限制”错误的任何信息。我没有设置应用限制。什么可能导致此错误?

【问题讨论】:

developers.facebook.com/support/bugs/624062398151157 【参考方案1】:

我没有 Facebook,它对这个错误有什么看法?得到相同的

【讨论】:

以上是关于在 Instagram 基本显示 API 中出现“应用程序限制”错误的主要内容,如果未能解决你的问题,请参考以下文章

使用 Instagram 基本显示 API 获取用户媒体

Instagram 基本显示 API

Instagram 基本显示 API 分页

如何为 Instagram 基本显示 API 实现 Instagram 或 Facebook 登录按钮的继续?

如何在我的网站上显示我的 Instagram 提要?

如何从 Instagram API 获取用户名?