fixed some mentions stuff
This commit is contained in:
parent
3aa9a73045
commit
06fd235bec
10 changed files with 222 additions and 199 deletions
|
@ -178,7 +178,7 @@ function(HostApp, APICalls, Hmac) {
|
|||
HostApp.loggedIn();
|
||||
}
|
||||
|
||||
Oauth.prototype.logout = function() {
|
||||
Oauth.prototype.logout = function() { // FIXME
|
||||
|
||||
var url = APICalls.mkApiRootPath("/apps/" + HostApp.stringForKey("app_id"));
|
||||
var http_method = "DELETE";
|
||||
|
|
Reference in a new issue