Hy guys, we are developing a system which will provide users with access to Google Analytics. I\'m trying to implement it in the way so user don\'t need to enter their Googl
Basics of working with OAuth are here: http://code.google.com/apis/accounts/docs/OpenID.html#working
Authenticating with OAuth: http://code.google.com/apis/accounts/docs/OAuth.html
After you authenticate a user with OAuth, you will have the request token that works like the one you get back from Google's login API. From there, it should be the same as username/password.