You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAuth 1.0 spec at http://tools.ietf.org/html/rfc5849#section-3.4.1.3.2
clearly states that the encoding is done before the sorting.
python-oauth2 sorts before encoding. Also the tests for this routine
are incorrect.