Closed JimLynchCodes closed 6 years ago
Always returns an error like this:
first tweet: 929405335584026600
{ errors: [ { message: 'Sorry, that page does not exist', code: 34 } ] }
@JimTheMan due to https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-favorites-create you don't need to add /:id
in 'favorites/create/:id
.
Hi @m1n0s Any idea about the issue I face? https://github.com/ttezel/twit/issues/426 Appreciate any help.
@JimTheMan can you try T.post('favorites/create', ...)
? You're getting that error message because the URL you're requesting doesn't exist. Feel free to reopen this issue if fixing the URL doesn't solve the problem.
It works, thanks guys!
Hi, I'm trying to write a script that searches for tweets and then likes the first tweet.
Here is my code:
I tried with id and id_str, but neither are working. :(