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.
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
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.
I'm working on a school project where I can't use the zend framework at all, neither as a download of files. I want to connect to the youtube API, and need to use my autorization token in php somehow. Ive tried what I found here (OAuth): http://www.php.net/manual/en/oauth.getrequesttoken.php but don't understand how I'm supposed to implement this in with a URL of my youtube account. I suppose this is possible somehow, without hundred lines of code. (I'm no php-expert either :p) Does anyone know? Thx a bunch.