[orkut-developer] after submitting application to orkut.com

2008-06-25 Thread satalaj
Hi, How long it takes for submitted application on orkut available for other users --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Re: Open Social International Language support

2008-06-25 Thread Kavita
ok..the application url is http://www.orkut.com/Application.aspx?appId=147899306054 and you can set the language mode to russian and then try...if you put any text there it returns '???' string On Jun 24, 10:36 pm, Jason [EMAIL PROTECTED] wrote: Meta elements like this are not parsed;

[orkut-developer] iterate a div id

2008-06-25 Thread Prithvi Raj
I need to increment div id=friends0 ... div id=friends25 .. and so on... That is... for every Friend of the user. Iam fetching some data from my server. And display them. I want to create a unique div ID for each of the html content fetched for each user. But there is some problem in

[orkut-developer] Re: register multiple values in a key !!!

2008-06-25 Thread Rohit Ghatol (Google)
Hi, I believe you meant to store multiple values in app data. The API allows you to store a key - value pair. In case, you want to store multiple values for a key, you need to convert this array of multiple value to a string representation (say jason) and store this string in app data. You will

[orkut-developer] Displaying a profile picture

2008-06-25 Thread aparna
Hi.. I am trying my hand on orkut apps. I am trying to display the profile picture of all my listed friends list. Can you please let me know how to do it as I have gone through your documentation but am not able to find out. Thanks!! --~--~-~--~~~---~--~~ You

[orkut-developer] messages not opening

2008-06-25 Thread cookies
The messages I am sending via my application using opensocial.request.sendMessage is sending the messages but they are not opening.I was able to send these messages via my app till tomorrow.Is that the problem with the server.Can anyone help me with that??

[orkut-developer] Re: Displaying a profile picture

2008-06-25 Thread Prithvi Raj
viewerFriends.getField(opensocial.Person.Field.THUMBNAIL_URL); this will fetch the pic url... here is a sample code. function loadFriends() { var req = opensocial.newDataRequest(); var params = {}; params[opensocial.DataRequest.PeopleRequestFields.MAX] = ;

[orkut-developer] Re: viewer.isOwner is not a function

2008-06-25 Thread Gaurav Kushwaha
Hi Jason, I have started getting these errors in my app very frequently since last 3-4 hours. I have not changed anything in my app. No idea what kicked them. Is there an issue with Orkut servers? App: Chakpak Movies Thanks, Gaurav On Mon, Jun 23, 2008 at 5:09 AM, Rajiv Renganathan

[orkut-developer] link to the help file in gadget xml

2008-06-25 Thread geek
As per the Orkut developer guidelines, When submitting an app, you MUST provide us with the URL to the help content so that we can link to it from the About this App page However I am not able to understand where to put this help url in the gadget xml? Pls guide.

[orkut-developer] makeRequest problem(s) in Production environment (Wednesday Noon IST)

2008-06-25 Thread Nitin
Hey GGuys, I see issues with makeRequest. The following code segment on CodeRunner throws a null instead of some content var mrParam={}; mrParam[gadgets.io.RequestParameters.CONTENT_TYPE]=gadgets.io.ContentType.JSON;

[orkut-developer] Re: When would Apps open up to rest of the users

2008-06-25 Thread Jason
Hi André. If you know Mary's and Paul's IDs, then yes, you can. But since app data is keyed by ID, you won't be able to get all of the votes unless you know the IDs of every voter, which you would have to track in an external database, unfortunately. - Jason On Jun 24, 4:53 am, André Diniz

[orkut-developer] Re: When would Apps open up to rest of the users

2008-06-25 Thread André Diniz
Ok Jason! Finally I understood the problem and according your tips I will use an external database and makeRequest function to do that. I got more 20 days to finish my app so will be enough. Thank you! Yesterday night I installed CodeRunner at my sandbox! Congratulations! It's a killer

[orkut-developer] RE: makeRequest problem(s) in Production environment (Wednesday Noon IST)

2008-06-25 Thread Nitin Rajput
My bad, The content type was JSON for a HTML result. But even then, firebug shows the response of the request as HTML HEAD TITLEINVALID_PARAMETER url parameter is missing./TITLE /HEAD BODY BGCOLOR=#FF TEXT=#00 H1INVALID_PARAMETER url parameter is missing./H1 H2Error 400/H2 /BODY /HTML

[orkut-developer] Re: When would Apps open up to rest of the users

2008-06-25 Thread Jason
Yeah, CodeRunner comes in pretty handy. If you see kurrik in the OpenSocial IRC channel, feel free to thank him since he wrote it. :) http://orkutdeveloper.blogspot.com/2008/06/introducing-formal-irc-office-hours.html - Jason On Jun 25, 10:37 am, André Diniz [EMAIL PROTECTED] wrote: Ok Jason!

[orkut-developer] Re: Help - Orkut app development

2008-06-25 Thread Jason
I don't really know what you mean by mode -- your application won't be accessed at all when a user first signs in. Only when a user views your application (navigates to its canvas page or a profile page which hosts it) will its code execute. You'll be happy to know that the OpenSocial 0.8

[orkut-developer] Re: Reg: Problem in Retrieving my application from the directory

2008-06-25 Thread Jason
Is your application available in the directory? You can only add applications to www.orkut.co.in profiles if they have been reviewed and approved; otherwise, you must continue it in the the sandbox. If you have submitted your application already, please be patient. You will be notified via email

[orkut-developer] a has no properties js error in orkut production

2008-06-25 Thread Nitin
I am sometimes seeing a has no properties in production on canvas load. Doesnt happen always, but only sometimes. Firebug shows this. a has no properties setIgnoreCase(undefined, 05989220780358648107, 05989220780358648107)opensocial-0.7.2 (line 117)

[orkut-developer] Re: a has no properties js error in orkut production

2008-06-25 Thread Rajiv Renganathan
welcome! I have this inconsistently since a long a time. I used to wonder why others dont get it at all. Even a google search would lead to only post! Anyways, I have no solution. For me, it happens when I update the app xml. The bigger problem is that it willl disappear if u refresh a few times

[orkut-developer] Re: Still my apps not active in Directory

2008-06-25 Thread Jason
First of all, I apologize for the long review delays. Please send me your application's names and URLs and I will make sure these get expedited. Varun: All orkut applications must pass a review before being accepted into the directory. You will be emailed when the review is complete, and the app

[orkut-developer] Already submitted your application to the directory? Please read!

2008-06-25 Thread Jason
To all those developers who have already submitted an application -- thank you very much! Your great work is helping the platform flourish, and we appreciate the hours of hard work that you're contributing towards these applications. Before being added to the directory, each application is

[orkut-developer] Re: a has no properties js error in orkut production

2008-06-25 Thread Nitin
Digged little deeper- The API request just before this error returns the following response while (true); START{Responses:[{response:{Value:{List: [{AboutMe:,Addresses:[{City :,Country:IN,Postal:,Region:,Source:STRUCTURED,Street:,Type: {Id:CUSTOM,Label

[orkut-developer] Re: a has no properties js error in orkut production

2008-06-25 Thread Nitin
I always ask for viewer_profile and owner_profile. It turns out that api/json (rightly)request sometime asks for both the info, but (wrong)sometimes it just asks for the owner_profile I am just listing the post param of wrong request ===wrong api request ===