PLhery / node-twitter-api-v2

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
https://www.npmjs.com/package/twitter-api-v2
Apache License 2.0
1.29k stars 176 forks source link

[bug] Tweet not found issue when using `v2.tweetLikedBy()` #338

Closed muhitrhn closed 2 years ago

muhitrhn commented 2 years ago

Describe the bug When I try using v2.tweetRetweetedBy() on 1553481126915854339 it shows all the retweets, but when I do v2.tweetLikedBy() on the same tweet, it shows an error.

To Reproduce Please indicate all steps that lead to this bug:

  1. appLogin()
  2. v2.tweetLikedBy()
  3. { errors: [ { value: '1553481126915854339', detail: 'Could not find tweet with id: [1553481126915854339].', title: 'Not Found Error', resource_type: 'tweet', parameter: 'id', resource_id: '1553481126915854339', type: 'https://api.twitter.com/2/problems/resource-not-found' } ] }

Expected behavior Show all who liked the tweet.

Version

muhitrhn commented 2 years ago

Never-mind, it might have been an issue from Twitter API side. It's working now.