简体   繁体   English

登录Twitter App有限制吗?

[英]Is there any limit for sign in to Twitter App?

I have a simple Twitter app based on OAuth in PHP and sometimes happen, that if I am working with the app and testing login into the app & stuffs around, so sometimes I can login into the app. 我有一个基于PHP的OAuth的简单Twitter应用程序,有时会发生,如果我正在使用该应用程序并测试登录到该应用程序及其周围的东西,那么有时我可以登录该应用程序。

Is there any limit of how many times I can login into build app let's say per day/hour or it's a bug on Twitter hand/in library? 每天/每小时我可以登录构建应用程序的次数有什么限制,或者这是Twitter上的手/在库中的错误?

According to the API docs, https://dev.twitter.com/docs/api#oauth , requests to authentication endpoints are not rate limited. 根据API文档https://dev.twitter.com/docs/api#oauth ,对身份验证端点的请求不受速率限制。 If you're seeing errors while logging in, it's likely a reason other than rate limiting. 如果您在登录时看到错误,则可能是速率限制以外的原因。

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

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