mike-ward / tweetz

Twitter Desktop Client in .NET Core for Windows 10
MIT License
127 stars 20 forks source link

Feature Request: Click on Tweet to see replies #103

Open WonderfulSpivey opened 2 years ago

WonderfulSpivey commented 2 years ago

Is it possible to add the functionality to see the replies of a tweet on your timeline? Something like clicking on the tweet to open the replies? This is the only feature I miss not being in Tweetz.

mike-ward commented 2 years ago

I'm not sure there's an API to that in Twitter. Will have to check. You can click on the timestamp which will open the tweet in Twitter where you can see the entire thread. Not as seamless but workable.

sahya commented 2 years ago

@mike-ward Hi, I suppose It might be able to use this API.

https://developer.twitter.com/en/docs/twitter-api/conversation-id https://twittercommunity.com/t/how-we-can-get-list-of-replies-on-a-tweet-or-reply-to-a-tweet-in-twitter-api/144958/10 https://twittercommunity.com/t/can-i-get-all-replies-for-a-tweet/146622