From b9de24ed8468fc7a34204a80c15531223b62c573 Mon Sep 17 00:00:00 2001 From: benweet Date: Mon, 26 May 2014 08:51:20 +0100 Subject: [PATCH] Fixed picasa scope --- public/res/helpers/googleHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/res/helpers/googleHelper.js b/public/res/helpers/googleHelper.js index 43a7a86a..aab0b6da 100644 --- a/public/res/helpers/googleHelper.js +++ b/public/res/helpers/googleHelper.js @@ -105,7 +105,7 @@ define([ 'https://www.googleapis.com/auth/blogger' ], picasa: [ - 'https://picasaweb.google.com/data/' + 'https://www.googleapis.com/auth/photos' ] }; function authenticate(task, permission, accountId) {