Google+ API: How can I use RefreshTokens to avoid requesting access every time my app launches?
I'm trying to use the Google+ API to access info for the authenticated user. I've copied some code from one of the samples, which works fine (below), however I'm having trouble making it work in a way I can reuse the token across app-launches. I tried capturing the "RefreshToken" property and using provider.RefreshToken() (amongst other things) and always get a 400 Bad Request response. Does anyone know how to make this work, or know where I can find some samples? The Google Code site doesn't seem to cover this :-( class Program { private const string Scope = "https://www.googleapis.com/auth