[orkut-developer] Sandbox applications viewing issue

2012-03-06 Thread André
Hello, Today I notice an issue when I was trying to see my application on sandbox mode: Unable to retrieve spec for "XML_PATH". HTTP error 500 First, I thought that it was an issue in my application, but all applications that I tried to access in sandbox are showing this issue. I tried to ac

RES: [orkut-developer] Re: Please review my application

2011-02-11 Thread André Silva
623054298326 Thanks André Souza da Silva Hive Digital Media <http://corp.hive.com.br> http://corp.hive.com.br T: 55 11 5102-2367 R. Gomes de Carvalho, 1306, cj 91 - 9º andar Vila Olimpia Sao Paulo - SP - Brasil 04567-901 cid:0F07695C-682E-4D23-9608-59DC3D965FA4@firewall.local

[orkut-developer] App approval

2010-11-29 Thread André Michels Freitas
Does anybody know if orkut is having problems with app approval process? I've posted an app and i have no answers. Either positive or negatives. The app is running perfectly in sandbox. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. T

Re: [orkut-developer] Re: Automatic reviewing offline this week

2010-11-25 Thread André Salviano
need, I can give some examples to help in the app security. Best Regards, André Teixeira - Krowten Network 2010/11/25 Tiago Silveira (Google) > On a second look, it doesn't seem to have worked as I expected. I'll > investigate and get back to you. > > -- > You received thi

Re: [orkut-developer] Re: Automatic reviewing offline this week

2010-11-24 Thread André Salviano
It's true. I have two new applications to add in orkut, but we're waiting. Why he (ELEX) have advantages? Regards, André 2010/11/24 brandited > Since the app reviewer went offline, ELEX seems to be able to publish > new apps (kongfu, forest story, etc). > > I would li

Re: [orkut-developer] Re: Automatic reviewing offline this week

2010-11-23 Thread André Salviano
Hello Tiago, I'm from Krowten, a developer of applications, I would like to know if the deadline will accomplished. Today is Tuesday I'm waiting, Regards. 2010/11/5 Tiago Silveira (Google) > We found a security hole in gadgets rendering that the app reviewer > should be blocking but wasn't. R

Re: [orkut-developer] From Orkut to Facebook

2010-06-30 Thread André Luís Moura Lima
relax Camilo,it's not for the debug... ;-) 2010/6/30 Camilo Caetano > After that bug, its seems everybody is shifting to facebook... =( > > > Camilo Caetano > Msn: cede...@msn.com > > > On Wed, Jun 30, 2010 at 6:57 PM, André Luís Moura Lima < > azdr3mi...@gma

[orkut-developer] From Orkut to Facebook

2010-06-30 Thread André Luís Moura Lima
Hello everybody, I have an app working fine on orkut...this application uses jQuery and jsoncallback to get data from django and php...it works fine,but now I have to adapt it to facebook...how can I do this??is there any shortcut to do it?Those who knows how to do it,please help. -- You received

Re: [orkut-developer] GTUG

