Re: [PWA API] credential.refreshToken() Error

2015-04-06 Thread 'Michael Erickson' via Google Picasa Web Albums API
What is the checkNotNull() checking for, and what does the JacksonFactory.createJsonParser() look like? On Mon, Apr 6, 2015 at 3:01 PM Kevin Lynch wrote: > I am trying to access the Picasa Web API with the java client using OAuth2 > and I am getting a NPE when trying to use the refresh_token to

[PWA API] credential.refreshToken() Error

2015-04-06 Thread Kevin Lynch
I am trying to access the Picasa Web API with the java client using OAuth2 and I am getting a NPE when trying to use the refresh_token to get an access_token. I went to the OAuth 2.0 Playground and created an access_token and a refresh_token and everything works fine on the Playground and I can