chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

Add method to set access token #3

Closed chrisnharvey closed 11 years ago

chrisnharvey commented 11 years ago

If developers using this package are going to be using the 'call' method to call the respective API with their OAuth credentials then we are going to need a way for the developer to set the access token manually.

This will be used when access tokens are stored in the database for offline access etc.