Merge branch 'master' of github.com:jeena/Tentia into image

This commit is contained in:
Jeena Paradies 2012-11-24 00:30:44 +01:00
commit 00e1f54636
8 changed files with 68 additions and 10 deletions

View file

@ -146,7 +146,7 @@ function(HostApp, Paths, Hmac) {
var access = JSON.parse(responseBody);
HostApp.setStringForKey(access["access_token"], "user_access_token");
HostApp.setStringForKey(access["mac_key"], "user_mac_key");
HostApp.setSecret(access["mac_key"]);
HostApp.setStringForKey(access["mac_algorithm"], "user_mac_algorithm");
HostApp.setStringForKey(access["token_type"], "user_token_type");