[orkut-developer] Every request has started spoofing

2008-09-26 Thread Nemesh
Hello, We have few applications live on Orkut and suddenly those applications has started spoofing. Have you changed anything on google's server? Spoof started for some users yesterday and then it started spoofing for every users today. Thank you for your early reply.

[orkut-developer] requestSendMessage() is not working in orkut?

2008-09-26 Thread [EMAIL PROTECTED]
Hi the requestSendMessage() method is not working for me to send messages to the owner. I tried with a sending message to the owner with the following code and it is returning me Email Denial in IE (for hi5) but for orkut there is no message and no action is done, Error message: Email Denial :

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
Thanx for reply Mr. Jason, In my apps there is one strange thing is happens when i run that apps in orkut, it gave me undefined result, when i open firebug it gave me error In Param Tabs errors:--- authz bypassSpecCache container orkut-sandbox contentType TEXT gadget

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
Thanx for reply Mr. Jason, In my apps there is one strange thing is happens when i run that apps in orkut, it gave me undefined result, when i open firebug it gave me error In Param Tabs errors:--- authz bypassSpecCache container orkut-sandbox contentType TEXT gadget

[orkut-developer] Re: problems with server

2008-09-26 Thread Julian Andrade
http://prod.sandbox.orkut.com/AppInfo.aspx?appUrl=http%3A%2F%2Fwww.hi-midia.com%2Fopensocial%2Fapelidos.xml this is the url of the appinfo, the last without an error. when i try to install the app is when i get the error, somethin like server error. You cannot do that. 2008/9/25 Jason [EMAIL

[orkut-developer] Re: Please guide me in the Google Open social API

2008-09-26 Thread hem
Thanx for reply Mr. Jason, In my apps there is one strange thing is happens when i run that apps in orkut, it gave me undefined result, when i open firebug it gave me error In Param Tabs errors:--- authz bypassSpecCache container orkut-sandbox contentType TEXT gadget

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-26 Thread Akash
Thanks Raman Jason. Now I have much better clarity on how things work. I tried the options you suggested and able to make lot of progress. Since I am making a web service call, I am wondering how to Generate Signature Base. Following is the JS code I am using to make the web service call.

[orkut-developer] Visible Globally

2008-09-26 Thread Nagib
Hi, In my application I want to make favorites visible globally, so both friends and public can view them. For example, General ranking is the most accessed link (For friends and public). Is there an existing method to do this or do I need to use an external database to store that information?

[orkut-developer] Re: User HTML input

2008-09-26 Thread Jason
Wikis generally get around this by introducing a special syntax, e.g. wikis on http://code.google.com, which use the syntax at http://code.google.com/p/support/wiki/WikiSyntax. The correct substitutions are made before the page is rendered, transforming *bold* into bbold/b for example. If you

[orkut-developer] Re: Email Messages Signifyies

2008-09-26 Thread Jason
Keep in mind that users must perform a meaningful action before posting an update, in line with the developer guidelines. Posting an update on install or view is not enough if they don't actually interact with the app. See below for more policies on app updates:

[orkut-developer] Re: content-rewrite broken?

2008-09-26 Thread Jason
I was able to get your application to load after removing the following line: Optional feature=hi5/ I left the content-rewrite Optional element in the spec and the application continued to work in both the sandbox and prod sandbox, so I'm pretty sure the Optional element above is the problem.

[orkut-developer] Re: content-rewrite broken?

2008-09-26 Thread Luke
Hi Jason, I've starred the issue as it's probably related. However, this problem is slightly different. If I leave only Optional feature=hi5/ The gadget loads fine. It's only failing if both Optional elements are in the gadget. Luke On Sep 26, 2:19 pm, Jason [EMAIL PROTECTED] wrote: I was

[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

[orkut-developer] Re: prod.sandbox.orkut.com returns HTTP 500 or takes too long

2008-09-26 Thread Jason
We're looking into the reports of poor performance on prod sandbox. Does http://sandbox.orkut.com give you the same problems? Also, can you tell me which country you're in? It's always possible that a data center is misbehaving, and knowing your geography might help here. Thanks, and I'm sorry

[orkut-developer] Re: content-rewrite broken?

2008-09-26 Thread Luke
Hi Jason, Thanks for the info. I will add my comments to that issue. On Sep 26, 2:41 pm, Jason [EMAIL PROTECTED] wrote: Yes, I just noticed this myself. I tested an application using only the Optional .../ tag reported in the original bug and noticed that it works by itself just as Optional