Closed gratatouilley closed 6 months ago
This is not intended behavior. Can you try this with logging on and post the logs?
Here is the logging
Code:
const fetchAllTweets = (id: string) => {
rettiwt.tweet
.list(id, 100)
.then((data) => console.log(data))
.catch((err) => console.log(err));
}
It seems that tweet list doesn't exist.
My bad, I just realized that the function is referring to Twitter List. I used to use the function for retrieve user's tweet lists.
Appreciated for the super quick response. Have a nice day!!^^
Thanks for the feedback tho, I noticed another legit bug where a cursor error thrown when the given tweet list is invalid :P
Hi,
I'm new to this package and tried TweetService (list)
And received error:
Is this a known issues or any solution for this?
Looking forward for the answer xoxo^^