From b43f660beeb159c6da0a826f6e1c21323a647f11 Mon Sep 17 00:00:00 2001 From: ebith Date: Sat, 31 Dec 2011 16:13:55 +0900 Subject: --getCODEできなくなってた --- google-tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'google-tasks.js') 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) { -- cgit v1.2.3