Quantcast

Posts tagged ‘google’

Using Google Apps Provisioning API with Zend Framework Gdata Class to Manipulate User Account

Playing with APIs on other web service is always fun. Now we will talking about utilizing the Zend Framework’s Zend_Gdata class to manipulate user account on your Google Apps account. Nowdays there many people or institutions using Google Apps as their e-mail solutions. If you are using Google Apps Premier Edition and Google Apps Education Edition you will have access to Google Provisioning API. To enable the API, log in to your admin account, and click the Users and groups tab. Then click the Settings subtab, select the checkbox to enable the Provisioning API and save your changes. (You will need to complete the steps for setting up Google Apps before you can log in to your admin account.) Continue reading ‘Using Google Apps Provisioning API with Zend Framework Gdata Class to Manipulate User Account’ »

Access to Unread Gmail Messages using Gmail’s Atom Feed and PHP

One of our readers ask me about Gmail API availability. Yes, right now there is no Gmail API from Google. They only provide Gmail Atom Feed to get the unread messages from a particular Gmail user account. How to do that? Here is the simple code using PHP libcurl and Zend_Http_Client class. Continue reading ‘Access to Unread Gmail Messages using Gmail’s Atom Feed and PHP’ »