FixTweet
FixTweet copied to clipboard
Get user by id ?
Hi, since user id is available into the api response, is possible to get user by id instead screen_name ?
Thank
The endpoint we use UserByScreenName, as the name suggests, only takes a username (screen_name) as a parameter, so adding user ids as an input would need a few changes. There is a graphql endpoint UserByRestId which would be used to implement this functionality.
I would LOVE this option. is it something doable?