i am new to Node.js. And want to create a small web application which should query twitter. I want to realize authentication via OAuth.
All traffic should be redirect through an external HTTP-Proxy. Does anybody know, how to configure the OAuth Module or if there is another OAuth module which supports proxies?
Martin