[OpenSocial] Re: Caching in the sandbox

2007-11-14 Thread [EMAIL PROTECTED]
adding &bpc=1 to the url worked for me.I am using FireFox On Nov 15, 10:50 am, Nageshwar <[EMAIL PROTECTED]> wrote: > It is the only solution I found. Rename the xml file, remove the > previous one and add again as a fresh application. > > On Nov 15, 8:55 am, "[EMAIL PROTECTED]" > > > > <[EMA

[OpenSocial] How to retrieve my friends as RSS FEED

2007-11-14 Thread Gurzi
Hy guys, i have my profile here: http://www.orkut.com/Profile.aspx?uid=4836753531443862672 and i'm trying to retrieve my friends but i'm getting an error like this : Error=BadAuthentication Warning: file_get_contents(http://sandbox.orkut.com/feeds/people/ 4836753531443862672/friends) [function.f

[OpenSocial] Re: Caching in the sandbox

2007-11-14 Thread Nageshwar
It is the only solution I found. Rename the xml file, remove the previous one and add again as a fresh application. On Nov 15, 8:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > You mean you are changing the xml file name and adding it as a new > application every time you make change to i

[OpenSocial] Current user

2007-11-14 Thread [EMAIL PROTECTED]
Is it currently possible to build a widget that pans across different profiles. For example, say I have a widget on my home page. Now when I go to other profiles I want to be able to see my widget in a corner floating above the friend's profile that I am visiting. More over does the API support d

[OpenSocial] Re: anyone else having problems using the orkut container now?

2007-11-14 Thread CodeRain
I used to get the same . But it got corrected by itself On Nov 15, 12:29 am, Debarshi <[EMAIL PROTECTED]> wrote: > Adding apps or using any of the sample apps, e.g. "Lame Game", don't > seem to be working. My very simple app that I haven't made any > changes to is failing. > > Adding gives: Bad

[OpenSocial] Re: Caching in the sandbox

2007-11-14 Thread [EMAIL PROTECTED]
You mean you are changing the xml file name and adding it as a new application every time you make change to it? I think its quite painful to do that. Any other work around? On Nov 15, 5:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I agree with you. > What I've found is to add &bpc=

[OpenSocial] Re: Caching in the sandbox

2007-11-14 Thread [EMAIL PROTECTED]
I agree with you. What I've found is to add &bpc=1 to the url and change the name of your xml every time you make a change. On Nov 14, 3:37 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > B"H > > Why is Orkut caching in the sandbox. > > It is imposible to develop if you can not see your cha

[OpenSocial] Re: How do you tell if your gadget is running in "showcase" or "canvas" view?

2007-11-14 Thread [EMAIL PROTECTED]
you need this code: --- function getArgs() { try { var q = document.URL.substring((document.URL.indexOf('?') +1),document.URL.length);

[OpenSocial] Caching in the sandbox

2007-11-14 Thread [EMAIL PROTECTED]
B"H Why is Orkut caching in the sandbox. It is imposible to develop if you can not see your changes. The "Developer" gadget from igoogle does not work in orkut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Or

[OpenSocial] scrapbook

2007-11-14 Thread Shmuel
Is there a way to access the scrap book. -shmuel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Discussion" group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsubscribe from

[OpenSocial] Re: Where can I try out the samples

2007-11-14 Thread JevS
I wonder if you are not publishing it also to Google gadgets directory. If so- you can be surprised to see your OS tests in http://www.google.com/ig/directory after few days. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[OpenSocial] Re: How it works ... My expirience

2007-11-14 Thread JevS
You can use your server to store xml files. Only it takes time at Orkut to get changes visible due to caching. You can see in your log files when Google started fetching your files. Solution is to create many files with different names. For initial testing I prefer Ning, where changes are availabl

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread codecontrol
Use Firefox, open source for opensocial :-) On Nov 15, 2:35 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The problem I'm seeing is that a simple call to > "req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER), > "owner");" is returning with "data.hadError() == true". This onl

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
The problem I'm seeing is that a simple call to "req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER), "owner");" is returning with "data.hadError() == true". This only happens in IE and is returning fine in FF. How do you deal with this when it doesn't appear like the DataResponse o

[OpenSocial] Re: Getting Started

2007-11-14 Thread Vishnu Gopal
Create a gadget, use an iframe to load content from your server, communicate opensocial data to the iframe via javascript from the gadget. I'm not sure if there's a better way. Vish On Nov 15, 2007 12:48 AM, DeveloperWeb2 <[EMAIL PROTECTED]> wrote: > > No one knows? > > > I want to create an Ope

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
hi, i don't know if i understood your problem properly or not but what i got is u have a code which is throwing in exception(some value not returned) so IE is catching it and showing it. now what u can do is instead of IE getting that exception catch that in your own javascript code(assuming u ar

[OpenSocial] Re: anyone else having problems using the orkut container now?

2007-11-14 Thread [EMAIL PROTECTED]
I just noticed this as well. My app that was working 30 minutes (11:15am PT) gets a "No donut" error no matter how many times I refresh now. On Nov 14, 11:29 am, Debarshi <[EMAIL PROTECTED]> wrote: > Adding apps or using any of the sample apps, e.g. "Lame Game", don't > seem to be working. My v

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
I've also been having a problem with IE. I'm trying to pull some data, which may return null. Firefox doesn't bother with it, and it doesn't even return as errored. However, IE7 gives me a big nasty "Error: "undefined" is null or not an object" It's something that I'll have to deal with eventually

[OpenSocial] anyone else having problems using the orkut container now?

2007-11-14 Thread Debarshi
Adding apps or using any of the sample apps, e.g. "Lame Game", don't seem to be working. My very simple app that I haven't made any changes to is failing. Adding gives: Bad, bad server. No donut for you. Already installed apps seem to be choking when trying to use the javascript APIs. --~--~--

[OpenSocial] Re: Getting Started

2007-11-14 Thread DeveloperWeb2
No one knows? > I want to create an OpenSocial application for hi5 that is privately > hosted on my server but accessed by users. Where can I start? How > can I download the OpenSocial API? What software do I need on my > server to be able to host the OpenSocial Application? The API > documen

[OpenSocial] Re: Where can I try out the samples

2007-11-14 Thread [EMAIL PROTECTED]
hi, today i started with opensocial API.i got access to sandbox.orkut.com and i gave my xml URL there but it says "opensocial" is not defined at javascript error console. i am using firefox as browser and using tutorial excercise given on opensocial api page(URL-->http://code.google.com/apis/open

[OpenSocial] Re: How it works ... My expirience

2007-11-14 Thread Yura
Rohit, Thanks for your post. I was having the same thoughts/problems. Lots of API documentation, but very little information as to how/where to actually implement it. I tried saving the working code from the editor on the Hello World example, uploading it to my server and using that URL, but didn

[OpenSocial] Re: How do you tell if your gadget is running in "showcase" or "canvas" view?

2007-11-14 Thread Brian Herbert
I believe you can use a conditional that is something along the lines of if(getSurface() == 'canvas') then it's the canvas page, otherwise it's not. Hope this helps! On Nov 14, 12:26 pm, Simon Willison <[EMAIL PROTECTED]> wrote: > According to this page: > > http://code.google.com/apis/orkut/art

[OpenSocial] How do you tell if your gadget is running in "showcase" or "canvas" view?

2007-11-14 Thread Simon Willison
According to this page: http://code.google.com/apis/orkut/articles/anatomy.html ... gadgets can run in a showcase view (470x280px, embedded on a profile page) or a canvas view (765x600px, running on a separate page). Sure enough, if I add an OpenSocial gadget in the Orkut sandbox it appears in

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
Thanks CodeRain! You saved me! On Nov 14, 8:42 am, CodeRain <[EMAIL PROTECTED]> wrote: > Found the problem. > I am using IE7. > > It works fine in Mozilla. Not in IE7 > > On Nov 14, 6:24 pm, CodeRain <[EMAIL PROTECTED]> wrote: > > > > > Somehow none of the Applications > > developed u

[OpenSocial] Use Firefox.Do not use IE7

2007-11-14 Thread CodeRain
Orkut application do not seem to work with IE7. Use FireFox. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Discussion" group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsub

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread CodeRain
Found the problem. I am using IE7. It works fine in Mozilla. Not in IE7 On Nov 14, 6:24 pm, CodeRain <[EMAIL PROTECTED]> wrote: > Somehow none of the Applications > developed using openSocial API seem to work for me. > > The "hello world" works fine. > > I tried the sample scripts given in Googl

[OpenSocial] Problem Using orkut application

2007-11-14 Thread CodeRain
Somehow none of the Applications developed using openSocial API seem to work for me. The "hello world" works fine. I tried the sample scripts given in Google code. Even the sample Applications found the applications directory inside orkut does't seem to work. Any idea what could be wrong?? Wh

[OpenSocial] Re: Where can I try out the samples

2007-11-14 Thread CodeRain
Thank you guys. Found the solution. We can use google Gadget editor itself. One has to publish the scrpit( file->publish), to get the URL. This URL can be pasted into orkuts sandbox On Nov 14, 3:05 pm, CodeRain <[EMAIL PROTECTED]> wrote: > Thank you Hans > > Just one more question.. > > Sa

[OpenSocial] Tried out Ning, Hi5 and Plaxo

2007-11-14 Thread Rohit Shankar
Hi, I tried out my below app which was already working on Orkut with the new Sandbox from Hi5, Plaxo and Ning. It worked well on Hi5 and Ning but Plaxo gave me a warning that they need to certify this App before I can test it. So I have dropped them an email as adviced. http://hosting.gmodules.co

[OpenSocial] How it works ... My expirience

2007-11-14 Thread Rohit Shankar
Hi, I had to play around little bit with this new API. The opensocial API documentation talks more about code and less about where to write it and where to host. As I understand basically the opensocial apps are similar to google gadgets so I used the below tutorial to get bit familiar with Googl

[OpenSocial] Re: Where can I try out the samples

2007-11-14 Thread CodeRain
Thank you Hans Just one more question.. Sandbox is asking me to upload the scipt in a URL. I dont have a web server right now to host my code. Any alternatives ? On Nov 14, 2:48 pm, "Hans F." <[EMAIL PROTECTED]> wrote: > You need to create an orkut account first, > after that , you need to a

[OpenSocial] Re: Where can I try out the samples

2007-11-14 Thread Hans F.
You need to create an orkut account first, after that , you need to ask access to the sandbox. ( http://code.google.com/apis/orkut/ ). When access is granted (you'll recieve a mail), you need to go to http://sandbox.orkut.com over there you can add your gadget by using the applications link. Tak

[OpenSocial] Where can I try out the samples

2007-11-14 Thread CodeRain
Hi . I have just started to use OpenSocial. CAn you tell me where I can run the sample programs. I get 'openSocial' is undefined error if I try in GoogleGadget editor. Thank you, CodeRain --~--~-~--~~~---~--~~ You received this message because you are subscribe

[OpenSocial] Anyone have a problem with adding the Applications?

2007-11-14 Thread Tyler Rorabaugh
I just got acces to the opensocial API for orkut. After trying a few examples, about 3 hours later the developer application was automatically removed from my account. I then tried with a few friends as well and it was also removed from theirsIs this still the case? --~--~-~--~~-

[OpenSocial] Re: How to send messages from one user to another ?

2007-11-14 Thread chinu
Hi, can i send my application by sending a mail or send an invitation to add my application??? On Nov 13, 9:00 pm, "(◣_◢) ☠ Evil ☠ ☣♆»ViruSoul«♆☣" <[EMAIL PROTECTED]> wrote: > Dear > > Yup itz Possible (-: > > Give your XML Code Link to you Friend. so he/she can use Add option > and use you appl