> 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

