GoIncremental / negroni-oauth2

Apache License 2.0
71 stars 25 forks source link

Can't implement Dropbox OAuth2 because of access_type parameter #11

Open mirceapasoi opened 9 years ago

mirceapasoi commented 9 years ago

I'm trying to implement Dropbox OAuth2 with this package, but it doesn't work because the login() method always sets an access_type=offline parameter that Dropbox doesn't recognize.

Could you add a way to configure this behavior?