favoriteTimelineByUsername - client.v1.favoriteTimelineByUsername is not a function #314
ratracegrad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get the likes for a username using v1 API. I have a straightforward Node.js app that creates a Twitter client and then calls a method to get users' likes.
Using: "twitter-api-v2": "^1.12.2"
API Version: v1
When I run this I get an error saying that this method does not exist:
If I replace the method with
userTimelineByUsername
then it shows me tweets. But I want to be able to get the likes. Any suggestion on what I am doing wrong?Beta Was this translation helpful? Give feedback.
All reactions