We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to Twitter's API rate limit restrictions on "https://api.twitter.com/1.1/account/verify_credentials.json" (15 per 15 min), it may be beneficial to lookup the user profile using "https://api.twitter.com/1.1/users/show.json" instead (180 per 15 min).
Right now, I'm getting a "Too Many Requests" response from Twitter if I don't cache the data.
The text was updated successfully, but these errors were encountered:
Hi @tgfisher, Great suggestion, seem very reasonable. Would you like to submit a pull request?
Sorry, something went wrong.
Why don't use application cache for this? Library is not about caching.
No branches or pull requests
Due to Twitter's API rate limit restrictions on "https://api.twitter.com/1.1/account/verify_credentials.json" (15 per 15 min), it may be beneficial to lookup the user profile using "https://api.twitter.com/1.1/users/show.json" instead (180 per 15 min).
Right now, I'm getting a "Too Many Requests" response from Twitter if I don't cache the data.
The text was updated successfully, but these errors were encountered: