OAuth in browser now
This commit is contained in:
parent
2f8cc0d613
commit
91913ddaad
4 changed files with 18 additions and 6 deletions
|
@ -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);
|
||||
}});
|
||||
|
||||
|
|
Reference in a new issue