Hi Jason, I'm just trying to set this up on my machine. but eclipse is reporting an error for the line
Window.alert("Got an OAuth token:\n" + token + "\n"
+ "Token expires in " + AUTH.expiresIn(req) + " ms\n");
saying
"The method expiresIn(AuthRequest) is undefined for the type Auth"
I've got gwt sdk 2.4.0 in my build path and
the jar I found with com.google.api.gwt.oauth2.client.Auth
in was gwt-oauth2-0.1-alpha.jar
I'm guessing it's the wrong jar ?
Could you tell me which jar to include on my build path that has the expiresIn method please.
James D