I am making a call to retrieve the highest favorite tweet for a specific user, I couldn’t get desired response. What must I be doing wrong?
1 Like
There is no API call for this. What are you trying to do / what code are you running?
1 Like
Oh cool. I am trying to make an API call on user tweet with the highest likes or retweet; if that doesn’t work? I want to fetch highest favorite tweet or retweet from certain time to another as an option.
1 Like
Unfortunately this is not possible with a single API call. You will have to retrieve some tweets using Search or Timelines, and request Metrics using Fields and Expansions, and then sort the results by the like and retweet counts yourself.
1 Like
I would see to this. Thanks for letting me know.
1 Like
Yo, I geuss there should be an API to get the most liked tweet
Yeah - the page to request new features is Updates on our feedback channels - Announcements - Twitter Developers if you want to suggest new features