[orkut-developer] Re: Unable to retreive appdata on profile template

2009-05-04 Thread anatoly
anyone? On May 2, 4:22 am, anatoly wrote: > Hello > > I use the following code: > http://ns.opensocial.org/2008/ > markup"> >             >             userId="@owner" appId="@app" fields="ANIME_URL" />

[orkut-developer] Re: [Question] - Duration of App Submission

2009-05-04 Thread Apurv Gupta
Apps take upto 2 working days to get approved/rejected. On Tue, May 5, 2009 at 8:23 AM, Jose Peleteiro wrote: > > I need to know this information as well. I've my app ( > http://chutecerto.socialpie.net/orkut.xml ) waiting for a week and I'm > getting stresses since next week the Brasilian champ

[orkut-developer] Re: [Question] - Duration of App Submission

2009-05-04 Thread Jose Peleteiro
I need to know this information as well. I've my app ( http://chutecerto.socialpie.net/orkut.xml ) waiting for a week and I'm getting stresses since next week the Brasilian championship begins. Please, take a look at my app On Mon, May 4, 2009 at 3:45 PM, Takamoto wrote: > > Hi everyone, > >  I

[orkut-developer] Re: Policy Violation

2009-05-04 Thread Apurv Gupta
report app On Tue, May 5, 2009 at 5:17 AM, eduardorochabr wrote: > > This app is publishing an update just because I installed the app: > > http://www.orkut.com/Main#Application.aspx?appId=705384512767 > > I find violations like this all the time, what is the best way to > notify this violations?

[orkut-developer] Re: Development

2009-05-04 Thread Mayank M
i also wanna know how to pass {params} to canvas while using osx:navigateto --~--~-~--~~~---~--~~ 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@googleg

[orkut-developer] Development

2009-05-04 Thread Mayank M
hi i'm interested to know whether dynamic height will ever be available in ostemplates, if yes when is it supposed to come? and have forms been completely disabled in ostemplates version? thanks --~--~-~--~~~---~--~~ You received this message because you are subsc

[orkut-developer] Policy Violation

2009-05-04 Thread eduardorochabr
This app is publishing an update just because I installed the app: http://www.orkut.com/Main#Application.aspx?appId=705384512767 I find violations like this all the time, what is the best way to notify this violations? Via this forum or via the link "report app"? Thanks. --~--~-~--~

[orkut-developer] [Question] - Duration of App Submission

2009-05-04 Thread Takamoto
Hi everyone, I noticed that nowadays we are having an automated homologation of apps. Can somenone share how many hours you nowadays wait until Google Team deliver the app to Orkut Directory? Or maybe someone from Google tells the highest estimate to this proccess. Regards, Takamoto --~--~---

[orkut-developer] Re: Test for null

2009-05-04 Thread eduardorochabr
See this thread: http://groups.google.com/group/opensocial-orkut/browse_frm/thread/63246e6d5582c1c8/11f1a1506e52bb33#11f1a1506e52bb33 On 4 maio, 03:35, Rajasekhar wrote: > i am getting the JSON outpput from the httprequest .how can eval that > data and how to get that inner objects. > > thanks

[orkut-developer] Re: App not working in Safari

2009-05-04 Thread eduardorochabr
Try calling the request() function like this: gadgets.util.registerOnLoadHandler(function() { request() }) On 2 maio, 19:39, R Vianna wrote: > Hi everyone, > > My app is not loading in Safari (both Mac and Windows). > Sometimes it loads, sometimes not ... and it doesn't display an error > mes

[orkut-developer] Re: Profile view help

2009-05-04 Thread eduardorochabr
You need to include this to appear in profile: true On 2 maio, 19:42, R Vianna wrote: > Hi, > > I'm also having trouble with profile view. > > I have defined a second content tag with profile view, but it doesn't > appear in my profile after adding the app. > And I have no

[orkut-developer] Re: Add app install link in profile view.

2009-05-04 Thread eduardorochabr
I don't know how can you achieve this, but it seems you must not do it anyway: http://code.google.com/intl/en/apis/orkut/docs/orkutdevguidelines.html#profile On 3 maio, 22:35, aj wrote: > Hello, > > In the profile view of my application I want to provide a link that > takes users to the applica

[orkut-developer] Re: Image not showing on IE8 but fine in all other browsers.

2009-05-04 Thread Otávio Ribeiro
Sachin, i have the same problem. Do you know when this fix will be available? Microsoft released the IE8 through windows update, and there will be many using it soon! :( regards, Otávio Ribeiro On 30 abr, 07:04, Sachin Shenoy wrote: > Thanks for brining it to our attention. > Will get this fix

[orkut-developer] newFetchActivitiesRequest not working for my gadget

2009-05-04 Thread Zhou Li
Hi, all, I've got into some trouble with newFetchActivitiesRequest, even did I paste the code in http://code.google.com/apis/opensocial/docs/0.6/devguide.html#Activities gadgets.util.registerOnLoadHandler(getActivities); function getActivities() { var req = opensocial.newDataRequest(); req.

[orkut-developer] Re: Getting data values from json object

2009-05-04 Thread arun
hi thanks, it worked out fine with . here the format attribute is defaultly 'json' and not 'text', if the data in file present in server is in xml form, how can i retrieve xml data and display element values? reg, Arun On Apr 30, 10:58 pm, eduardorochabr wrote: > Actually, debugging the

[orkut-developer] profile and tag

2009-05-04 Thread steiljes
Does the input tag not work w profiles? I tried typ=text and type=radio. Both didn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to opensocia

[orkut-developer] Developer Event (Garage) in India

2009-05-04 Thread Sanjeev
Hi, It will be great if Orkut organizes or facilitates organizing an opensocial developers event (on the lines of Facebook Developer Garages) in Hyderabad or anywhere in India. I will be glad to volunteer for putting together an event. If you have some information on this, please let me know at

[orkut-developer] navigatetoapp and viewer who is NOT the owner

2009-05-04 Thread steiljes
Has anyone seen any issues when a viewer / friend who is NOT the owner of the app visits the owner's profile and clicks on a link that uses NavigateToApp? The link works fine when the owner clicks from the profile. but if it's someone other than the owner, the link takes the user to the canvas pa

[orkut-developer] Profile view help

2009-05-04 Thread R Vianna
Hi, I'm also having trouble with profile view. I have defined a second content tag with profile view, but it doesn't appear in my profile after adding the app. And I have no clue of what could be happening ... Can anybody help me? App URL: http://www.tvmagazine.com.br/extras/orkut/tvmagazineap

[orkut-developer] App not working in Safari

2009-05-04 Thread R Vianna
Hi everyone, My app is not loading in Safari (both Mac and Windows). Sometimes it loads, sometimes not ... and it doesn't display an error message. What could be happening? My app: http://www.tvmagazine.com.br/extras/orkut/tvmagazineapp2.asp Thanks --~--~-~--~~~--

[orkut-developer] Re: submitting an app

2009-05-04 Thread Prakhar Prasad
Yeah thats true ,an email will be sent . Time is two to three working days. On 02/05/2009, Anees P wrote: > > how do i know wether my app is accepted or not? will they send an > email? how long will it take? > > > --~--~-~--~~~---~--~~ You received this message b

[orkut-developer] Add app install link in profile view.

2009-05-04 Thread aj
Hello, In the profile view of my application I want to provide a link that takes users to the application install page.. Before the profile view changes I could get information about the URL components using these calls, gadgets.util.getUrlParameters()["parent"] gadgets.util.getUrlParameters()[