My application has an existing google integration in which it allows users to sync contacts and calendar events between my application and google. This was written using the gdata 2.0 libraries and AuthSub. I have been getting the popup that says AuthSub is no longer supported.
For the calendar I used the Calendar Rest API v3 and CORS to make it work. My problem is finding a similar solution for the contact sync. The problem is that it seems that AuthSub is deprecated. The GData libraries v1 and v2 are deprecated as well. I have tried using CORS with the Contacts Library v3 with no success What I am wondering is what is the recommended approach for using the Google Contact Api from a completely client side (javascript) application. Is there any method that will work? There doesn't seem to be any way that I can see, to work with contacts from javascript, without using a deprecated library? Is there something that I am missing? Does the contact library v3 support CORS? Thanks -- 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
