Monday, 22 May 2017

How to post a Tweet with NodeJS and REST api?

I have tried using Twit npm module and it works fine, but the issue is that it only tweets to the profile that owns the auth key. What I need is an API or a way to allow user to tweet something on their account. Does Twitter allow this? I have searched entire internet and there are many ways to build twitter bot which will tweet to your, already registered account in module.exports = {} but I couldn't find anything on this.

Thanks.



via tholo

No comments:

Post a Comment