desmondmorris / node-twitter

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

[Feature Request] Ability to authenticate and get access token and secret #248

Open a-atalla opened 7 years ago

a-atalla commented 7 years ago

Can you guys add the ability to request accessToken and accessTokenSecrete as implemented in this module Here

The following functions need to add to your module and it will be very good for all twitter work

Twitter.prototype.getRequestToken Twitter.prototype.getAccessToken Twitter.prototype.verifyCredentials

Nargonath commented 7 years ago

Getting OAuth2 workflow right is not that easy perhaps it is not a liability they want to take here.