每个开发人员帐户的twitter api max应用程序 [英] twitter api max app per developer account

查看:159
本文介绍了每个开发人员帐户的twitter api max应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于速率限制,我正在使用Twitter api来获取许多Twitter帐户上的数据,并且由于我无法要求所有这些Twitter帐户的所有者进行身份验证,因此我必须在开发人员上创建多个应用程序帐户 (请注意,我已经在排队和合并请求,我已经使用了所有最佳实践).

I'm using the twitter api to get data on many twitter accounts, because of the rate limit and since i can't ask the owners of all those twitter accounts to authenticate, i've to create several applications on my developer account (note that i'm already queuing and combining requests, i've used all best practices).

我的问题是,每个开发者帐户最多允许多少个应用程序?我没有设法在网络上或Twitter文档

My question, what's the maximum number of applications allowed per developer account? i didn't manage to get this answer anywhere on the web nor on the twitter documentation

推荐答案

首先,对于一个应用程序,您不应创建多个应用程序.

First of all, you should NOT make more than one Application for one application.

您需要逻辑上处理数据.缓存请求的数据,以便限制对Twitter API的请求数.

You need to handle data logically. Cache the data you are requesting so you can limit the number of requests to twitter's API.

如何限制请求: https://dev.twitter.com/docs/faq#5823

以下是一些文档:

https://dev.twitter.com/docs/rate-limiting/1.1

https://dev.twitter.com/discussions/8126

这篇关于每个开发人员帐户的twitter api max应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