Skip to content

Commit

Permalink
Merge pull request #424 from defragmentator/patch-1
Browse files Browse the repository at this point in the history
add scope for google contacts read only
  • Loading branch information
elliotchance committed Sep 30, 2015
2 parents 74a5a62 + 76546f0 commit 4e710c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OAuth/OAuth2/Service/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class Google extends AbstractService
const SCOPE_CALENDAR = 'https://www.googleapis.com/auth/calendar';
const SCOPE_CALENDAR_READ_ONLY = 'https://www.googleapis.com/auth/calendar.readonly';
const SCOPE_CONTACT = 'https://www.google.com/m8/feeds/';
const SCOPE_CONTACTS_RO = 'https://www.googleapis.com/auth/contacts.readonly';
const SCOPE_CHROMEWEBSTORE = 'https://www.googleapis.com/auth/chromewebstore.readonly';
const SCOPE_GMAIL = 'https://mail.google.com/mail/feed/atom';
const SCOPE_GMAIL_IMAP_SMTP = 'https://mail.google.com';
Expand Down

0 comments on commit 4e710c2

Please sign in to comment.