X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fubi%2Foauth%2Foauth.js;h=e14569458b6998bca75d6f67b05fd8624b3543f0;hb=HEAD;hp=295569acddf93406bb90fc1c53cbd65ecc58762d;hpb=9258f43ecdca38297659820679a07b3f21fe6ffd;p=ubi diff --git a/qml/ubi/oauth/oauth.js b/qml/ubi/oauth/oauth.js index 295569a..e145694 100644 --- a/qml/ubi/oauth/oauth.js +++ b/qml/ubi/oauth/oauth.js @@ -462,6 +462,9 @@ OAuth.setProperties(OAuth.SignatureMethod, // class members parameters.push(toAdd[a]); } } + + + return OAuth.percentEncode(message.method.toUpperCase()) +'&'+ OAuth.percentEncode(OAuth.SignatureMethod.normalizeUrl(URL)) +'&'+ OAuth.percentEncode(OAuth.SignatureMethod.normalizeParameters(parameters));