Is there an OAuth consumer library for PHP, that ideally can be used for Google's API?
feedback
|
|
Google offers their own PHP SDK using OAuth2. Check it out at: http://code.google.com/p/google-api-php-client/wiki/OAuth2 | |||||
feedback
|
|
Try this one: https://github.com/vznet/oauth_2.0_client_php. It claims it uses the draft 10 of the current OAuth 2.0 specification. | |||
|
feedback
|