klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 183 forks source link

Add "Top Tweets First" order option #145

Closed serovar closed 3 years ago

serovar commented 3 years ago

The one feature that every third-party client that I know of lacks is the possibility to use the "Top Tweets First" order for the feed. Since no one implemented it I suppose that it is not possible using the Twitter API v1, but maybe it could be possible using API v2?

klinker24 commented 3 years ago

Sorry, no. Twitter provides the tweets in chronological order to third party apps. This isn't going to be possible

serovar commented 3 years ago

Just to know it (since no one seems to be able to answer this specific question), do you know for a fact that API v2 does not allow the use of this feature and that it gives only the chronological order just like API v1?

klinker24 commented 3 years ago

The v2 apis do not currently provide a user's "home" timeline. There is no reason to believe that twitter would provide anything but chronological. Creating a third party app is not the use-case that Twitter appears to be focusing on for their v2 apis.

https://developer.twitter.com/en/docs/twitter-api/tweets/search/introduction

serovar commented 3 years ago

Thanks!