Add Google Contact via PHP CURL
问题 I've successfully been able to add a contact to google through Zend Framework and PHP. I want to be able to do this through CURL as well. Does anyone have a good tutorial on how to do this? 回答1: I was finally able to do this via CURL and an access token. First, I would say that the OAuth Playground is very useful. There are 2 main components needed to do this: first, you need your XML formatted correctly. Secondly, you need your access token put into the header of the CURL instance. Below is