OAuth with PHP (for google api)

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.

+5
source share
5 answers

I got it and I developed my own client library database at http://googlecodesamples.com/oauth_playground/ ( svn sourcecode )

+3
source

There are many libraries available for PHP. See the list at http://oauth.net/code/

+1
source

I think you mean this official library:

API Official Library

+1
source

All Articles