chrisnharvey / oauth

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

Remove requirement for redirect_url #4

Open chrisnharvey opened 11 years ago

chrisnharvey commented 11 years ago

The redirect_url parameter is only required when authenticating authenticating the user to the provider. If we are using setToken to set the tokens from a previous session then 'redirect_url' is irrelevant.