-
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
Does v1.1 Premium APIs work seamlessly with v2 methods? #364
Comments
Hey, I'm currently in holiday without laptop. You can check the javadoc which should give the called URL but to me, there are two endpoints V2 and two methods. One for 7 days tweets and an other one for all tweets (the method should be called searchAllTweets()). |
Hey. Actually both of the V2 endpoints are completely inconvenient. search/recent only returns 7 days. And search/all is only for Academic Research projects. We are unfortunately forced to use deprecated methods which are using v1.1 for now. Very disappointed. Thanks for your quick response though. Have a good holiday :) |
Ah yes, you're right. Maybe the deprecated tag is not correct because twitter didn't replace it yet with a V2 equivalent. But it's not forbidden to use a deprecated method so waiting for someone new, you can still call it :) |
Hey, I just came back from holiday, can you confirm to me that the deprecated method is working fine and that you don't face any other problem that the deprecated warning ? |
Hey @redouane59 Yes, I have gone ahead with the deprecated method and didn't face any other issue. |
Currently I only implement new v2 endpoints during my spare time, but if you have some availability, feel free to submit pull requests which implement what you need :) |
Hey @redouane59, Sounds cool. Will try doing it. Thank you :) |
Hey, first of all thanks for building the client.
I am a bit new to this and have a question related to v1.1 and v2.
We have bought premium v1.1 API.
We intend to use 30 days search tweets API.
When I invoke, searchTweets() of your client, v2 API is being invoked. And the function which invokes v1.1 search API is deprecated.
Does v2 return premium API response itself or how does it work? Can you please explain?
Thanks :)
The text was updated successfully, but these errors were encountered: