dimdenGD / OldTweetDeck

Returns old TweetDeck, for free!
MIT License
1.94k stars 116 forks source link

cant view my own likes? #316

Closed elimelim closed 3 months ago

elimelim commented 3 months ago

just spinning circle cant view my likes? maybe to do with the new public settings since june. on latest version

cmj commented 3 months ago

I know this has been brought up numerous times in the past, but there is an endpoint to view your own favoriters.

https://api.twitter.com/graphql/mDc_nU8xGv0cLRWtTaIEug/Favoriters

I messed around with Nitter quite a bit when 'likes' were semi-removed a few months ago. Just to see what was happening and what still worked, I was able to view my own likes from bots on Twitter. (Nitter is not an interactive frontend; this was to just test endpoints)

Here is an example, still working today that shows favoriters on your posts:

Hope this helps with adding the feature back.

dimdenGD commented 3 months ago

fixed