In the Google documentation it says
// Once the user authorizes with Google, the request token can be exchanged
// for a long-lived access token. If you are building a browser-based
// application, you should parse the incoming request token from the url and
// set it in OAuthParameters before calling GetAccessToken().
but it doesn't say or show how to do that :(
Does anyone know how to do that for a desktop app?
Code samples are more than welcome!