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

2008-10-05 Thread csharpsocial
I have managed to play with my code and I have found that oauth_token was previously used int the base string as an empty value whereas now it is complitely omitted. Just making sure that my code does not force the oauth_token parameter in the base string gets my code up and running again.

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

2008-10-04 Thread Nemesh
Hello Jason, Is okay :). Thank you so much for your efforts. We would be glad if we could be of help to others in anyway. You can download the code from here: http://www.xtremeheights.com/oAuth/oauth-net.zip This is a Plug Play kind of code. Just add the 2 cs files and copy the code provided

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

2008-10-03 Thread Nemesh
Hello Jason, I saw the variables appended to the URL upon signing request has changed. I see a new variable opensocial_app_url. I am not sure if it existed earlier also. So there might be something which has changed in opensocial API. Can anyone confirm this? Nemesh On Oct 3, 1:37 am,

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

2008-10-03 Thread Raman
Oh yes!!! I haven't ever seen this paramter too! Opensocial_app_url..!??? You r so right! On Fri, Oct 3, 2008 at 2:29 PM, Nemesh [EMAIL PROTECTED] wrote: Hello Jason, I saw the variables appended to the URL upon signing request has changed. I see a new variable opensocial_app_url. I am

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

2008-10-03 Thread Nemesh
Hello Everyone, We have fixed the problem. If anyone needs a solution then please let us know and we would send you new oAuth supporting files. Thank you. Nemesh On Oct 3, 3:47 pm, Raman [EMAIL PROTECTED] wrote: Oh yes!!! I haven't ever seen this paramter too! Opensocial_app_url..!??? You

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

2008-10-03 Thread Jason
I'm sorry I couldn't get to this sooner, but I'm happy to hear you have a solution. We would be happy to add your validation routine to the opensocial-resources wiki if you're interested in sharing with other developers. We have PHP and Java code already posted:

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

2008-10-02 Thread Nemesh
Hello Jason, Here is the our code: using System; using System.Collections; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using

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

2008-10-01 Thread Jason
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 that this would break suddenly in such a limited way (the PHP code provided in the wiki seems to work, so it's not an issue with the public

[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 that

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

2008-10-01 Thread Jason
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: Hi Jason, I have sent you a test app with the code. Thanks for your help Marco On Oct 1, 7:24 pm,

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

2008-09-30 Thread Raman
Yes, ditto. I have a live app running on orkut (or should I say, it was). Coz, my dot net code is not able to authenticate the requests from Orkut anymore. Whats the issue? What have been changed? Raman --~--~-~--~~~---~--~~ You received this message because you

[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

[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

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

2008-09-26 Thread Jason
As far as I know, there haven't been any changes to the orkut back-end that would have caused requests to start spoofing, and I have independently verified that the PHP validation code posted on the wiki (with orkut's public key inline) works for me for both small GET requests and large POST