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

2008-02-21 Thread poonam
How To get friend list in orkut .. I hve use orkut Sand box api .. they only list those users who are whitelisted ( part of sandbox ) .. i want all .. how can i do this.. plz reply if some one gets solution --~--~-~--~~~---~--~~ You received this message because you

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

2008-02-21 Thread imoracle
Thanx a lot Arne.will have a look and come back in case of any problem :) On Feb 22, 12:15 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > HI imoracle, > > opensocial.makeRequest moved to gadgets.io.makeRequest in version 0.7 > > You can check out this > pagehttp://code.google.com

[orkut-developer] Re: Submit your app online

2008-02-21 Thread KJ
Hello world, How many developers have received the "personalized message" mentioned by Arne after submitting their application? If you received the message, how many days did it take after submitting your application? If I haven't received an email about apps I submitted prior to the Feb 15 11:5

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

2008-02-21 Thread Dinesh Kumar Subramanian
Thanks a lot Arne that fixes the issue. dinesh On Thu, Feb 21, 2008 at 7:15 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > > I just updated > http://code.google.com/p/opensocial-resources/issues/detail?id=74 which > reported the same issue. That gadget was not waiting for

[orkut-developer] Re: Adjust Window Height

2008-02-21 Thread Arne Roomann-Kurrik
I've updated issue 74. You need to put your adjustHeight calls into a function that is called after the page is finished loading. The tracker has an example of this. There is an outstanding issue here: http://code.google.com/p/opensocial-resources/issues/detail?id=63 that describes another bug w

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

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, I just updated http://code.google.com/p/opensocial-resources/issues/detail?id=74 which reported the same issue. That gadget was not waiting for the page to be fully loaded before calling adjustHeight, which was causing the gadget to set its height to 0. Please make sure that your ca

[orkut-developer] Open Social Generator - new version!

2008-02-21 Thread Falcão
Hello, I did a great refactory on my "opensocial generator" (or osg) tool. With OSG we can build light OpenSocial apps based in HTML templates We're working in a complex app now - and it's has very usefull to us. I did a little presentation about :) http://docs.google.com/Presentation?id=ddfg6

[orkut-developer] Re: Adjust Window Height

2008-02-21 Thread Jerome
Yes, same here. I have logged this in the defect tracker: http://code.google.com/p/opensocial-resources/issues/detail?id=74&colspec=ID%20Type%20Container%20Stars%20Summary%20Status Jerome - LjmSite On Feb 21, 11:20 am, "Dinesh Kumar Subramanian" <[EMAIL PROTECTED]> wrote: > same problem for me t

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

2008-02-21 Thread Alex E
Is it possible, by any chance, to get app data for all users on Orkut sorted by some criteria? For instance, my app is a game and I want to display the 10 highest scores on Orkut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[orkut-developer] AppData updates happening today (2/21)

2008-02-21 Thread Lane LiaBraaten (Google)
Hi Everyone, We are making updates to the app data store and will be doing some maintenance work today. You may notice some inconsistencies when reading and writing app data during the afternoon today. We'll also be enabling quota checks soon on the data store. This means that each application

[orkut-developer] Re: Wrong owner url for some profiles

2008-02-21 Thread JevS
After remark from Arne and more debugging I found that Orkut sandbox again returning partial profile urls (these were fully qualified for few days, so causing my misunderstanding). Cheers. Jevs --~--~-~--~~~---~--~~ You received this message because you are subscrib

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

2008-02-21 Thread Dinesh Kumar Subramanian
Hi Arne, I kinda figured out what exactly the problem is. for some reason if u look at the iframe that to which my app gets added has style="height:0" you can see that style at the end of the iframe in firebug. I really dont know whether its a my bug or yours.. need to ponder a little more. in

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

2008-02-21 Thread Luke
Hi Tiago, Thanks. That solved the problem, I overlooked that. regards, Luke On Feb 21, 3:49 am, "Tiago Takamoto" <[EMAIL PROTECTED]> wrote: > Hi Luke, > > Try include the in the as Lane > said. That works for me and remember to use &bpc=1. > I just have a question, if I need to includ

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

