Hello Ryan, Please have a look at the Google Contacts API developer's guide<http://code.google.com/apis/contacts/docs/3.0/developers_guide.html>to have an overview what it has to offer. I believe your use-case fits well with the available functionalities. You will however need to store the user's authorization token which can be done by requesting a 3-Legged OAuth anonymous token.
Best, Alain On Thu, Sep 22, 2011 at 7:12 AM, Ryan Mattison <[email protected]> wrote: > Let's say I have two user's with Gmail accounts. Can one user give another > permission to manage their contact list? Is there an API for this? Is > there a way to have a group that manages one contact list that is hosted by > a single gmail? I want to use these APIs because everything is going to > end up in the user's contact lists anyway, may as well use it for the > storage. > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
