[orkut-developer] Re: Every request has started spoofing

2008-10-05 Thread csharpsocial
onfirm this? > > Nemesh > > On Oct 3, 1:37 am, csharpsocial <[EMAIL PROTECTED]> wrote: > > > > > Ok, I'll give it a go... > > it looks like the problem would reside in the ouathbase class that we > > all kind of share > > considering it is downlo

[orkut-developer] Re: Every request has started spoofing

2008-10-02 Thread csharpsocial
Marco On Oct 2, 1:40 am, Jason <[EMAIL PROTECTED]> wrote: > Thanks Marco. Can you test the source in the thread I linked to > previously while I work to verify the problem with yours? > > - Jason > > On Oct 1, 1:46 pm, csharpsocial <[EMAIL PROTECTED]> wrote: > >

[orkut-developer] Re: Every request has started spoofing

2008-10-01 Thread csharpsocial
Hi Jason, I have sent you a test app with the code. Thanks for your help Marco On Oct 1, 7:24 pm, Jason <[EMAIL PROTECTED]> wrote: > Are all of you using custom (e.g. in-house, self-written) C# > validation code or is there a shared routine for .NET back-ends. It's > somewhat disconcerting tha

[orkut-developer] Re: Every request has started spoofing

2008-09-29 Thread csharpsocial
Hi Jason, could I send you the code to check why it stopped working? appreciate your help Marco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to ope

[orkut-developer] Re: Every request has started spoofing

2008-09-28 Thread csharpsocial
My base url has stopped validating against the oauth_signature, It has stopped working on both Orkut and Hi5, and It had been working really well since May. I am using c# and oauthbase class, plus some code to do the rsa-sha1 verification.. Has something changed recently? could it be related to so

[orkut-developer] Re: Still my apps not active in Directory

2008-06-23 Thread csharpsocial
Is anyone still looking after the opensocial apps on orkut?? I have submitted my app about 3 weeks ago and it never went to the directory.. This was before euro 2008 started, euro 2008 ends this weekend and the app will be kind of useless after that... I just feel like I have been wasting my time.

[orkut-developer] opensocial.newDataRequest();

2008-05-06 Thread csharpsocial
Hi I am running this code to retrieve a value I have previously stored on the profile data var req = opensocial.newDataRequest(); req.add( req.newFetchPersonAppDataRequest( opensocial.DataRequest.PersonId.OWNER, "myvar"), "get_data"); req.send(endCheckRequestCode); function endCheckRequestCode(r

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-15 Thread csharpsocial
d > > From: opensocial-orkut@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Marc Wessely > Sent: 14 April 2008 07:06 PM > To: opensocial-orkut@googlegroups.com > Subject: [orkut-developer] Re: Verifying signature with C# \ ASP.NET > > yes me still trying to get it work will post

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-14 Thread csharpsocial
cool, let me know if I can help anyhow On Apr 14, 2:35 pm, "Marc Wessely" <[EMAIL PROTECTED]> wrote: > yes me still trying to get it work will post code once it is working! > > 2008/4/14 csharpsocial <[EMAIL PROTECTED]>: > > > > > > > Has any

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-14 Thread csharpsocial
Has anyone done any work with oAuth and C# at all? On Apr 13, 4:45 pm, csharpsocial <[EMAIL PROTECTED]> wrote: > This is the code that i would have expected to work but doesn't :( > baseSignature is generated with the GenerateSignatureBase() of the > auth class > > X5

[orkut-developer] Re: OAuth Signing (vs MySpace?)

2008-04-13 Thread csharpsocial
On Mar 27, 9:47 pm, nsheth <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to develop both for MySpace and Orkut, and it seems that > the signing code is fairly different in the two cases.  I started with > MySpace, here's the signing code I'm using there: > > $secret = ''; > $consumer = "h

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-13 Thread csharpsocial
This is the code that i would have expected to work but doesn't :( baseSignature is generated with the GenerateSignatureBase() of the auth class X509Certificate2 certificate = new X509Certificate2(@"C:\pub. 1199819524.-1556113204990931254.cer"); RSACryptoServiceProvider rsacp = new RSACryptoServi

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-13 Thread csharpsocial
Hi dbright did you manage to solve this, I am stuck at exactly the same point :( All the examples I have seen around show how to verify the signature with HMACSHA1, Could anyone post an example to verify the signature with RSA-SHA1. Thanks in advance --~--~-~--~~~--