OAuth in browser now

This commit is contained in:
jeena 2013-10-02 19:55:02 +02:00
parent 2f8cc0d613
commit 91913ddaad
4 changed files with 18 additions and 6 deletions

View file

@ -157,6 +157,10 @@ function(HostApp, APICalls, Hmac) {
content_type: "application/json",
auth_header: auth_header,
callback: function(resp) {
debug(url)
debug(requestBody)
debug(auth_header)
debug(resp.responseText)
those.requestAccessTokenTicketFinished(resp.responseText);
}});