简体   繁体   English

如何避免iPhone特定调用LinkedIn API的油门限制?

[英]How to avoid the throttle limit for a particular call of LinkedIn API in iPhone?

I have an application where I am integrating LinkedIn in my app. 我有一个要在其中集成LinkedIn的应用程序。 I am posting message to my connection which is working properly. 我正在向我的连接发布消息,该连接工作正常。 But the problem is when I post message multiple times say 15 message within a time duration it is returning throttle limit error: 但是问题是,当我多次发布消息时,例如在一段持续时间内发出15条消息时,它会返回油门限制错误:

{
  "errorCode": 0,
  "message": "Throttle limit for calls to this resource is reached.",
  "requestId": "J69QX565O6",
  "status": 403,
  "timestamp": 1357802749431
}

You have used up your daily data limit! 您已经用完了每日数据量限制!

See API usage restrictions @ Throttle Limits 请参阅API使用限制@ 油门限制

The documentations states you can send 10 messages per user account daily or up to 40 messages daily if executing with a developer account (you can add yourself or others as a dev in the LinkedIn Application Config Section ). 这些文档指出,您每天可以使用每个用户帐户发送10条消息,如果使用开发人员帐户执行,则每天最多可以发送40条消息(您可以在LinkedIn 应用程序配置部分中将您自己或其他人添加为开发人员)。 You application has a 5k global limit for message transfer daily as well. 您的应用程序每天的邮件传输也有5k的全局限制。 There is no way around this to the best of my knowledge as it is a hard limit set by LinkedIn 据我所知,这是不可能的,因为这是LinkedIn设定的硬限制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM