Skip to content

Commit 4e710c2

Browse files
committed
Merge pull request #424 from defragmentator/patch-1
add scope for google contacts read only
2 parents 74a5a62 + 76546f0 commit 4e710c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OAuth/OAuth2/Service/Google.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class Google extends AbstractService
7373
const SCOPE_CALENDAR = 'https://www.googleapis.com/auth/calendar';
7474
const SCOPE_CALENDAR_READ_ONLY = 'https://www.googleapis.com/auth/calendar.readonly';
7575
const SCOPE_CONTACT = 'https://www.google.com/m8/feeds/';
76+
const SCOPE_CONTACTS_RO = 'https://www.googleapis.com/auth/contacts.readonly';
7677
const SCOPE_CHROMEWEBSTORE = 'https://www.googleapis.com/auth/chromewebstore.readonly';
7778
const SCOPE_GMAIL = 'https://mail.google.com/mail/feed/atom';
7879
const SCOPE_GMAIL_IMAP_SMTP = 'https://mail.google.com';

0 commit comments

Comments
 (0)