Skip to content

Conversation

@morriswchris
Copy link

Rather than needing to supply the client a username/password each time, allow the client to be build with an existing oAuth token and secret. This allows for token caching vs needing the user to supply a username and password to the application each time.

Sample:

const client = new Instapaper(CONSUMER_KEY, CONSUMER_SECRET);
client.setOAuthCredentials(TOKEN, SECRET);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant