Google Contacts Data API and PHP

Posted by pako on Stack Overflow See other posts from Stack Overflow or by pako
Published on 2010-05-16T17:35:02Z Indexed on 2010/05/16 17:40 UTC
Read the original article Hit count: 180

Filed under:
|
|
|
|

I'm developing a PHP application to retrieve the list of contacts from a GMail account. I'm looking for a solution which would enable the user of my application to provide the login and password to their Gmail account in my application (as opposed to getting redirected to Google) and then automatically do the retrieval. The retrieval process can be run in PHP or JavaScript (which would then feed the list of contacts back to PHP using Ajax).

Is it possible to do that? Which JavaScript API should I use for that? Can someone point me at the right chapter in Google Contacts Data API documentation?

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript