我正在调用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)。
我找不到与此“应用程序限制”错误有关的任何内容。我没有设置任何应用限制。什么可能导致此错误?
我没有Facebook,它对这个错误有何评价?得到相同的一个