From 84e7f5b32fcff9228dee75eeed404dc4d2e1ef82 Mon Sep 17 00:00:00 2001 From: ePirat Date: Sat, 24 Nov 2012 00:08:04 +0100 Subject: [PATCH] =?UTF-8?q?Forgot=20to=20commit=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebKit/scripts/helper/Paths.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebKit/scripts/helper/Paths.js b/WebKit/scripts/helper/Paths.js index b3978d6..222e429 100644 --- a/WebKit/scripts/helper/Paths.js +++ b/WebKit/scripts/helper/Paths.js @@ -40,7 +40,8 @@ function(jQuery, HostApp, Hmac) { auth_header = Hmac.makeAuthHeader( url, http_method, - HostApp.stringForKey("user_mac_key"), + //HostApp.stringForKey("user_mac_key"), + HostApp.secret(), user_access_token ); xhr.setRequestHeader("Authorization", auth_header);