fixed problem with auth link on linux

This commit is contained in:
Jeena Paradies 2012-12-28 20:19:02 +01:00
parent 5b2157d881
commit 41590257cc

View file

@ -106,7 +106,7 @@ function(HostApp, Paths, Hmac) {
+ "&state=" + this.state
+ "&tent_post_types=all";
HostApp.openURL(this.apiRoot() + auth);
HostApp.openAuthorizationURL(this.apiRoot() + auth);
}
Oauth.prototype.requestAccessToken = function(responseBody) {