Merge branch 'master' of github.com:jeena/Tentia into image
This commit is contained in:
commit
00e1f54636
8 changed files with 68 additions and 10 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue