Wednesday, June 6, 2012

Steps to Register an application for web access with Google

0 comments
Steps

1. Go to https://code.google.com/apis/console/
2. Now click on "Create Project..."
3. Click on "API Access"on the left menu.
4. Now "Create an OAuth 2.0 client ID..." on the center
5. Enter a Product Name and Product Logo(optional) and click Next
6. Now select the application type as "Web Application"
7. Enter the site or host name where you want this application deployed.
( In this demo I am setting it as http://localhost:4515/GoogleOAuth/oauth2callback.aspx)
8. Click to "Create Client ID" and you will be redirected to a page with
a. Client ID
b. Client Secret
C. Email
d. Redirect URLs
e. JavaScript Origins

Now you Google Application of type Web Application  has been successfully registered.
Please store all the information securely so that you can use it at a later stage.

Happy Coding :)

Read more...