--- layout: post title: Google API Access with OAuth 2.0 image: https://s3.amazonaws.com/kinlane-productions2/api-evangelist-logos/api-evangelist-butterfly-vertical.png author: name: kinlane tags: - OAuth - Access --- Google has evolved their [API authentication to embrace OAuth 2.0](http://googlecode.blogspot.com/2011/03/making-auth-easier-oauth-20-for-google.html "API Authentication with OAuth 2.0"). Even though the [OAuth 2.0 specification](http://wiki.oauth.net/w/page/25236487/OAuth-2 "OAuth 2.0 Specification") isn't 100% finalized, Google has overhauled all of their APIs in Google Code to support it. OAuth 2.0 is much easier for developers to implement, and simplifies OAuth consent for application users. Google's support for OAuth 2.0 is a big boost for developers integrating with their API, as well as big vote of support for the future of OAuth 2.0 as the standard for API authentication. You can find documentation for [OAuth 2.0 underAuthentication and Authorization for Google APIs](http://code.google.com/apis/accounts/docs/OAuth2.html "Oauth 2.0 for Google APIs").