diff options
author | ebith | 2011-12-31 16:13:55 +0900 |
---|---|---|
committer | ebith | 2011-12-31 16:13:55 +0900 |
commit | b43f660beeb159c6da0a826f6e1c21323a647f11 (patch) | |
tree | b34bba5fc4e8a833dade62d03b61bb91fea637d2 /google-tasks.js | |
parent | 61d40aa290dcbd507015fe435adcbf340ca3ba47 (diff) | |
download | vimperator-plugins-b43f660beeb159c6da0a826f6e1c21323a647f11.tar.bz2 |
--getCODEできなくなってた
Diffstat (limited to 'google-tasks.js')
-rw-r--r-- | google-tasks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-tasks.js b/google-tasks.js index b7eee59..d968b1c 100644 --- a/google-tasks.js +++ b/google-tasks.js @@ -16,7 +16,7 @@ let client_secret = liberator.globalVariables.google_tasks_client_secret || 'eVO let debug = liberator.globalVariables.google_tasks_debug || 0; let oauth2_url = 'https://accounts.google.com/o/oauth2/'; let redirect_uri = 'urn:ietf:wg:oauth:2.0:oob'; -let scope = 'https://www.googleapis.com/auth'; +let scope = 'https://www.googleapis.com/auth/tasks'; let rest_uri = 'https://www.googleapis.com/tasks/v1'; if (debug) { |