Instapaper API & Javascript XAuth
问题 I've spent most of today try to implement Instapaper's XAuth API. I haven't even been able to get an oauth token, yet. Any ideas what I'm doing wrong? I'm using node.js and the oauth module. It's my understanding that I need to pass the username, password, amd mode as extra parameters. And the oauth module should take care of all of the oauth parameters. But it's not. Here's the code: var OAuth = require('oauth').OAuth; var oauth = new OAuth( '', 'https://www.instapaper.com/api/1/oauth/access