News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Using OAuth2 for Google APIs with PHP
March 29, 2012 @ 12:02:21

Lorna Mitchell has a new post to her blog today showing how to use the functionality provided by the pecl_http extension to make an OAuth2 connection to Google.

I've written about Google and OAuth before, but that was OAuth v1.0, and they are introducing OAuth2 for their newer APIs; in this example I was identifying myself in order to use the Google Plus API. [...] OAuth 2 doesn't need an extension or any particular library as it doesn't have the signing component that OAuth 1 had, and OAuth 2 also has fewer round trips. It does require SSL however, because the requests are in the clear.

She includes some code snippets with an example of a connection - making a request to the remote HTTPS resource, adding some parameters to the URL (including the response type, your client ID and a redirect url). The response then contains the "code" value you'll need to make the second request to fetch the access token you'll need on future requests. You can find out more about the interface she's accessing in these docs about the Google Plus API.

0 comments voice your opinion now!
oauth2 tutorial googleplus token pecl http


blog comments powered by Disqus

Similar Posts

Noupe.com: 20 Useful PHP + jQuery Components & Tuts for Everyday Project

Zend Developer Zone: Integrating Propel with the Zend Framework

Errumm.co.uk: My first experience in building a FaceBook Application in PHP

Ivo Jansch's Blog: Validating OCL constraints in PHP objects

HowTo Forge: Installing And Working With Xoops Under Ubuntu 6.10


Community Events









Don't see your event here?
Let us know!


development tool code api opinion database object framework podcast community introduction composer phpunit release interview zendframework2 unittest language example testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework