I want to know if there is any module for XAuth (general or for Twitter). I try create a module for node.js but really piced off because one problem with the Headers (that can't resolve it).
Asked
Active
Viewed 691 times
0
-
Where have you looked so far? – David Weiser Mar 14 '11 at 22:55
-
only in the modules (wiki section) in the github of nodejs. But there isn't any for xauth. (only oauth). – nexon Mar 15 '11 at 21:42
1 Answers
0
there are at least three different implementations available. wiki/modules is your best resource.

Ricardo Tomasi
- 34,573
- 2
- 55
- 66
-
Can you read my question again?. I need module for XAuth no for OAuth. In the modules wiki section there is only modules for OAuth. – nexon Mar 15 '11 at 21:43
-
1First line on twitter's xAuth docs: **xAuth is still OAuth**. You just need a few extra parameters. I've written an oAuth client with jsdb, you could probably extend it to support xAuth easily (just ignore the messed up code structure): https://github.com/ricardobeat/clit/blob/master/main.js – Ricardo Tomasi Mar 24 '11 at 20:50
-
I make my own xAuth module for nodejs about 2 weeks later. Thanks anyway! :D – nexon Apr 01 '11 at 23:56
-