hi
i tried to use sample code from "gdata-src.java-1.28.0.java.zip" to
test google Calendar API.
CalendarService myService = new CalendarService("a-
b-1","http","www.google.com");
try {
myService.setUserCredentials(USERNAME, PASSWORD);
...
} catch(ServiceException e) {
hi Declan
i used that (http://www.shanaghy.com/gdatamod/ ) files to "gdata\java
\lib" folder. But my emulator died.
so i tired 2th method.
===>
I modified the gdata source to override the https cert verifier in
the
following places.
com\google\gdata\client\GoogleAuthTokenFactory.java(461):
Http
2 matches
Mail list logo