Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-05 Thread erdal
On Wednesday, December 5, 2012 12:14:49 AM UTC-8, Nikolay Elenkov wrote: > > On Wed, Dec 5, 2012 at 4:58 PM, erdal > > wrote: > > Thank you for your reply! > > > > We have a server that needs to do some periodic requests so we would > need > > the refresh token, > > I noticed there is a Bu

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-05 Thread Nikolay Elenkov
On Wed, Dec 5, 2012 at 4:58 PM, erdal wrote: > Thank you for your reply! > > We have a server that needs to do some periodic requests so we would need > the refresh token, > I noticed there is a Bundle extras parameter in the getToken function, but I > couldn't find any documentation for it. > If

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
Thank you for your reply! We have a server that needs to do some periodic requests so we would need the refresh token, I noticed there is a Bundle extras parameter in the getToken function, but I couldn't find any documentation for it. Using a webview we managed to get the refresh token, so I w

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread Nikolay Elenkov
On Wed, Dec 5, 2012 at 2:27 PM, erdal wrote: > I'm using Google Play Services for Google OAuth2.0 and can't figure out how > to get a refresh token for offline access. Any suggestions? > > http://developer.android.com/google/play-services/auth.html > It should handle refreshing for you automatica

[android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
I'm using Google Play Services for Google OAuth2.0 and can't figure out how to get a refresh token for offline access. Any suggestions? http://developer.android.com/google/play-services/auth.html Thanks! -- You received this message because you are subscribed to the Google Groups "Android Deve