RISCfuture / dropbox

An easy-to-use client library for the official Dropbox API.
MIT License
518 stars 46 forks source link

Extraneous HTTP Request #32

Closed mathieuravaux closed 13 years ago

mathieuravaux commented 13 years ago

Hi,

I just fixed what I believe is a bug: an extra HTTP request was made in Dropbox::Session.deserialize, to get an Oauth request token even if the session is already authorized.

Cheers, Mathieu

RISCfuture commented 13 years ago

Checked and merged. I squashed your commits down to one and made a very minor change. Thanks!