2010-06-23 Thread André Luís Moura Lima
I wanted to answer this question in portuguese,but it seems rules of the group to answer it in english,so I have to respect it...answering the question:there is the opensocial-br group...it's not an list approaching only orkut development but it's,obviosly,a similar approach...but I don't understan

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread André Luís Moura Lima
I wonder if some plugin won't help you...some opensocial-jquery,this kind of thing...it's important that you post your code. 2010/6/22 Prashant Patil > I think using Jquery in xml file is imp for canvas related activities! if > you have added it in iframe it will work only for that iframe. > > >

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-10 Thread André Luís Moura Lima
orry if there is too much jquery and no opensocial(but there is) on my questions. . 2010/6/9 André Luís Moura Lima > There is another opensocial gadget that makes the same thing,but it > works...the difference between these 2 gadgets is that in one the html is > inserted on the gadget

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-09 Thread André Luís Moura Lima
like request the json...well,i simply don't know what to do and if any of you can be more clear explaining what is the error,i will be glad for it. 2010/6/9 André Luís Moura Lima > and another question:what abour the error "missing ) "..doesn't it have any > matter? >

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-09 Thread André Luís Moura Lima
and another question:what abour the error "missing ) "..doesn't it have any matter? 2010/6/9 André Luís Moura Lima > yes Robson,I already saw it...and this is very strange:a $.getJSON call > returning a html...how do i solve it??? > > 2010/6/9 Robson Dantas > >

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-09 Thread André Luís Moura Lima
tting an error. > > Calling > http://netmony.marestelecom.net/gadget/call_recharge/?jsoncallback=? in my > browser returns html. > > > Robson Dantas > > 2010/6/9 André Luís Moura Lima > >> Well,sorry for the resurrect of this thread,but the problem still >>

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-09 Thread André Luís Moura Lima
;).attr('style', 'display: none'); $("#comprovante").append(html); $("#comprovante").attr('style', 'display: display'); }); appUrl = "...<http://www.google.com/url?sa=D&q=http

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-06-09 Thread André Luís Moura Lima
" "; $.each(data, function(i, item) { if ( i == 'celular' ) { html = html.replace('$'+i, mascaraTel(item)); } else { html = html.replace('$'+i, item);

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-05-28 Thread André Luís Moura Lima
no worries guys...problem solved...wrong call on the jQuery file...it isn't jquery.js,it is jquery-latest.js 2010/5/28 André Luís Moura Lima > well I will explain better what my application do:it buys rechage,this is > the principal functionality...beyond this,it posts an activi

Re: [orkut-developer] Re: jQuery + OpenSocial

2010-05-28 Thread André Luís Moura Lima
eld_valid(field) { $('#div_' + field).removeClass('error'); $('#error_1_' + field).remove(); if ( $('#' + field).val() == '' || $('#' + field).val() == 0) { $('#div_' +

[orkut-developer] Re: jQuery + OpenSocial

2010-05-28 Thread André Lima
There is some django code on this jQuery code...so it's impossible to put it on the opensocial gadget...I have to call it somewhere,somehow...I tried to read jquery-opensocial,but it's in japanese...if anyone can help me with this...anyway,I already thankful! On 27 maio, 20:06, André

[orkut-developer] jQuery + OpenSocial

2010-05-27 Thread André Luís Moura Lima
Hello everybody, I'm trying to add some jQuery code in my opensocial gadget,but it always fails...I'm trying to do it using the jquery-opensocial plugin,but firebug don't recognize my calls to jquery files...I'm trying something like this: but firebug always shows me the same error: $ is n

Re: [orkut-developer] Activity

2010-05-24 Thread André Luís Moura Lima
see results. > > -- > var postdata = {phone1: 'tele', phone2: 'fone'}; > postdata = gadgets.io.encodeValues(postdata); > > output(postdata); > > var title = 'cel do usuário:' + postdata.phone1; > output(title); > -- > > o/p > phone1=tele&

Re: [orkut-developer] Activity

2010-05-23 Thread André Luís Moura Lima
e,maybe you can help me with this: 2010/5/11 André Lima > Hello everybody...I am trying to make an activity on my aplication,but > it don't work...i get some values of a html page that is outside of > xml...there is no return,no message of updat

Re: [orkut-developer] Re: Is Orkut SandBox Down ??

2010-05-18 Thread André Luís Moura Lima
I'm getting the same problem...it happened before,it's a frequent problem??there is a prevision when this will be solved??I already tried to use the new orkut,but I got the same error. 2010/5/18 souzajo...@aol.com > It's been this way for a week now. > > > On May 18, 3:18 am, anatoly wrote: >

[orkut-developer] Re: Activity

2010-05-17 Thread André Lima
if anyone can see anything that is incorrect on the code,please say it...i can't test it right now,so any suggestions are welcome... On 17 maio, 13:23, André Lima wrote: > well,I made some changes on my code...here is how it looks now...but > I'm not sure if the implementatio

[orkut-developer] Re: Activity

2010-05-17 Thread André Lima
tters: On 11 maio, 09:46, André Lima wrote: > Hello everybody...I am trying to make an activity on my aplication,but > it don't work...i get some values of a html page that is outside of > xml...there is no return,no message of update is show...i don't what > is wron

[orkut-developer] Activity

2010-05-14 Thread André Lima
Hello everybody...I am trying to make an activity on my aplication,but it don't work...i get some values of a html page that is outside of xml...there is no return,no message of update is show...i don't what is wrong,i will post the code here...maybe you can help me: http://www.counttonine.co

Re: [orkut-developer] Stats number and others

2010-03-19 Thread André Salviano
That's true. I was thinking about it just now. What is happening? 2010/3/18 Eduardo Rocha > Stats number aren't updated for a long time. Although the ranking > changes everyday, it's annoying not to have the numbers updated. > > Also: > > - tags are being stripped from sendMessage bodies. Alth

Re: [orkut-developer] Re: Copyright infringement on Orkut applications and DMCA

2010-03-12 Thread André Salviano
Hello Anatoly, even this week I sent an email asking for answer for this problem, because my applications were copied. However, the orkut team has not found a solution. This makes it difficult to develop applications for Orkut. = / André Teixeira, Krowten Network. 2010/3/12 anatoly

[orkut-developer] Remove scroll

2010-01-27 Thread André G .
Hello, I do not speak English very well, but I'm have a doubt. how do I remove the scroll bar of the app, I want the page extends while increasing its height. -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send

[orkut-developer] Sandbox couldn't locate a tag in my gadget

2010-01-17 Thread André Becklas
I started to learn about this and I added an application in sandbox and it requested me to register the ownership of the application. I added the token to a tag but it gives me a message saying that Sandbox couln't find a Content tag in my app. There is the XML: - - Hello, world! -

[orkut-developer] Re: Orkut Application Submit Error

2010-01-17 Thread André Becklas
I tried to add an application and I received the same message. So I clicked the link and I went to the request ownership page. It says to add a token into a tag. I added it to my xml file but I got the following message: The verification token was not found in any tag in the specified gadget. A

[orkut-developer] Link to external url in profile view

2009-06-21 Thread André Gomes
Hi, everyone. Templates strip "target=_blank" in html anchors. Is there other way to link to an external page -- 3rd party site -- opening in a new tab? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orku

[orkut-developer] "gadgets is not defined" error on profile view

2009-06-16 Thread André Gomes
Hi, everyone. My app: http://sandbox.orkut.com.br/Main#AppInfo.aspx?appId=674636044402 I can't figure out why my app works as expected in canvas view, but fails in profile view with a message: "gadgets is not defined". Here it works: http://sandbox.orkut.com.br/Main#Application.aspx?uid=644612

[orkut-developer] Somebody cloned my app

2008-12-19 Thread André Cipriani Bandarra
Hello all. Somebody cloned my opensocial app. So, i have two question... Can someone from google do something about it? Second and more important... How can i avoid this happening again? Heres the address of the cloned app http://www.orkut.com.br/Main#AppInfo.aspx?appUrl=http%3A%2F%2Fhosting.gmod

[orkut-developer] Re: gadgets.io.makeRequest not working on Internet Explorer 7

2008-11-03 Thread André Cipriani Bandarra
Oh... another interesting matter is that the only browser that was showing that problem was Internet Explorer 7. Everything was working OK on Firefox 2, Firefox 3, Google Chrome and Internet Explorer 6. André On Mon, Nov 3, 2008 at 5:55 PM, André Cipriani Bandarra <[EMAIL PROTECTED]>

[orkut-developer] Re: gadgets.io.makeRequest not working on Internet Explorer 7

2008-11-03 Thread André Cipriani Bandarra
undestand why such thing happened. Anyone has an idea? On Mon, Nov 3, 2008 at 11:07 AM, André Cipriani Bandarra <[EMAIL PROTECTED] > wrote: > Hello guys. > > I'm working on a Opensocial Application and its working perfectly on > Mozilla Firefox, but while testing it on Internet Exp

[orkut-developer] gadgets.io.makeRequest not working on Internet Explorer 7

2008-11-03 Thread André Cipriani Bandarra
The Error (translated from brazilian portuguese): Linha: 436 Character: 1 Error: Access Denied Code: 0 Am i doing something wrong on IE? André --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer F

[orkut-developer] Re: gadgets.window.adjustHeight();

2008-09-23 Thread André Fonseca
t(); setTimeout('adjustPageHeight()',1000); } to fix the problem in the FF2 and 3, but it doesn't do the trick, it actually keeps increasing the iframe pixel by pixel every second. Would you please help me? If you need to take a look at my code: http://co

[orkut-developer] Re: Google adSense

2008-09-02 Thread André Diniz
Ok! I will try another one that I have. Thank you. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

[orkut-developer] Re: Google adSense

2008-09-02 Thread André Diniz
está fora do ar." Regards, André. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

[orkut-developer]

2008-08-28 Thread André Luiz Coutinho dos Santos
--~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

[orkut-developer] Re: Google adSense

2008-08-28 Thread André Diniz
Thanks for this information! --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send e

[orkut-developer] Re: How can I move an application from one developer to another (if one developer leaves the company)

2008-08-28 Thread André Diniz
No problem at all Frisoni. I'm just checking how can I do that. Thank you. André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send emai

[orkut-developer] Google adSense

2008-08-28 Thread André Diniz
Can I use the "Google AdSense" at the Profile/Canvas view in my apps? --~--~-~--~~~---~--~~ 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@googlegroups.c

[orkut-developer] Re: How can I move an application from one developer to another (if one developer leaves the company)

2008-08-28 Thread André Diniz
And if I want to move my app (XML file) from host to another one? --~--~-~--~~~---~--~~ 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@googlegroups.com T

[orkut-developer] Re: Tirar meu e-mail do grupo

2008-08-20 Thread André Diniz
Mande um e-mail para: [EMAIL PROTECTED] T+ --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from th

[orkut-developer] Re: Uploading image in orkut using Orkut / Opensocial API

2008-08-20 Thread André Diniz
You cannot do that. On the flip way, you can use an external web app to do something similar. Take a look in makeRequest method. Regards, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[orkut-developer] Re: Tirar meu e-mail do grupo

2008-08-19 Thread André Diniz
Na página do grupo, clique em "Editar minha participação" e depois marque a opção "Não receber e-mails". André. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum"

[orkut-developer] Re: FOTOS NAO SALVAM

2008-08-19 Thread André Diniz
Esse grupo é para programadores. Você pode procurar ajuda em: http://groups.google.com/group/orkut-help-pt Boa sorte. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this g

[orkut-developer] Re: Mensagens visualizadas

2008-08-19 Thread André Diniz
Vocês podem procurar ajuda em: http://groups.google.com/group/orkut-help-pt Boa sorte. --~--~-~--~~~---~--~~ 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-o

[orkut-developer] Re: NÃO DA PARA MUDAR A FOTO DO PE RFIL!

2008-08-19 Thread André Diniz
Você pode procurar ajuda em: http://groups.google.com/group/orkut-help-pt Boa sorte. --~--~-~--~~~---~--~~ 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-ork

[orkut-developer] Re: How can I have my app revised?

2008-08-19 Thread André Diniz
Hello José, Send an email your application's name and URL to opensocial-app- [EMAIL PROTECTED] and I'll make sure you get a status update. Good Luck! André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[orkut-developer] Re: NÃO DA PARA MUDAR A FOTO DO PE RFIL!

2008-08-19 Thread André Diniz
Flávia, Esse grupo é destinado aos programadores de aplicações Orkut. Para dúvidas gerais sobre o Orkut o grupo é: http://groups.google.com/group/orkut-help-pt André. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[orkut-developer] Re: OpenSocial Wiki in PT-BR

2008-08-19 Thread André Diniz
Yep! I think so. I'll put a link to wiki there. Thanks, André Dinz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to o

[orkut-developer] Re:

2008-08-18 Thread André Diniz
Na página do grupo: http://groups.google.com.br/group/opensocial-orkut Clique em "Editar minha participação" no menu à sua direita e depois marque a opção "Não receber e-mail". Simples assim. André. --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: Duvidas

2008-08-18 Thread André Diniz
Olá! Este grupo é destinado aos programadores para aplicações OpenSocial no Orkut, beleza? O grupo correto para dúvidas relacionadas ao Orkut é: http://groups.google.com/group/orkut-help Abraço, André Diniz Enquete Fácil Owner --~--~-~--~~~---~--~~ You

[orkut-developer] Re: lembrete de aniversário

2008-08-18 Thread André Diniz
Olá Raquel, Este grupo é destinado aos programadores para aplicações OpenSocial no Orkut, beleza? O grupo correto para dúvidas relacionadas ao Orkut é: http://groups.google.com/group/orkut-help Abraço, André Diniz Enquete Fácil Owner --~--~-~--~~~---~--~~ You

[orkut-developer] Re: OpenSocial Wiki in PT-BR

2008-08-18 Thread André Diniz
7;m too! My app is called "Enquete Fácil"! Good luck for us! Feel free to join up at the community and invite your friends if you want, ok? Cheers, André Diniz. Enquete Fácil Owner --~--~-~--~~~---~--~~ You received this message because you are subscr

[orkut-developer] Re: unable to clear my scrap

2008-08-18 Thread André Diniz
This group is for developer questions. You might get better answer in this orkut help group: http://groups.google.com/group/orkut-help Regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer For

[orkut-developer] Re: display problem

2008-08-18 Thread André Diniz
Vasanth Kumar, This group is for developer questions. You might get better answer in this orkut help group: http://groups.google.com/group/orkut-help Regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Or

[orkut-developer] Re: Application submitted but not yet on product directory

2008-08-18 Thread André Diniz
I had to waiting for roughly one week to my app to be approval. This time depends of numbers of apps submmited and this number has been increasing, I think. Don't worry, you will receive your feedback as soon as possible. Cheers, André

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

2008-07-22 Thread André Diniz
I'm wating too Nemesh! Someone help us! ;-) André Diniz. --~--~-~--~~~---~--~~ 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@goog

[orkut-developer] Re: Menez (BR) Contest - new app submmited

2008-07-22 Thread André Diniz
Hello Jason! I'm still waiting for my app. How can I see the app status? Is it possible? Regards, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To pos

[orkut-developer] Re: Menez (BR) Contest - new app submmited

2008-07-21 Thread André Diniz
I already sent an e-mail to opensocial-feedback, etc. Thanks. --~--~-~--~~~---~--~~ 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@googlegroups.com To u

[orkut-developer] Menez (BR) Contest - new app submmited

2008-07-21 Thread André Diniz
Hi! I sent an application and for while I cannot see it in Orkut's Directory, could anybody please take a look? title="Enquete Fácil" author="André Diniz - Mentez (BR)" author_email="[EMAIL PROTECTED]" Cheers, André Diniz. --~--~-~--~~---

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

2008-07-20 Thread André Diniz
I'm waiting for my app too. Please, help us. title="Enquete Fácil" author="André Diniz - Mentez (BR)" author_email="[EMAIL PROTECTED]" As candidate of Mentez's Contest I need to config Google Analytics and for do that I have to have at least an final U

[orkut-developer] Re: App submission

2008-07-19 Thread André Diniz
Thanks Guilherme! App title is just Enquete Fácil" as you said. Now, I sent my message to the correct e-mail account. Thanks, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Devel

[orkut-developer] Re: App submission

2008-07-18 Thread André Diniz
Hello Jason! I tryed to send an e-mail to [EMAIL PROTECTED] but I got an error! I sent my application to Orkut's Directory today, could you please take a look and send me your comments and suggestions? App name is "Enquete Fácil - Mentez (BR)", alright? Thank

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

2008-06-29 Thread André Diniz
Great news Jason! I've been working a lot with my application. In fact, to do what I want I had to make some changes like using makeRequest function to save and fetch app data and also I'm following your adivices . So I will send you as soon as possible, ok? Thanks for your help, A

[orkut-developer] Re: Long time to take refresh

2008-06-27 Thread André Diniz
Or you can rename the files all the time... I gave up to waiting for my changes at all so I'm using "Save As" a lot and deleting the previous one. Regards, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribe

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

2008-06-25 Thread André Diniz
iller application at all! Cheers, André Diniz. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

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

2008-06-24 Thread André Diniz
Jason, That code you show me to save and fetch data in previous message is working well in my application. As you said: "The current user (i.e. VIEWER) should only be able to write to his own persistent data store, although he can access the data store of the OWNER and other users who have the

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

2008-06-24 Thread André Diniz
Jason, I'll take a look and then let you know about that as soon as possible. Thanks a lot. André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to t

[orkut-developer] Re: How can I save and share informations in my app?

2008-06-23 Thread André Diniz
I've been reading a lot of documents and topics about OpenSocial API and I think that the best way to do that is integrating my app with an external database. What do you think about that? --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[orkut-developer] Re: How can I save and share informations in my app?

2008-06-23 Thread André Diniz
Please Help Me! --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAI

[orkut-developer] How can I save and share informations in my app?

2008-06-22 Thread André Diniz
Please help me! Let's imagine this situation: Diniz - Owner Mary - Viewer Paul - Viewer 1. Diniz published a poll and vote (so we have 1 vote). 2. Mary see that poll in Diniz profile and vote (so we have 2 votes). 3. Paul see that poll in Diniz profile and vote (so we have 3 votes). When I see

[orkut-developer] Viewer saving data Owner App!

2008-06-20 Thread André Diniz
", "poll_status", "C")); and like this: req.add(req.newUpdatePersonAppDataRequest("OWNER", "poll_status", "C")); But it doens't works when I try retrieve data as viewer. Please, help me. André. --~--~-~--~~~---~

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

2008-06-20 Thread André Diniz
I figured out how to fix it! Right now, I'm doing: /* Saving */ req.add(req.newUpdatePersonAppDataRequest("VIEWER", "poll_status", "C")); /* Retrieving */ var fields = new Array(); fields[0] = "poll_status"; req.add(req.newFetchPersonAppDataRequest("OWNER", fields), "viewer_data");. . . In fact

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

2008-06-20 Thread André Diniz
Somebody Helllppp me! I have to send my app tonight! ;-) --~--~-~--~~~---~--~~ 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@googlegroups.com To unsub

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

2008-06-19 Thread André Diniz
Sorry, I forgot to put my code. I'm coding like this: /* Saving */ req.add(req.newUpdatePersonAppDataRequest("VIEWER", "poll_status", "C")); /* Retrieving */ . . . var fields = new Array(); fields[0] = "poll_status"; req.add(req.newFetchPersonAppDataRequest("VIEWER", fields), "viewer_data");. .

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

2008-06-19 Thread André Diniz
Sorry, I forgot to put my code. I'm coding like this: /* Saving */ req.add(req.newUpdatePersonAppDataRequest("VIEWER", "poll_status", "C")); /* Retrieving */ . . . var fields = new Array(); fields[0] = "question"; req.add(req.newFetchPersonAppDataRequest("VIEWER", fields), "viewer_data");. . .

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

2008-06-19 Thread André Diniz
Jason, I registered other user but when I'm trying access my app in OWNER profile using this user I cannot see the app data. Why? I have to do something else? Thanks, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed t

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

2008-06-16 Thread André Diniz
No, it isn't. I think that I cannot do this in Brazil yet. I'm just testing it in my orkut sandbox. Regards, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum&quo

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

2008-06-16 Thread André Diniz
I already tryed to do this, but when I access my profile with other user the application doesn't appears and I don't know why! As Rohit said: "Apps are available on Orkut for all the countries except Brazil." Perhaps cause this? I really don

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

2008-06-16 Thread André Diniz
Hi Rohit! I'm from Brazil and I'd like to test my app as other user viewer (not owner), what's the best way to do that? As you said, I can not add it yet in production environment but I'll someday so I'd like to test it befo

[OpenSocial] Re: Choosing your gadget´s position

2007-12-23 Thread André Tadashi
ms logical that that decision is entirely to the container. Some > containers may have the "newest on top". > > Even if you were talking about a specific container, I'd say it's not an > opensocial issue. > > On 12/23/07, André Tadashi <[EMAIL PROTECTED]> w

[OpenSocial] Choosing your gadget´s position

2007-12-23 Thread André Tadashi
this problem? Thanks, André --~--~-~--~~~---~--~~ 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 this group, sen