[orkut-developer] Re: Debugging invalid signature

2008-07-11 Thread Chris
Well, I did notice that the certificate I was using did not match the one here: http://sandbox.orkut.com/46/o/pub.1199819524.-1556113204990931254.cer But I tried that one too and it doesn't work. Here is what I'm receiving for a request: URL: http://www.mysite.com/TripChillEnt/oauth/OAuthReqToke

[orkut-developer] Re: Debugging invalid signature

2008-07-11 Thread Chris
Well, I was afraid of this. My server code works perfect with the RSA test case. Google is doing something with their BaseString that I am not anticipating. I'm sure the bug is on my part but I just don't know what it is without being able to compare. I guess it is possible that I'm not using th

[orkut-developer] Re: Debugging invalid signature

2008-07-11 Thread Chris
Thank you very much. I will see if I can make some modifications to my app so that I can use this test data. On Jul 11, 9:41 am, Badaro <[EMAIL PROTECTED]> wrote: > This helped me quite a bit when writing the OAuth code for my > application:http://wiki.oauth.net/TestCases > > Also, make sure you

[orkut-developer] Re: Debugging invalid signature

2008-07-11 Thread Badaro
This helped me quite a bit when writing the OAuth code for my application: http://wiki.oauth.net/TestCases Also, make sure you read the OAuth specs, at least the C# sample code (http://oauth.googlecode.com/svn/code/csharp/) wasn't working properly on Orkut due to some things implement different f