BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

Pin Based Authentication #31

Open dzeitman opened 8 years ago

dzeitman commented 8 years ago

I'm looking to use Pin Based Authentication with Twitter. Details: https://dev.twitter.com/oauth/pin-based

Any thoughts on how to implement this?

rakannimer commented 8 years ago

Hey @dzeitman, Check out this gist: https://gist.github.com/funkatron/979955 It uses oauth, but you should be able to use this client to do the same thing.