helper.requestUxIcon(true);
if (YES_STRING.equals(req.getParameter("oauth"))) {
try {
OAuthAccessor accessor = providerStore.getOAuthAccessor("google");
helper.requestOauthAuthorization(accessor.consumer.consumerKey,
"http://www.google.com/m8/feeds/");
} catch (ProviderInfoNotFoundException e) {
log("could not find provider info for Google", e);
// we'll just ignore the OAuth request and proceed without it.
}