Hi, I just need few info about the OAuthRequest interface: - OAuthRequest#getSignatureBase(); just didn't understand what is it;
- OAuthRequest#setSignature(String signature); could be dropped since it could be translated as OAuthRequest#addOAuthMessageParameter(new OAuthMessageParameter(OAuthParameter.SIGNATURE, String value)); Thanks in advance! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/
