Having Issues with the E*Trade OAuth API (Java)
问题 I'm trying to code a program that will trade stocks in a sandbox environment with the E*Trade API. I am using their sample code as a guideline and currently am getting an issue with the .getAuthorizeURL() method. It says that it is undefined for type String however, after decompiling the OAuth jar I am stuck in a rut about how to solve this issue. import com.etrade.etws.account.Account; import com.etrade.etws.account.AccountListResponse; import com.etrade.etws.oauth.sdk.client.IOAuthClient;