-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Likes endpoint #466
Comments
I'm working on this now |
users/:id/liked_tweets would be useful as well — it returns tweets liked by a user, rather than a list of users liking a tweet. To disambiguate, I propose calling the tweets/:id/liking_users endpoint with "likers [tweet id]" and users/:id/liked_tweets with "likes [user id/name]". |
ah, I forgot about this, sorry - well, I will tomorrow That's a good idea @lxcode |
Fyi, the likes endpoint now returns all likes instead of the last 100 https://twittercommunity.com/t/updates-to-retweets-lookup-and-likes-lookup-endpoints/165327?u=igorbrigadir |
New likes endpoint gets you 100 latest users who liked a tweet:
https://twittercommunity.com/t/blocks-and-likes-endpoints-are-now-complete-on-the-twitter-api-v2/154434
I think it's a useful one to have, even if it's limited.
For example:
The text was updated successfully, but these errors were encountered: