With the change to #139 now Dropbox connections fail. Dropbox doesn't seem to have the encoding set in the Requests library which causes the decode method to fail with: "TypeError: decode() argument 1 must be string, not None" on line 174 of social.backends.oauth in unauthorized_token. I'd suggest just using the old behavior in the case of no encoding or possibly use response.apparent_encoding but I'm not really sure what all that does.
With the change to #139 now Dropbox connections fail. Dropbox doesn't seem to have the encoding set in the Requests library which causes the decode method to fail with: "TypeError: decode() argument 1 must be string, not None" on line 174 of social.backends.oauth in
unauthorized_token. I'd suggest just using the old behavior in the case of no encoding or possibly useresponse.apparent_encodingbut I'm not really sure what all that does.