}
};
factory.setAuthToken(authToken);
ContactsService contacts = new ContactsService(clientId,
factory,
new AuthTokenFactory() {
@Override public AuthToken getAuthToken() {
log.info("getAuthToken()");
return authToken;
}
@Override public void handleSessionExpiredException(SessionExpiredException expired) {