Monday, November 14, 2011

Google OAuth 2.0 Playground

Google has published a nice tools for OAuth 2.0. They call it OAuth 2.0 Playground.

It provides an Interface for 3-steps to calling an OAuth powered API.

First, you get require the authorization code with a certain scope of use. Second, you exchange an access token with the code. Lastly, you call the RESTful API with the access token.

No comments:

Post a Comment