[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Arne Roomann-Kurrik
Today I was pointed in the direction of a bug with the way orkut handles OAuth signing for POST data: http://code.google.com/p/opensocial-resources/issues/detail?id=103 Assuming the way the java libraries handle this is OAuth spec compliant, this may be the cause of the error you're experiencing.

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread ibrahim okuyucu
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 valida

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Alex Epshteyn
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

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Arne Roomann-Kurrik
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 hard