Thank you. So.. anybody from MySpace here? Because like I pointed out
in my first email, it looks like the OAuthTool is not generating the
Base String properly.. it looks like it's single encoding parameter
names, while double encoding parameter values..
Does that use any code in Shindig? Or any other OAuth library code?
Brian Eaton wrote:
I would look at it, but where is this "SigningFetcher" you speak of? :)
It's in Shindig, not java OAuth.
http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/SigningFetcher.java
So you're saying that it should behave like Java OAuth? Why don't you use Java
OAuth in the first place?
We do. Signed fetch is a concept invented for opensocial, built on
top of the OAuth signature specification. SigningFetcher adds
opensocial specific stuff on top of the base OAuth java libs.
Cheers,
Brian