Martin Abraham
Martin Abraham

Reputation: 762

Node.js - OAuth through external HTTP-Proxy

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

Upvotes: 1

Views: 3130

Answers (1)

Carol Skelly
Carol Skelly

Reputation: 362360

Take a look at Mikeal's Request: https://github.com/mikeal/request. You'll find an example of proxying and Twitter OAuth right on the READ.ME

Upvotes: 2

Related Questions