[orkut-developer] Re: Accessing iframe content with JavaScript

2008-04-24 Thread jfahrenkrug
Arne, I need the response the server gives me in my JavaScript code (a special error code or a success message with a link). So the way I see it I need to save that response on my server and request it with makeRequest after the file upload is finished because 1) I can't use xmlhttprequest 2) I c

[orkut-developer] Re: Accessing iframe content with JavaScript

2008-04-24 Thread jfahrenkrug
D'oh, of course. Sorry for the noob question ;-) - Johannes On Apr 24, 8:47 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi Johannes, > >Yes, browsers will limit access between IFRAMEs that are running on > different domains. After the POST takes place, you won't have access to th

[orkut-developer] Re: requestNavigateTo() throwing in common018.js

2008-04-24 Thread RAJA SEKHAR
hi same problem here when app loads this thrwing the b has no properties .. any reson ? On Fri, Apr 25, 2008 at 7:03 AM, David Cann <[EMAIL PROTECTED]> wrote: > > This is fixed! Thanks, Orkut. > > http://orkutdeveloper.blogspot.com/2008/04/new-directory-on-sandbox.html > > -d > > > > On Apr 24,

[orkut-developer] Re: Announcing the orkut gurus

2008-04-24 Thread VP
Even testimonials is not allowed to send ? Thanks in advance, VP On Apr 15, 11:15 am, Grigolon <[EMAIL PROTECTED]> wrote: > Welcome orkut Gurus!! > > On Apr 11, 7:38 pm, Jason <[EMAIL PROTECTED]> wrote: > > > Hi Everyone, > > > With the orkut platform launch in India now about one week away and

[orkut-developer] Re: requestNavigateTo() throwing in common018.js

2008-04-24 Thread David Cann
This is fixed! Thanks, Orkut. http://orkutdeveloper.blogspot.com/2008/04/new-directory-on-sandbox.html -d On Apr 24, 9:51 am, mattes <[EMAIL PROTECTED]> wrote: > Yes, I have that problem, too. Navigating to the canvas view works, > navigating to the profile view sometimes renders an invalid

[orkut-developer] Re: Persistent Data Storage Problem

2008-04-24 Thread Sean
It works! Thanks Arne for your detailed explanation toward this problem. Now I know how to correctly deal with it. Thanks again. Sean On Apr 24, 1:57 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi Sean, > > This data is scoped per user ID and the key that you stored it under. Your >

[orkut-developer] Re: Multiple orkut accounts with the same gmail account? How is it possible

2008-04-24 Thread Jason
Hi Prasanna. Unfortunately, I am unable to help you here. Please post in the general orkut help forum instead. http://groups.google.com/group/orkut-help - Jason On Apr 20, 6:11 pm, Prasanna <[EMAIL PROTECTED]> wrote: > Hi, > I have created an orkut account with my gmail > '[EMAIL PROTECTED]' a

[orkut-developer] Re: PROBLEMS REGARDING APPS OF ORKUT IN OPERA

2008-04-24 Thread Jason
Hi. This appears to be a problem with the applications themselves rather than orkut. While certain apps (including Emote!) won't load at all, others such as Top Friends and Bible Verses display as expected. Please contact these app developers directly if you find any bugs that aren't orkut-specif

[orkut-developer] Re: improve orkut

2008-04-24 Thread Jason
Please post any concerns you have regarding content on orkut to the orkut Help group. This forum is used to discuss orkut's application platform. http://groups.google.com/group/orkut-help - Jason On Apr 23, 2:19 am, nidhin <[EMAIL PROTECTED]> wrote: > orkuts main problem is porn.orkut is very g

[orkut-developer] Re: Persistent Data Storage Problem

2008-04-24 Thread Arne Roomann-Kurrik
Hi Sean, This data is scoped per user ID and the key that you stored it under. Your code will work if you change var testData = data.get("getData").getData(); to var testData = data.get("getData").getData()[viewer.getId()]["test"]; Otherwise, you're passing an object to unescapeString

[orkut-developer] Re: Accessing iframe content with JavaScript