2008-02-21 Thread Dinesh Kumar Subramanian
Thanks for your immediate response. Ok Arne i will try and provide a smaller snippet but its gonna take a while. Dinesh On Thu, Feb 21, 2008 at 1:27 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > >That's quite a bit for me to look at. I see the bug - it looks like > somet

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

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, That's quite a bit for me to look at. I see the bug - it looks like something is clearing out the flash once the data is finished loading. Can you try and isolate the bug and provide a smaller test gadget for me to look at? Thanks, ~Arne On Thu, Feb 21, 2008 at 11:20 AM, Dinesh

[orkut-developer] Re: getting "unauthorized" error when trying to fetch activities

2008-02-21 Thread bellagio
More infor: I am using the example from the tutorial, and here are the complete code: On Feb 19, 2:51 pm, bellagio <[EMAIL PROTECTED]> wrote: > Hi > > I am getting "unauthorized" error when I tried to get the activities > for the viewer, in my case, both the viewer and th

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

2008-02-21 Thread Dinesh Kumar Subramanian
hi Arne, Thanks Arne This is my app url http://hosting.gmodules.com/ig/gadgets/file/113856488984096783541/Ortist_graphical_scrapbook_dev.xml or you can get it here http://sandbox.orkut.com/AppInfo.aspx?appUrl=http://hosting.gmodules.com/ig/gadgets/file/113856488984096783541/Ortist_graphical_

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

2008-02-21 Thread Arne Roomann-Kurrik
HI imoracle, opensocial.makeRequest moved to gadgets.io.makeRequest in version 0.7 You can check out this page http://code.google.com/p/opensocial-resources/wiki/GadgetsMakeRequest to see some samples on how to use this function. ~Arne On Thu, Feb 21, 2008 at 11:04 AM, imoracle <[EMAIL PRO

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

