]> jfr.im git - z_archive/twitter.git/commit
Update oauth_dance.py
authorPhilipp Omenitsch <redacted>
Thu, 29 Jan 2015 15:53:35 +0000 (16:53 +0100)
committerPhilipp Omenitsch <redacted>
Thu, 29 Jan 2015 15:53:35 +0000 (16:53 +0100)
commitd0fa710a30df6236c7ec0421ae93242345d8dbf4
treeda93b1378220882473ad6d40a1d3d98428985a57
parentae935be58936dcc1de7e4bf2c0f9c97405938266
Update oauth_dance.py

Fixed bug for python 3.4 in oauth2_dance where response was encoded
(this works in python 2.7 because json.loads can decode bytes, but in 3.4 json.loads takes only strings!)
twitter/oauth_dance.py