[orkut-developer] Porting orkut client library on Qt

2010-08-03 Thread Devendra
Hi Guys, We are a group of 2-3 Qt developers and we realized that it would be really helpful not only for us but for many Qt developers if we could get orkut java client ported on Qt. So we are planning to port the library on Qt. I have a few questions regarding this: 1) What do you thin

Re: [orkut-developer] 3legged PHP library released

2010-08-03 Thread Okrutfans . com­
i downloaded the files, verified my domain and got consumer key and consumer secret. But getting errot *Parse error*: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in */homepages/18/d276848771/htdocs/ orkutfans.com/orkut3leg/lib/orkut-3legged.php* on lin

[orkut-developer] 3legged PHP library released

2010-08-03 Thread Robson Dantas
Hi guys! After some time, finally released a beta version of a 3legged based PHP OAuth library. For those who grab the source code previously, my apologies, but changed almost everything. Instead of having the full osapi stack, decided to pick up things I need to make it run, and the number of fil

Re: [orkut-developer] Invalid consumer key, no app specified

2010-08-03 Thread johnmichael81 . php
There appears to be 3 legged functionality in the library also (osapi/auth/osapiOAuth3Legged.php). I've got some simple calls working on a test site I have here: http://www.statusexporter.com The problem is that I cant get the identical calls to work on another site I am trying to build on. Here i

[orkut-developer] Re: "application stats" is not working for me!

2010-08-03 Thread Tiago Silveira
I forgot to tell you, http://sandbox.orkut.com/Main#Developer should be flaky but working now. Flaky means sometimes it returns less than all your apps. It sucks, I know. Reloading increases accuracy a bit (by hitting a warm cache). Please let us know if that helps a little until we fix it proper

[orkut-developer] Re: Redesigned app pages on sandbox

2010-08-03 Thread Tiago Silveira
Thank you all for the great feedback! I won't answer all questions individually, but I'd like to highlight some of the issues that showed up: 1. wider canvas - yes! We just need to make sure we won't break anyone (badly) and that it can't be abused to annoy users. 2. single view with options men

[orkut-developer] Re: Urgent: This gadget has not yet cleared the review process

2010-08-03 Thread Prashant (Google)
Hello everyone, Yes, sorry for all this trouble. As you may guess, we're in the process of refining our app policies and it's possible that some of these false positives are its unfortunate result. If you give us some time, we'll go individually through these apps and have them reviewed by our abu

[orkut-developer] Re: Urgent: This gadget has not yet cleared the review process

2010-08-03 Thread Bruno M. V. Souza
Prashant, About the same thread (Inappropriate Content)... Where users can set up the safety filter in new Orkut? I only see the option in old orkut (settings -> general -> safety filter). Is that right? Best regards -- Bruno Souza On 3 ago, 14:06, "Bruno M. V. Souza" <241...@gmail.com> wrote: >

[orkut-developer] Re: Urgent: This gadget has not yet cleared the review process

2010-08-03 Thread Bruno M. V. Souza
Hi Prashant, Some of my soccer apps were also flagged as "Inappropriate Content" and I can´t find a reason for this in the content policy http://www.google.com/support/orkut/bin/answer.py?answer=16198. I also would be very grateful if you could let me know the reason why my apps were flagged so I

[orkut-developer] Re: Urgent: This gadget has not yet cleared the review process

2010-08-03 Thread Bruno M. V. Souza
Hi Tiago, Today I received an email warning about "Violation Discovered" but I believe it is a false positive. The email have no information about the "violation". Could you please verify? App: http://www.orkut.com.br/AppInfo?appId=779682136518 Install error: Unable to add this application Email

Re: [orkut-developer] Re: newUpdatePersonAppDataRequest

