views:

31

answers:

1

Is there a way i can get access to a user's contact groups using the Gmail oAuth alone? I know it is possible to do using the google contacts API, but i am already using the gmail oAuth so i dont want the user to have to authenticate contacts api separately.

A: 

hmmm now i;m thinking that you could just oauth into both contacts and gmail of them somehow specifying a double scope parameter... or just writing the program to do one after another.

benjaminlotan