force reauthentication to be able to send global cursor data

This commit is contained in:
Jeena Paradies 2013-01-16 01:03:55 +01:00
parent 084cc90321
commit 2d1293389f
3 changed files with 41 additions and 6 deletions

View file

@ -104,7 +104,8 @@ function(HostApp, Paths, Hmac) {
+ "&redirect_uri=" + this.app_info["redirect_uris"][0]
+ "&scope=" + Object.keys(this.app_info["scopes"]).join(",")
+ "&state=" + this.state
+ "&tent_post_types=all";
+ "&tent_post_types=all"
+ "&tent_profile_info_types=all";
HostApp.openAuthorizationURL(this.apiRoot() + auth);
}