0

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).

Jakub Hampl
  • 39,863
  • 10
  • 77
  • 106
nexon
  • 1
  • 1
  • 1

1 Answers1

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
  • 1
    First 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
  • are you shared your xauth module ? – Nour Sammour May 29 '14 at 16:09