Yes, youre right, but in apps like iLike you need to pass extra parameters like 'container' and 'synd', we mannually added those params in PHP, but i cant find where Java does this.
G.- On Tue, Jul 1, 2008 at 2:21 PM, Brian Eaton <[EMAIL PROTECTED]> wrote: > On Tue, Jul 1, 2008 at 6:21 AM, Gonzalo Aune <[EMAIL PROTECTED]> > wrote: > > i've been looking to fix a bug in the PHP Shindig OAuth module, and i > found > > that we have to put into the request the synd and container params (ie, > to > > get things work in iLike or Hi5), i was trying to look at the Java code, > but > > i didnt find any tip on how Java does that, Java only appends the > > xoauth_app_url param, but nothing more, can anybody tell me if we really > > need this or maybe there is a way to avoid passing that variables to the > > container?, Thanks in advance. > > The oauth.net java code (which Shindig for Java relies on) adds the > consumer key parameter. You really do need it, otherwise the > recipient has no idea who sent the message or what key they should use > to verify the message. >

