[orkut-developer] Re: "Don't Be Evil" error message

2008-02-22 Thread Jason
Hi Alex. If you expect to fetch a large number of opensocial.Person objects using opensocial.DataRequest.newFetchPeopleRequest(), you should specify a couple of additional parameters before you send your request. These can be used to limit the number of objects returned among other things. Check o

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread imoracle
Hi Kurrik, I have been working on javascript for a few months now and have used the setTimeout() on several occasions. However I can't make that work for my orkut application, without which my application will be of no use to users. Here is the javascript .js file i am using : var polltime = 1

[orkut-developer] Re: scalability of 0.7 gifts tutorial

2008-02-22 Thread Dan (Google Employee)
Hi Dave, I have a few quick comments to answer your questions. First, the tutorial will likely be amended, because as it says at the end, there are a lot of things it doesn't cover. It does try to point out some of the gotchas, but this isn't one of them, and I agree it should be added. Your exp

[orkut-developer] Re: I have to Get friend list in orkut ..

2008-02-22 Thread Jason
Hi! As you noted above, only those friends who have been whitelisted to access the Orkut sandbox are returned. When OpenSocial support in Orkut is launched to consumers, your applications will be able to access the full list. In the meantime, several threads are available for making new (whitelist

[orkut-developer] Re: Fetching Friends - Paging and Getting Only Updates

2008-02-22 Thread Thyako
Hi, I didnt find any condition referring to that 24 hours cache here http://code.google.com/apis/opensocial/terms.html Where do I find that, please? ~Thiago On Feb 22, 5:26 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi Pravin, > >You can file a feature request for this > athtt

[orkut-developer] Can't filter out PROFILE_DETAILS

2008-02-22 Thread Alex E
The friends retrieved with the following request come back with way more fields than I want -- function retrievePersistentData() { var req = opensocial.newDataRequest(); var fields = [] fields.push(opensocial.Person.Field.ID); var params = {};

[orkut-developer] Re: Adjust Window Height

2008-02-22 Thread Jelena Kolokotronis
Logged as Issue 76 ( http://code.google.com/p/opensocial-resources/issues/detail?id=76 ) Arne Roomann-Kurrik wrote: > That's probably worth a feature request. Can you post to > http://code.google.com/p/opensocial-resources/issues/list ? > > Thanks, > ~Arne > > On Fri, Feb 22, 2008 at 12:27 PM,

[orkut-developer] Re: Adjust Window Height

2008-02-22 Thread Jelena Kolokotronis
I will. Thanks. Jelena Arne Roomann-Kurrik wrote: > That's probably worth a feature request. Can you post to > http://code.google.com/p/opensocial-resources/issues/list ? > > Thanks, > ~Arne > > On Fri, Feb 22, 2008 at 12:27 PM, Jelena Kolokotronis > <[EMAIL PROTECTED]

[orkut-developer] Re: Adjust Window Height

2008-02-22 Thread Arne Roomann-Kurrik
That's probably worth a feature request. Can you post to http://code.google.com/p/opensocial-resources/issues/list ? Thanks, ~Arne On Fri, Feb 22, 2008 at 12:27 PM, Jelena Kolokotronis < [EMAIL PROTECTED]> wrote: > A related question, if I may. How to disable scrollbars on iframe? > scrolling=

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Jesse Stay
Thanks Arne for all of your hard work in this process. I think your and your team's hard work goes by unnoticed at times. We just appreciate your open communication with the community. Jesse On Fri, Feb 22, 2008 at 12:18 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi, > >Sorry if

[orkut-developer] "Don't Be Evil" error message

2008-02-22 Thread Alex E
Why would one get an message like this Firebug trace? -- POST http://2.o.gmodules.com/46/o/ig/proxy?output=js (161ms)ifr (line 308) ParamsHeadersPostResponse Response Headers Request Headers throw 1; < don't be evil' >{"http://typeracer.com:8080/typeracer-0.7/

[orkut-developer] Re: Adjust Window Height

2008-02-22 Thread Jelena Kolokotronis
A related question, if I may. How to disable scrollbars on iframe? scrolling="false" doesn't seem to do anything for me... That makes sense after that bug with subsequent calls is fixed. As I'm populating gadget with data from ajax response, and I will get scollbars for a sec, then jumps from a

[orkut-developer] Re: Fetching Friends - Paging and Getting Only Updates

2008-02-22 Thread Arne Roomann-Kurrik
Hi Pravin, You can file a feature request for this at http://code.google.com/p/opensocial-resources/issues/list, but orkut's caching policy is currently that you should not hold on to this data for longer than 24 hours, so it won't really be of much use if you take into account the terms of ser

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Arne Roomann-Kurrik
Hi, Sorry if you haven't heard back from the review process yet. This is a multi-stage process - people who have immediate problems with their applications (404s, etc) are notified quickly, but if you pass the initial screen (your application installs without any errors) your application moves

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread Arne Roomann-Kurrik
That should be . imoracle: There should be plenty of examples of calling a function every X seconds in JavaScript if you google for them. Just wrap the makeRequest calls in a function that is called by setInterval() or setTimeout() ~Arne On Fri, Feb 22, 2008 at 4:26 AM, Tiago Takamoto <[EMAIL

[orkut-developer] Re: Submit your app online

2008-02-22 Thread thyako
Oh, so it seems, to me, they are not late... (thanks for saying us) On 2/22/08, Dinesh Kumar Subramanian <[EMAIL PROTECTED]> wrote: > > on Feb 15th > > On Fri, Feb 22, 2008 at 12:37 PM, <[EMAIL PROTECTED]> wrote: > > > > Dinesh, when did you submit your app? > > > > ~Thiago > > > > > > > >

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Jesse Stay
Add my name to the list as well. I posted on the 15th, nothing back yet - I know you guys are busy so I'm just hoping you haven't gotten to it yet! Thanks! Jesse On Fri, Feb 22, 2008 at 11:25 AM, Markitecht <[EMAIL PROTECTED]> wrote: > > Here here would love to know that it at least made i

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Dinesh Kumar Subramanian
on Feb 15th On Fri, Feb 22, 2008 at 12:37 PM, <[EMAIL PROTECTED]> wrote: > > Dinesh, when did you submit your app? > > ~Thiago > > > > On 2/22/08, Dinesh Kumar Subramanian <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I guess they are really reviewing all the apps submitted. coz i

[orkut-developer] Re: Submit your app online

2008-02-22 Thread thyako
Dinesh, when did you submit your app? ~Thiago On 2/22/08, Dinesh Kumar Subramanian <[EMAIL PROTECTED]> wrote: > > Hi All, > > I guess they are really reviewing all the apps submitted. coz i got a > reply from the orkut team yesterday saying that they cant even open my > app and they get 404 er

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Dinesh Kumar Subramanian
Hi All, I guess they are really reviewing all the apps submitted. coz i got a reply from the orkut team yesterday saying that they cant even open my app and they get 404 error . but i dint get any of it when i tried it :). I replied to them with a link to my app again. So they will contact all

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Markitecht
Here here would love to know that it at least made it into the process after I submitted on the 15th. My guess is that they are working through a massive amount of submissions. -C On Feb 22, 12:59 am, KJ <[EMAIL PROTECTED]> wrote: > Hello world, > > How many developers have received the "p

[orkut-developer] Re: Submit your app online

2008-02-22 Thread jalmond
Yep, add me to the list as well. I submitted on the 15th everything worked (well short of when orkut itself is down/broken) and my app is not just another gift giving app. Besides the confirmation page that you get after submission, I've received no personal email or anything regarding status. Wh

[orkut-developer] Re: i cannot put any gadgets on my profile

2008-02-22 Thread pradeep
Y. I got the problem. My app used opensocial 0.6. :-) On Feb 22, 8:07 pm, pradeep <[EMAIL PROTECTED]> wrote: > I am too not able to host any application except some which i browsed > through the application directory. Only apps having google logo are > working. Others, the error > ""

[orkut-developer] Re: I have to Get friend list in orkut ..

2008-02-22 Thread ●๋•£๏√є ιร иσт αℓωαﻻร єαรY•●
take a look http://groups.google.com/group/opensocial-orkut/browse_thread/thread/e4dd5f7a3653ffae/7f5ea0f1926902d4?lnk=gst&q=how+to+get+friend+list#7f5ea0f1926902d4 On Feb 22, 12:39 pm, poonam <[EMAIL PROTECTED]> wrote: > How To get friend list in orkut .. I hve use orkut Sand box api .. > they

[orkut-developer] Re: i cannot put any gadgets on my profile

2008-02-22 Thread pradeep
I am too not able to host any application except some which i browsed through the application directory. Only apps having google logo are working. Others, the error " Bad, bad server. No donut for you. Unfortunately, the orkut.com server has acted out in an

[orkut-developer] Re: Fetching Friends - Paging and Getting Only Updates

2008-02-22 Thread Pravin
Hi Arne, That's really helpful. Still second question remains unanswered. Say today I fetched all friends of a user and those were around 100. If I am fetching friends again after 7 days for this user and he has 102 friends now. I only want to get information of any new friends added by him or a

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

2008-02-22 Thread Alex Epshteyn
> That could be too much data if your application gets popular. I know, that's why I said "sorted by some criteria", so the dataset could be paged. > > -Nadav > > On Feb 21, 9:27 pm, Alex E <[EMAIL PROTECTED]> wrote: > > Is it possible, by any chance, to get app data for all users on Orkut

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread Tiago Takamoto
Hi imoracle, Did you include the in your xml? Regards, Takamoto On Fri, Feb 22, 2008 at 7:01 AM, imoracle <[EMAIL PROTECTED]> wrote: > > Thanx Arne, its working great but I couldn't find an example where I > can keep polling the remote server every 1 sec or so. > > I tried using the setTimeou

[orkut-developer] Re: Latest push to the sandbox...

2008-02-22 Thread Tiago Takamoto
Thanks for the info Arne, I appreciate your good Job. Regards, Takamoto --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to opensocial-orkut@googlegrou

[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 chance, to get app d

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread imoracle
Thanx Arne, its working great but I couldn't find an example where I can keep polling the remote server every 1 sec or so. I tried using the setTimeout() function of javascript too and that doesnt seems to be working, any idea how can I go abt it. And even though i have included the js from code

[orkut-developer] Re: Submit your app online

2008-02-22 Thread victorc
Hi, Same problem for me, still no news from my Feb 15 submission (No personnalized message or something else ...) So is there anything to do to check my application status ? And is there some info about the number of applications accepted and still waiting approval ? Thanks in advance, Victor

[orkut-developer] Re: Use of flash external interface in a opensocial application

2008-02-22 Thread davew
When you create your flash object are you setting allowScriptAccess: "always"? I can go Flash 9, as3 external interface > javascript, but not the other way round due to security restrictions of the container.. On Feb 21, 5:10 am, ckarap <[EMAIL PROTECTED]> wrote: > Hi to all, > I have alrea