desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 238 forks source link

How to like a tweet? #353

Open VincenzoMarcovecchio opened 3 years ago

VincenzoMarcovecchio commented 3 years ago

Does anybody know a shortcut or whatever to accomplish this action

bakingpowder commented 3 years ago

POST favorites/create/:id to like and POST favorites/destroy/:id to unlike