-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
Fix authorization for searchTweets/Add non recursive options for searchTweets and getUserTimeline #459
base: develop
Are you sure you want to change the base?
Conversation
2. Add non recursive options for searchTweets and getUserTimeline
And FYI, the only way I can currently get authorization working is to set
|
Hello @hemisphire I'm sorry I just realized that I lost the access to my GitHub account @redouane59 because I changed my laptop + my smartphone last month. It is a mess because the Authenticator App code of my new phone is not accepted by GitHub because it was not registered before. I don't know if I will be able to recover it to validate the PR... |
Already checked it but that's not enough. I opened a ticket to GitHub Support this afternoon. Let's see what they say ! |
All searches now require OAuth2.0
We have a use case where the user decides how many results they want, as a popular query can return more than the 10,000 monthly limit in Basic. Since the pagination token is available from TweetList.getMeta().getNextToken(), we can call additionalParameters.setPaginationToken(paginationToken).