On Mon, Apr 13, 2009 at 10:35 AM, Chris Chabot <[email protected]> wrote: > However I just realized that the oauth_body_hash is part of the request URL > so actually part of the cache key.. so the social post data *is* actually > used already in java from what you described :)
Java shindig puts caching in the pipeline before OAuth, to avoid having the OAuth timestamp parameters constantly bust the cache.

