[orkut-developer] Re: malicious OAuth signed requests

2008-10-02 Thread davew
Hi David, Orkut will send a unique application id as part of the signed request. You can use that to ensure the calls are coming from only your app. The param is: opensocial_app_id. Note that the signatures for signed make requests are one area where the containers tend not to be as

[orkut-developer] Re: Rich text box in orkut application

2008-10-02 Thread Prashant Lakhlani
hi friends, i'm doing some ineresting research on using the rich text editor (any open source) in orkut application, and didn't quite getting it right,... right now i've tried this gadget,

[orkut-developer] Re: Signed request to Web Service on ASP.NET

2008-10-02 Thread Akash
Hi Jason, I am successfully validated the requests using this C# routine. I did some negative testing as well and it is working great. Please go ahead and post the code. Thanks, -Akash On Sep 30, 10:22 pm, Jason [EMAIL PROTECTED] wrote: Are you able to successfully validate requests using

[orkut-developer] Re: Rich text box in orkut application

2008-10-02 Thread Akash
Hi Prashant, I am using http://developer.yahoo.com/yui/editor/ in my orkut application and it is working fine for me. Thanks, -Akash On Oct 2, 12:29 pm, Prashant Lakhlani [EMAIL PROTECTED] wrote: hi friends,    i'm doing some ineresting research on using the rich text editor (any open

[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] Problem loading all friends list

2008-10-02 Thread Memel
I'm experiencing the following problem with Orkut: On my apps, when loading friends list, the orkut adds an iframe tag (... iframe src=http:// a0auk13g9673ub7val0iin1029kl5b5r.sandbox.orkut.gmodules.com/46/o/ tiny.txt#) that makes the page size grow alarmingly. In Firefox is just one. In IE

[orkut-developer] Re: Recommendations on linking orkut user to our registered user

2008-10-02 Thread Jason
Hi Swapnil. See my answer to your previous thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/af696b6d565e7397 Your application should offer some value to users who aren't members of your site and don't wish to register. Since it's your application, it's your

[orkut-developer] Re: Receiving just error codes when making requests

2008-10-02 Thread Jason
Thanks for posting the replica. I haven't been able to post any anonymous truths because the profile view isn't loading. Firebug is reporting that opensocial.DataRequest.PersonId is undefined. It looks like you might be overwriting the DataRequest object; can you take a quick look and send a

[orkut-developer] Re: Problem on sandbox

2008-10-02 Thread Jason
HI Wagner. There are three separate issues here. 1. opensocial.Name.Field.UNSTRUCTURED is not currently supported in orkut, which is why you're seeing undefined. Other opensocial.Name fields such as GIVEN_NAME and FAMILY_NAME are available, however. 2. All of your debugLog statements return

[orkut-developer] Re: Submitting a form in an Orkut App

2008-10-02 Thread Jason
You can use a standard HTML form: form method=post action=https://...; input type=text name=username value=/ input type=password name=password value=/ input type=submit/ /form Assuming the password is sensitive (as most passwords are), this is probably the safest solution. That said, the

[orkut-developer] Submitting application to Orkut

2008-10-02 Thread Bhavin Suthar
Hello, Does anyone konw how much time does it take for the Orkut to approve the application submitted to directory via sandbox.orkut.com? Thanks Bhavin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut

[orkut-developer] Re: Submitting application to Orkut

2008-10-02 Thread Frisoni
First question: Why did you submitted via sandbox? Are you testing your app? If so, you don't have to submit, just use your xml link here: http://sandbox.orkut.com.br/Main#MyApps.aspx If you really submitted to use in orkut directory, wait a couple of days. Frisoni On Thu, Oct 2, 2008 at

[orkut-developer] Invalid OAuth signature in Orkut with C#

2008-10-02 Thread Memel
There is a problem with oauth signature in orkut. Simply, not work more... what sounds like specific detail in orkut opensocial plataform, because i used this code 2 weeks ago and worked. I have talked with several people facing the same problem. Some also with the problem in Hi5. Currently,