How to use oAuth with PHP? I cannot set the oauth class with pecl because I use shared hosting.
I found
http://code.google.com/p/oauth-php/
but there is no example for the client. I want to use oauth for Google API.
I got it and I developed my own client library database at http://googlecodesamples.com/oauth_playground/ ( svn sourcecode )
Here is your example: http://code.google.com/p/oauth-php/wiki/ConsumerHowTo
http://code.google.com/apis/gdata/docs/auth/oauth.html, Google.
There are many libraries available for PHP. See the list at http://oauth.net/code/
You should probably take a look at: http://www.dhruvb.com/blog/content/tutorial-using-oauth-google-plus-api
In addition, sample code is available at: https://github.com/dhruvbaldawa/Tutorials/blob/master/google+/google_plus.php
I think you mean this official library:
API Official Library