2010-08-03 Thread Robson Dantas
Perfect! Supposed that you were doing that :-) Regards, Robson Dantas 2010/8/3 kh1m > I try. This is not work in my case. But your answer give me an idea > and it is work: > function saveViewerPersistence(key,value){ >var req = opensocial.newDataRequest(); >req.add(req.newUpdat

[orkut-developer] Re: newUpdatePersonAppDataRequest

2010-08-03 Thread kh1m
I try. This is not work in my case. But your answer give me an idea and it is work: function saveViewerPersistence(key,value){ var req = opensocial.newDataRequest(); req.add(req.newUpdatePersonAppDataRequest("VIEWER", key, gadgets.json.stringify(value))); req.send(checkSend)

Re: [orkut-developer] Re: This gadget is still under review

2010-08-03 Thread Robson Dantas
Py, Please, read this thread: http://groups.google.com/group/opensocial-orkut/msg/75abca0ed1c65e84?pli=1 As you may note, Google is reviewing and improving the automatic approval process. The number of porn and spammy app

Re: [orkut-developer] Invalid consumer key, no app specified

2010-08-03 Thread Robson Dantas
You are running 2-legged based library. I tested it some months ago, and not really sure if things are working as expected. Which example did you run, though ? Will make a test here. Regards, Robson Dantas 2010/8/3 > I'm using opensocial-php-client-1.1.1.zip from > http://code.google.com/p/o

Re: [orkut-developer] newUpdatePersonAppDataRequest

2010-08-03 Thread Robson Dantas
I think you are getting the error, because you didnt define a return-data key for your update, see: function saveData(key, value) { var req = opensocial.newDataRequest(); req.add(req.newUpdatePersonAppDataRequest("VIEWER", key, value),"setdata"); req.send(callbackData); } function callbackData(da

[orkut-developer] newUpdatePersonAppDataRequest

2010-08-03 Thread kh1m
Always output "error: undefined". What is I do wrong? function saveViewerPersistence(key,value){ var req = opensocial.newDataRequest(); req.add(req.newUpdatePersonAppDataRequest("VIEWER", key, value)); req.send(checkSend); } function checkSend(data){ if (data.hadError()){ output("error: "+data.ge

Re: [orkut-developer] blog

2010-08-03 Thread Robson Dantas
Please, make your suggestions here: http://www.google.com/support/forum/p/orkut?hl=en We are an opensocial application development group. Regards, Robson Dantas 2010/8/3 > *pls add blog facility for every user.that is every orkut user will be

Re: [orkut-developer] Can REST publish into user's Activity stream?

2010-08-03 Thread Robson Dantas
Yes, you can publish on stream using 2 or 3legged oauth. 2legged you need an opensocial gadget installed on orkut, to make remote calls. 3legged you dont need anything, just authenticate your user. Let's say you want to use java, see this libs: http://code.google.com/p/opensocial-java-client/

[orkut-developer] Can REST publish into user's Activity stream?

2010-08-03 Thread Daniel Koch
Hi. I'm new in Orkut development and I want to know: Can REST calls publish content into user's Activity Stream? Can REST API do this? Will Token be available when user is offline from Orkut? Thank you, Daniel Koch -- You received this message because you are subscribed to the Google Groups "

[orkut-developer] Re: Urgent: This gadget has not yet cleared the review process

2010-08-03 Thread brandited
I agree with René. This is already how inappropriate profile are handled in orkut itself: the user receives a warning, but he can choose to see the content anyway. On Aug 2, 3:13 pm, René Tapia wrote: > Hi Prashant, > > Thank you very much for your reply, I gather from your reply that my app was

[orkut-developer] Re: Adding new app

2010-08-03 Thread simplegoogly
Thanks Gustavo. On Aug 2, 7:30 pm, Gustavo wrote: > go to -> sandbox.orkut.com/myapps > > to add your app > > On 2 ago, 07:55, Subhajit Banik wrote: > > > > > At first go to add app.,there after select that & then you see a > > window .At the right side of the window you see a "add this > >

[orkut-developer] Re: This gadget is still under review

2010-08-03 Thread Py
How much time it will be in review process when it is in app directory? We are eagerly waiting for app to be loaded. Regards Py On Aug 3, 11:22 am, "Mr . Nobody" wrote: > This is Not Error This is a Part of Review Process .All submitted app will > appear In Last app list and Enabled after Rev