Forgot to commit…
This commit is contained in:
parent
c4fdb2b5cd
commit
84e7f5b32f
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ function(jQuery, HostApp, Hmac) {
|
||||||
auth_header = Hmac.makeAuthHeader(
|
auth_header = Hmac.makeAuthHeader(
|
||||||
url,
|
url,
|
||||||
http_method,
|
http_method,
|
||||||
HostApp.stringForKey("user_mac_key"),
|
//HostApp.stringForKey("user_mac_key"),
|
||||||
|
HostApp.secret(),
|
||||||
user_access_token
|
user_access_token
|
||||||
);
|
);
|
||||||
xhr.setRequestHeader("Authorization", auth_header);
|
xhr.setRequestHeader("Authorization", auth_header);
|
||||||
|
|
Reference in a new issue