First thing is first, there are many different client's out there you can use. We are using the Zend Framework to do what we need to do.
Download these:
Also, you'll need to be running Google APP's for what we are doing, we have setup OAuth. Please check here for more info: OAuth Overview
See Example below for a quick way to pull the first 5 results in a specified user's google doc's account:
replace the following
$CONSUMER_KEY = '@@replaceme@@';
$CONSUMER_SECRET = '@@replaceme@@';
$USER = '@@[email protected]@@';
$admin = '@@[email protected]@@';
No comments:
Post a Comment