How to get a OAuth token for Google Buzz using username and password without showing Googles login p
Posted
by Witek
on Stack Overflow
See other posts from Stack Overflow
or by Witek
Published on 2010-05-25T19:19:35Z
Indexed on
2010/05/25
19:21 UTC
Read the original article
Hit count: 345
To read Google Buzz activities, an authorization token is required. A web application would redirect to Googles login page, where the user logs in and a token is returned back to the web application.
But I have a local Java application without a UI (like a script). This application knows username and password. How to get an authorization token, using this username and password, without presenting the Google login page?
© Stack Overflow or respective owner