I can do POST and GET requests succ. as of today.
However, remember there's an issue with OAuth.
Check this out here: http://code.google.com/p/oauth/issues/detail?id=10

-ibrahim

On 3/3/08, Alex Epshteyn <[EMAIL PROTECTED]> wrote:
>
>
> I'll try again - it's been about 2 weeks since I tried validating POSTs.
>
> However, right now I can't even make signed GET requests!  See my comments
> here:
>
>
> http://groups.google.com/group/opensocial-orkut/browse_thread/thread/d1f86e4bd5ea814f/5a7eef36e232f827
>
> Thanks Arne.
>
>
> - Alex
>
>
> On 3/3/08, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote:
> > I've been able to validate POST requests using PHP.  Around last week I
> > noticed that orkut started signing POST requests with POST in the
> signature
> > base string that they were encoding (they had formerly used GET, which
> was
> > incorrect).  I would check the OAuth library to make sure that it's not
> > hardcoding GET into the signature base string anywhere.
> >
> > Hope this helps,
> > ~Arne
> >
> >
> > On Fri, Feb 29, 2008 at 9:08 PM, Alex Epshteyn
> > <[EMAIL PROTECTED]> wrote:
> > >
> > > Yes, I've run into the same problem!  The OAuth Java lib worked fine
> > > for GET requests, but not POSTs.  Has anyone been able to authenticate
> > > POST requests with any other library (not necessarily Java)?
> > >
> > > Alex
> > >
> > >
> > >
> > >
> > > On Feb 29, 4:22 am, ejpark <[EMAIL PROTECTED]> wrote:
> > > > Hi folks, I'm using the java libraries for oauth and it seems to
> work
> > > > fine for orkut GET requests, but they fail for any orkut POST
> request
> > > > that has any POST_DATA parameters.  Has anyone else run into this
> > > > problem with java (or any other) library?
> > > >
> > > > Here's snippets of relevant code we're using:
> > > >
> > > > OAuthServiceProvider provider = new OAuthServiceProvider(null, null,
> > > > null);
> > > > OAuthConsumer consumer = new OAuthConsumer(null, "orkut.com", null,
> > > > provider);
> > > > consumer.setProperty(RSA_SHA1.X509_CERTIFICATE, certificate);
> > > > OAuthMessage message = OAuthServlet.getMessage(request, null);
> > > > OAuthAccessor accessor = new OAuthAccessor(consumer);
> > > > message.validateSignature(accessor);
> > > >
> > > > Thanks for any help or insight,
> > > > -e
> > >
> > >
> >
> >
> >  >
> >
>
> >
>


-- 
Ibrahim Okuyucu
www.rockyou.com
AIM: wer0cky0u

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to