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/OAuthReqToken.ashx Authorization header Params: xoauth_app_url="http%3A%2F%2Fwww.mysite.com%2Fmain%2Fgadgets %2FviewItin.xml", oauth_signature_method="RSA-SHA1", oauth_consumer_key="orkut.com", oauth_timestamp="1215788480", oauth_nonce="1215788480957092000", oauth_signature="SJEhU2Uz0yD%2B %2BIfNGvb0UKZ408JsnfBUPnbFq1kAblr606DMbksQeef%2FHYc4efZR %2FygRPHS0TXlQMjEy0G9K %2FWpgOCZX6T4%2FoaRpSXPEjs4gV1YvQbGFxxZhSAjdXKKj4b50vPgs41M3M %2FawfTMnpPpZurXdq98NZHU96huZzmI%3D" Here is what I'm generating for a base string GET&https%3A%2F%2Fwww.mysite.com%2FTripChillEnt%2Foauth %2FOAuthReqToken.ashx&oauth_consumer_key%3Dorkut.com%26oauth_nonce %3D1215788480957092000%26oauth_signature_method%3DRSA- SHA1%26oauth_timestamp%3D1215788480%26oauth_version %3D1.0%26xoauth_app_url%3Dhttp%3A%2F%2Fwww.mysite.com%2Fmain%2Fgadgets %2FviewItin.xml Does anything seem wrong? On Jul 11, 10:34 am, Chris <[EMAIL PROTECTED]> wrote: > 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 the correct certificate. > But I'm using the one documented > here:https://sites.google.com/site/oauthgoog/oauth-proxy > Any other ideas? > > On Jul 11, 9:59 am, Chris <[EMAIL PROTECTED]> wrote: > > > > > 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 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 from the spec. > > > > -- Badaro > > > > On Jul 11, 12:10 am, Chris <[EMAIL PROTECTED]> wrote: > > > > > I'm writing a service provider that I'm calling using makeRequest from > > > > our gadget. > > > > I keep getting Invalid signature. > > > > Is there a way I can get a look at the SignatureBaseString the > > > > container is generating to compare it to the one I have?- Hide quoted > > > > text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

