[orkut-developer] Re: Getting App Data for All Users?

2008-02-22 Thread Nadav
That could be too much data if your application gets popular. Consider storing all user's scores in a database on your own server and use makeRequest() to retrieve only the top ten scores. -Nadav On Feb 21, 9:27 pm, Alex E <[EMAIL PROTECTED]> wrote: > Is it possible, by any chan

[orkut-developer] makeRequest POST request

2008-02-14 Thread Nadav
Hi, I am trying to initiate a POST request using this code: opt_params = {}; opt_params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; opt_params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; opt_params[gadgets.io.RequestPa