GoIncremental/negroni-oauth2

Can't implement Dropbox OAuth2 because of access_type parameter

mirceapasoi opened this issue · 0 comments

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?