【问题标题】:Instagram api limit in large, public app大型公共应用程序中的 Instagram api 限制
【发布时间】:2014-02-18 00:08:45
【问题描述】:

我们有一个大型开放系统,可以托管大量应用程序。每个应用程序都有大约 100 到 500 个活跃用户。后端可以选择添加相册页面,我想将 Instagram 添加为功能。应用管理员只需添加他/她的 Instagram 帐户的用户名即可建立连接。但是有了这么多的应用程序和最终用户,我们的开发者帐户很快就达到了 api 限制。有什么解决方法吗?

【问题讨论】:

    标签: api instagram


    【解决方案1】:

    据我了解,API 限制是每个 access_tokenclient_id 每小时 5000 个请求。由于您系统上的每个用户都应该有自己的 access_token,并且只要来自您的应用程序的请求使用每个单独的 access_token,您应该没问题,因为该限制正在消失成为每个用户的限制。

    参考Instagram End Point > Limits

    You are limited to 5000 requests per hour per access_token or client_id overall. 
    Practically, this means you should (when possible) authenticate users so that 
    limits are well outside the reach of a given user.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-05
      • 2017-06-05
      • 2015-07-14
      • 1970-01-01
      • 1970-01-01
      • 2020-07-01
      • 1970-01-01
      • 2014-12-02
      相关资源
      最近更新 更多