[orkut-developer] Re: orkut caching issues

2008-07-02 Thread Luciano Ricardi
Great!! Great work!! :) Our application seems to be refreshing like expected now... On Wed, Jul 2, 2008 at 7:21 PM, Jason <[EMAIL PROTECTED]> wrote: > > Hi Everyone. > > As of today, the caching bug noted in my first post should be fixed -- > orkut will now honor the Cache-Control and Expires hea

[orkut-developer] Re: Uploading photos to Orkut

2008-06-26 Thread Luciano Ricardi
Hi Sourabh, Maybe I could to help you... 1 - Yes. The safest way is you associate using the MakeRequest() call to sent an "pre-request". This should be made to certify that the request to the photo upload cames from the Orkut. After this, you HAVE to open the page in a new window with the form wi

[orkut-developer] Re: Problem in submitting application

2008-06-24 Thread Luciano Ricardi
I've seen that the debug of AppSubmission was improved... Am I right? Because... I've received now a message saying what was wrong with the code... ...so... We've fixed the "mal formed" string (something in the Unicode) and we could to add the application correctly!! Well, thanks!!! This is much

[orkut-developer] Re: Problem in submitting application

2008-06-23 Thread Luciano Ricardi
Same here... for any value in description... Is there some alternative method to submit an application? Thanks, Luciano On Sun, Jun 8, 2008 at 6:35 AM, Jerry <[EMAIL PROTECTED]> wrote: > > Hi > > I am getting the following error while submitting my application. > > "There was a problem submitti

[orkut-developer] Re: Compatibility with IE6 and IE7

2008-06-18 Thread Luciano Ricardi
Hi PeƧanha, Unfortunately there are a LOT of differences between the 3 main Browsers (IE6, IE7 and Firefox) and unfortunately you will have to check in all versions if your gadget works fine... One of the most important things is to debug the javascript using the error console in those browsers!!

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread Luciano Ricardi
m/apis/orkut/docs/orkutdevguide.html#bpc >> >> However cache has not been updated since saving my last changes last >> night, and so my app currently only works in sandbox with bpc=1. >> >> >> 2008/6/17 Rohit Ghatol (Google) <[EMAIL PROTECTED]>: >> &

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread Luciano Ricardi
> Rohit > > On Jun 10, 4:51 pm, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > > This is EXACTLY the problem. The user of the gadget will not insert the > > bpc=1 on the url right? So, what can we do? The gadget is showing always > the > > same content

[orkut-developer] Re: Confusing Caching

2008-06-10 Thread Luciano Ricardi
acing a similar problem, > just use &bpc=1 while in sandbox > > it works fine once approved, (updates cache every few hrs or so) > > On Jun 10, 6:11 am, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > We are a bit confused when usi

[orkut-developer] Confusing Caching

2008-06-09 Thread Luciano Ricardi
Hi all, We are a bit confused when using the cache mechanism of the orkut implementation of Opensocial. Let me explain: We develop our application and we've published in a URL "A" http://urla.something.com/gadgetdir Inside our application, we have some PHP scripts. Inside one of then, we put on

[orkut-developer] Re: Best practice to recognize user adding application

2008-06-06 Thread Luciano Ricardi
I've checked on my database if is there some register of the user using his opensocial_owner_id (using an MakeRequest() call). If not, "Wellcome to the app", else, "Hi Owner! Your last logon was in...". Is that? On Fri, Jun 6, 2008 at 3:40 AM, Rajiv Renganathan <[EMAIL PROTECTED]> wrote: > Folks

[orkut-developer] Re: Problem on orkut sandbox

2008-06-05 Thread Luciano Ricardi
your application? If so, please provide the > URL and a description of what you're seeing, and I'll try to reproduce > the problem. > > - Jason > > On Jun 5, 11:29 am, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > We are exp

[orkut-developer] Problem on orkut sandbox

2008-06-05 Thread Luciano Ricardi
Hi, We are experiencing some problems on orkut sandbox (at morning in Pacific Time to now). Our application does not work anymore. We change our code to the last stable version and the problem persist. There are many problems, when submiting new app, in the profile view, in the canvas view... and

[orkut-developer] Re: Gadget can run in background on Orkut?

2008-06-04 Thread Luciano Ricardi
Can you be more specific? What's your idea? Maybe we have suggestions... because... there is no "background" mode on gadget... but the gadget is there... working... always... so... if you could tell us more details... :) On Wed, Jun 4, 2008 at 1:38 PM, Vinicius <[EMAIL PROTECTED]> wrote: > > ne

[orkut-developer] Re: PHP sessions getting destroyed

2008-06-03 Thread Luciano Ricardi
The session generally uses cookies to control it... So... MakeRequest makes an server to server call... The client (orkut user) does not touch your remote server, this includes cookies savings... So, I suggest that you implement ways to control the "sessions" of your gadget using SIGNED request...