Merge lp:~mardy/account-plugins/google-profile into lp:account-plugins

Proposed by Alberto Mardegan
Status: Merged
Approved by: David King
Approved revision: 61
Merged at revision: 61
Proposed branch: lp:~mardy/account-plugins/google-profile
Merge into: lp:account-plugins
Diff against target: 12 lines (+2/-0)
1 file modified
src/google.vala (+2/-0)
To merge this branch: bzr merge lp:~mardy/account-plugins/google-profile
Reviewer Review Type Date Requested Status
jenkins (community) continuous-integration Approve
David King (community) Approve
Review via email: mp+121561@code.launchpad.net

Description of the change

Google: request access to user profile

Shotwell will be needing this, at least.

To post a comment you must log in.
Revision history for this message
David King (amigadave) :
review: Approve
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/google.vala'
2--- src/google.vala 2012-07-18 11:38:42 +0000
3+++ src/google.vala 2012-08-28 08:32:24 +0000
4@@ -78,6 +78,8 @@
5 string[] scopes = {
6 "https://docs.google.com/feeds/",
7 "https://www.googleapis.com/auth/googletalk",
8+ "https://www.googleapis.com/auth/userinfo.email",
9+ "https://www.googleapis.com/auth/userinfo.profile",
10 "https://picasaweb.google.com/data/"
11 };
12 oauth_params.insert ("Scope", scopes);

Subscribers

People subscribed via source and target branches