OAuthConsumer consumer = new DefaultOAuthConsumer("gadgetConsumer",
"gadgetSecret");
OAuthProvider provider = new DefaultOAuthProvider(
"http://localhost:8080/oauth/oauth/request_token",
"http://localhost:8080/oauth/oauth/access_token",
"http://localhost:8080/oauth/oauth/authorize?hd=default");
System.out.println("Fetching request token...");