Question

Can I use AuthSub with PHP ? I want to use Google API with PHP but don't want to install Zend Framework.I'm goolging and not found with AuthSub class for PHP.

Was it helpful?

Solution

Google supports both AuthSub and OAuth standard. The OAuth standard is newer. PHP has support for the OAuth standard, details of which can be found in http://php.net/manual/en/book.oauth.php

OTHER TIPS

You can use just the GData portion of Zend: link text

I've used it successfully to connect to Google accounts, and Google Apps accounts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top