Closed vijayst closed 7 years ago
Closing this issue - as it seems to work fine after I reinstalled.
It is still happening for me. It worked for a few times. And then stopped working.
Maybe you use Number
as id
. JavaScript cannot support numbers with > 53-bits, so id
should be String
.
Thanks, using id_str instead of id worked.
I am using
client.rest.post('statuses/retweet/:id', { id })
to retweet. But I get an error saying: No status found with { id: 0 }.