2008-02-21 Thread Arne Roomann-Kurrik
Yes, having a sample to look at would be useful. Thanks, ~Arne On Thu, Feb 21, 2008 at 10:59 AM, Dinesh Kumar Subramanian < [EMAIL PROTECTED]> wrote: > > yes i do > > if you want i can give you a link for my gadget > > Dinesh > > On Thu, Feb 21, 2008 at 12:52 PM, Arne Roomann-Kurrik > <[EMAIL P

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

2008-02-21 Thread imoracle
Gives and error, opensocial.makeRequest doesn't exist. Any suggestions?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to ope

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

2008-02-21 Thread Arne Roomann-Kurrik
Hi Pravin, You can specify additional parameters when fetching people. These parameters are listed here: http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.DataRequest.PeopleRequestFields.html and support both FIRST and MAX, which will allow you to implement paging through se

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

2008-02-21 Thread Dinesh Kumar Subramanian
yes i do if you want i can give you a link for my gadget Dinesh On Thu, Feb 21, 2008 at 12:52 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > > Are you using bpc=1 to display the newest version of your gadget? > > ~Arne > > > > > On Thu, Feb 21, 2008 at 9:08 AM, Dinesh Kum

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

2008-02-21 Thread Dinesh Kumar Subramanian
Hi Arne, In my case nothings getting displayed. it seems like everything is loading properly then disappears can you let me know why it is like that Dinesh On Thu, Feb 21, 2008 at 12:51 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Tiago, > >"io" is a core javascript feature of g

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

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, Are you using bpc=1 to display the newest version of your gadget? ~Arne On Thu, Feb 21, 2008 at 9:08 AM, Dinesh Kumar Subramanian < [EMAIL PROTECTED]> wrote: > > Hi all, > > Nothing gets displayed for me even after adding require > feature="views" can someone please tell me what

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

2008-02-21 Thread Arne Roomann-Kurrik
Hi Tiago, "io" is a core javascript feature of gadgets and is included by default. "views" is an optional feature, which will need to be included in a Require tag. If you check this page: http://code.google.com/apis/gadgets/docs/spec.html#corejavascriptapi you will see tables listing the core

[orkut-developer] Re: Validating Signed Requests from Orkut

2008-02-21 Thread Arne Roomann-Kurrik
Hi Richard, Thanks for following up and filing the bug. I'll be updating that issue as progress is made, so you should be getting email updates. ~Arne On Thu, Feb 21, 2008 at 8:45 AM, lcd.cow <[EMAIL PROTECTED]> wrote: > > Arne, > > Unfortunately, removing and reinstalling the application

[orkut-developer] Re: I can't see the "manage stuff" link on the left of my sandbox.orkut.com page.

2008-02-21 Thread Arne Roomann-Kurrik
Hi imoracle, There's currently a bug that keeps this link from showing up if you don't have any applications installed. Please visit http://sandbox.orkut.com/MyApps.aspx to install an application. Sorry for the inconvenience, ~Arne On Thu, Feb 21, 2008 at 2:30 AM, imoracle <[EMAIL PROTECTED

[orkut-developer] Re: makeRequest using POST

2008-02-21 Thread Pravin
Try using this code. Use Code runner application to test this code. Application is http://graargh.returnstrue.com/coderunner/ It prints the values of variables posted to it. function makePOSTRequest() { var params = {}; var postdata = { data1 : "test", data2 : 1234566 }; params[

[orkut-developer] Re: Wrong owner url for some profiles

2008-02-21 Thread JevS
There is opened ticket #71 on wrong profile urls currently returned for profile owners. http://code.google.com/p/opensocial-resources/issues/detail?colspec=ID%20Type%20Container%20Stars%20Summary%20Status&id=71 Cheers, Jevs --~--~-~--~~~---~--~~ You received this m

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

2008-02-21 Thread Pravin
Hi , Is Orkut planning to provide paging whenever we fetch friends of a owner? Sometimes there can be more than 100 friends and then it will load a lot of data as well as it will take much time. If we can fetch the number of friends first and then friends in groups say of 25, it will be fine. Al

[orkut-developer] Re: Adjust Window Height

2008-02-21 Thread Dinesh Kumar Subramanian
same problem for me too can somebosy tell how can this be fixed dinesh On Thu, Feb 21, 2008 at 3:53 AM, Rohit Kumar <[EMAIL PROTECTED]> wrote: > > Is adjust window height broken after todays push? can anybody confirm > this? > > > --~--~-~--~~~---~--~~ You rec

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

2008-02-21 Thread Dinesh Kumar Subramanian
Hi all, Nothing gets displayed for me even after adding require feature="views" can someone please tell me whats the problem thanks Dinesh On Thu, Feb 21, 2008 at 5:49 AM, Tiago Takamoto <[EMAIL PROTECTED]> wrote: > Hi Luke, > > Try include the in the as Lane > said. That works for me and

[orkut-developer] Re: Validating Signed Requests from Orkut

2008-02-21 Thread lcd.cow
Arne, Unfortunately, removing and reinstalling the application did not remove the problem. It has always been passed until Feb. 19, at which point we stopped getting it overnight for no discernable reason, after no changes in our code. The bug report is here: http://code.google.com/p/opensocial-

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

2008-02-21 Thread ckarap
Hi to all, I have already developed a web gadget which uses flash technology. My question is this: Will it be possible for an open social application with a flash component embedded, to use the flash ExternalInterface object in order the ActionScript/Javascript communication to be possible? I read

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

2008-02-21 Thread Tiago Takamoto
Hi Luke, Try include the in the as Lane said. That works for me and remember to use &bpc=1. I just have a question, if I need to include the "views" on the required feature list, so to use gadgets.io.makeRequest I need to include "io" too? Because everthing was working fine before withou

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

2008-02-21 Thread Luke
I'm seeing an error with gadgets.views not defined. This started happening since the push. Issue here: http://code.google.com/p/opensocial-resources/issues/detail?id=66 On Feb 20, 10:52 pm, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > We just pushed a fix to the sandb

[orkut-developer] I can't see the "manage stuff" link on the left of my sandbox.orkut.com page.

2008-02-21 Thread imoracle
Hello All, Finally I am trying to install my application but I can't see the manage stuff page on the left navigation bar of my sandbox.orkut.com page. Can anyone tell me is there any other way to install application on orkut sandbox ? Regards, Imoracle. --~--~-~--~~~---

[orkut-developer] Adjust Window Height

2008-02-21 Thread Rohit Kumar
Is adjust window height broken after todays push? can anybody confirm this? --~--~-~--~~~---~--~~ 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@googlegr