On 09/07/2010 10:55, Simone Tripodi wrote:
> Hi,
> I just need few info about the OAuthRequest interface:
> 
> - OAuthRequest#getSignatureBase(); just didn't understand what is it;

A convenience method - it means the OAuthRequestImpl itself should know
how to generate the sig base string, just like it would know how to
generate it's toString method.

> - OAuthRequest#setSignature(String signature); could be dropped since
> it could be translated as OAuthRequest#addOAuthMessageParameter(new
> OAuthMessageParameter(OAuthParameter.SIGNATURE, String value));

This is true - and more simple, i'll adjust my prototype to use your
method and remove that one.


p

> Thanks in advance!
> Simo
> 
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to