2008-04-24 Thread Arne Roomann-Kurrik
Hi Johannes, Yes, browsers will limit access between IFRAMEs that are running on different domains. After the POST takes place, you won't have access to the IFRAME body. ~Arne On Thu, Apr 24, 2008 at 2:18 AM, jfahrenkrug <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a file upload form in

[orkut-developer] Re: Thumbnail in Application Directory Listing

2008-04-24 Thread Rajat
Hi, Is there a way for us to notify Orkut that we have changed our XML file with new images and/or description so that it is picked up and displayed in the application directory listing. Last time after posting to this forum this was refreshed and latest image was picked up. However; again after

[orkut-developer] Persistent Data Storage Problem

2008-04-24 Thread Sean
Hi there, I was trying to store persistence data by the following codes. (reference: http://code.google.com/apis/opensocial/articles/persistence.html) However, instead of showing the user input, it turned out nothing. Firebug shows that there is a error occurred. Error: H.replace is not a functio

[orkut-developer] Re: requestNavigateTo() throwing in common018.js

2008-04-24 Thread mattes
Yes, I have that problem, too. Navigating to the canvas view works, navigating to the profile view sometimes renders an invalid page. On Apr 23, 4:58 pm, Navaneeth Krishnan <[EMAIL PROTECTED]> wrote: > You are right. requestNavigateTo() does not seem to work. It takes me to > an invalid page. > >

[orkut-developer] Re: Help required for making signed requests

2008-04-24 Thread [EMAIL PROTECTED]
I m not passing any brackets or curly braces my client side code... function makeSignedRequest() { var params = {}; params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.JSON;

[orkut-developer] Re: Where is "manage stuff" link?

2008-04-24 Thread Prashant
Thanks :-) On Wed, Apr 23, 2008 at 10:06 PM, naum sie maus <[EMAIL PROTECTED]> wrote: > > direct link : http://sandbox.orkut.com/MyApps.aspx > > On 23 abr, 23:04, naum sie maus <[EMAIL PROTECTED]> wrote: > > "Manage Stuff" is now "Apps (edit)" in profile > > > > or Add Apps > > > > click in edit

[orkut-developer] Help Needed!!!

2008-04-24 Thread ajit
Hi guys, I am building an application for orkut where in i need to fetch the orkut user details like his orkut id, display name and his friends and thumbnail urlsI am getting all the details but i am unable to pass it to my application(because of the querystring limit)I am using a iframe

[orkut-developer] Re: requestNavigateTo() throwing in common018.js

2008-04-24 Thread David Cann
I'm getting this "ta_c.gadgets.JSON" error when using requestNavigateTo() too. Anyone find a solution? -d On Apr 23, 10:58 am, Navaneeth Krishnan <[EMAIL PROTECTED]> wrote: > You are right. requestNavigateTo() does not seem to work. It takes me to > an invalid page. > > -Navaneeth > > Danny at

[orkut-developer] Accessing iframe content with JavaScript

2008-04-24 Thread jfahrenkrug
Hi, I have a file upload form in my gadget and it's target is an iframe within my gadget: http://MY_SERVER"; method="POST" enctype="multipart/form-data" target="upload_target_iframe"> .. this is what the callback looks like: function uploadFinishedCallback() { console.log('uploadFin

[orkut-developer] Unsupported parent parameter. Check your syndicator code.

2008-04-24 Thread [EMAIL PROTECTED]
Hi. I am trying to open applications on Sandbox.Orkut. But each time this error occurs "Unsupported parent parameter. Check your syndicator code.Error 400" Can you explain me why this error occurs and what this mean --~--~-~--~~~---~--~~ You received this message

[orkut-developer] Re: Session cookies in IFRAME for IE 6/7

2008-04-24 Thread Nikhil Gupte
Thanks guys. The problem I had seemed to be with a particular combination of Apache (2.2) + mongrel. For some reason, IE7 ignored the P3P header. Didn't have the problem if I used mongrel directly or behind nginx. Still don't know why it happened, but for now nginx +mongrel seems to work well with