我发现一些Java的OAuth库: http://code.google.com/p/oauth/ 。 但是,我怎么到包括在Eclipse这个库的使用? 我有Eclipse中的最后经典版。 我是个新手。
只是希望能够导入,即所有这些:
import net.oauth.client.httpclient4.HttpClient4;
import net.oauth.client.OAuthClient;
import net.oauth.OAuthServiceProvider;
import net.oauth.OAuthConsumer;
import net.oauth.OAuthAccessor;
import net.oauth.OAuth;
import net.oauth.OAuthMessage;
import net.oauth.OAuthException;
如实施例http://oauth.googlecode.com/svn/code/java/example/command-line/src/net/oauth/example/cmdline/OAuthHelper.java