After watching the video you will understand:
  • OAuth2:
    • The Authorization mechanism
  • Better than Client Login:
    • OAuth2 is more secure
    • More specific access control
    • No CAPTCHA challenges
  • Using OAuth2:
    • Registering your application
    • Making the authentication requests
    • Where OAuth2 tokens fit into regular service calls
  • Implementing OAuth2:
  • Authorization Flows:
  • Best Practices:
    • Storing refresh_tokens
With that knowledge, updating your applications to use OAuth2 should be trivial. All the client libraries have comprehensive support for OAuth2 and helpful examples to demonstrate its use. For further information on configuring OAuth2 in any of the libraries, see the table below.

Client Library OAuth2 Resources


Library AdWords / DoubleClick Ad Exchange DoubleClick For Advertisers DoubleClick For Publishers
Java Wiki Page Code Example Wiki Page Code Example Wiki Page Code Example
Python Wiki Page
Code Example
Wiki Page Code Example Wiki Page Code Example
Ruby Wiki Page Code Example
Wiki Page Code Example
Perl Wiki Page Code Example

.Net Wiki Page Code Example Wiki Page Code Example Wiki Page Code Example
PHP Wiki Page Code Example
Wiki Page Code Example


 - , AdWords API Team

Today we’re releasing version 6.5.0 of the Google AdMob SDK for iOS developers. This version of the SDK includes a variety of changes including: