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
Encode signature parameters per Oauth Core 1.0 protocol
spec draft 7, section 3.6
(http://tools.ietf.org/html/draft-hammer-oauth-07#section-3.6)
Spaces must be encoded with "%20" instead of "+"
For example, Twitter will return "Incorrect Signature" if you
encode spaces in parameters as "+"
0 commit comments