[orkut-developer] Is not Work for Orkut Apps.

2010-06-24 Thread Pyrocks
Isnot Work for Orkut Apps. I am trying to call onload event, But is not working . How can i make it possible? -- 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-or...@googlegroups.com.

Re: [orkut-developer] Is not Work for Orkut Apps.

2010-06-24 Thread Prashant Patil
Its _IG_RegisterOnloadHandler(funcname); On Thu, Jun 24, 2010 at 1:32 PM, Pyrocks wrote: > Isnot Work for Orkut Apps. > > I am trying to call onload event, But is not working . > > How can i make it possible? > > -- > You received this message because you are subscribed to the Google Grou

Re: [orkut-developer] GTUG

2010-06-24 Thread Robson Dantas
Here in Sao Paulo, we have our group and it is very active. We have meetings 2 times per month. I'm helping to manage opensocial-Br (just opensocial) and sp-gtug. If you wanna join, follow the links below. www.opensocial-br.org groups.google.com/group/opensocial-br www.sp-gtug.org groups.google.c

Re: [orkut-developer] [off topic] GTUG

2010-06-24 Thread Robson Dantas
Ah, Forgot to mention we have an Android meeting scheduled to wednesday. Everyone is welcomed :) Switch to sp-gtug to get more details. 2010/6/24, Robson Dantas : > Here in Sao Paulo, we have our group and it is very active. We have > meetings 2 times per month. I'm helping to manage opensocial

[orkut-developer] Re: Is not Work for Orkut Apps.

2010-06-24 Thread Pyrocks
Thanks Prashanth. On Jun 24, 1:05 pm, Prashant Patil wrote: > Its > > _IG_RegisterOnloadHandler(funcname); > > > > On Thu, Jun 24, 2010 at 1:32 PM, Pyrocks wrote: > > Is    not Work for Orkut Apps. > > > I am trying to call onload event, But is not working . > > > How can i make it possible? >

Re: [orkut-developer] Re: check your logs for my request

2010-06-24 Thread pti
Carlos, My bad, I ended up sending a very verbose README doc than was required for the present purpose. All you need is essentially and simply this: Visit the following URL and verify your gadget. https://www.google.com/gadgets/directory/verify At the end of verification it will give yo

Re: [orkut-developer] GTUG

2010-06-24 Thread Carlos Crosetti
certo On Thu, Jun 24, 2010 at 2:11 AM, Camilo Caetano wrote: > Brasileiro esta em todo lugar... > > Camilo Caetano > Msn: cede...@msn.com > > > > On Wed, Jun 23, 2010 at 9:10 PM, Carlos Crosetti > wrote: > > tem alguns argentinos tambem :) eu! > > > > On Wed, Jun 23, 2010 at 7:38 PM, Alex Por

[orkut-developer] Unable to see my Application in Orkut

2010-06-24 Thread Pradnya Adhikari
Hi I need a small help from the forum to help me sort this issue. I have created application in sandbox.orkut.com but I am unable to view the same when I login in orkut.com. I can only see it when I login in sandbox.orkut.com Thanks in advance Regards, Pradnya -- You received this message b

[orkut-developer] Issues in ownership verification

2010-06-24 Thread Marcio Kikuti
Hi, I tried to verify ownership of a current application in Orkut. I put the verification key as

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Julio Alvarez
Yes, I'm facing the same problem. Looks like it is a generic Orkut failure, for all Applicartions. Check this out: http://www.google.com/support/forum/p/orkut/thread?fid=1ffbfd5d213e85d40004899e43d7e4f3&hl=en On 22 jun, 19:29, Camilo Caetano wrote: > Hi there, > > I can't post activities to

RES: [orkut-developer] GTUG

2010-06-24 Thread JOnas
Brasileiro é uma praga mesmo...rs Msn: jonastho...@terra.com.br Jonas Thomaz de Faria jonas.tho...@agenciacurupira.com.br -- ‹tel:55.11.3637.0488› ‹Tabapuã,627.sala32› ‹cep:04533-012› ‹Itaim.São Paulo.SP.Brasil› -Mensagem original- D

[orkut-developer] Hi, question from newbie

2010-06-24 Thread Devendra
Hi, I am a newbie to orkut development (and in fact to any open-social development) so please forgive my ignorance if you find my question stupid. I want to write an orkut client application by using c++/Qt and Orkut REST APIs. Something very similar to existing Orkut mobile app (http:// googlemo

Re: [orkut-developer] GTUG

2010-06-24 Thread Carlos Crosetti
tem muito brasileiro fazendo bagunca haha On Thu, Jun 24, 2010 at 10:28 AM, JOnas wrote: > Brasileiro é uma praga mesmo...rs > > > Msn: jonastho...@terra.com.br > > Jonas Thomaz de Faria > jonas.tho...@agenciacurupira.com.br > > -- > ‹tel:55.11.363

[orkut-developer] Orkut mobile app

2010-06-24 Thread Waideman
Hi everybody! I want develop a Orkut mobile application for windows mobile to optimize the UI in handsets, have somebody ever tried to do this??? how can I make user authenticate without a browser interaction??? tks for help! regards -- You received this message because you are subscribed to th

[orkut-developer] opensocial api / retrieving a fullsize profile picture

2010-06-24 Thread janek l.b.
Hello, Is it possible to retrieve the fullsize profile picture of a user (opposed to the opensocial.Person.Field.THUMBNAIL_URL field)? 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 openso

[orkut-developer] Unable to reach remote host. HTTP status 502

2010-06-24 Thread game...@o2games.com.br
Hello, I have problems in my application. When she tries to access POST Orkut does not return the same user information, it returns a 404 error. And in my application the error that appears is: Unable to reach remote host. HTTP Status 502 The link of my application is: http://www.orkut.com.br/M

Re: [orkut-developer] opensocial api / retrieving a fullsize profile picture

2010-06-24 Thread Prashant Patil
No you can't just you may get medium size by replacing ./small/ to /medium/ from thumb url! Regards Prashant P Patil. On Tue, Jun 22, 2010 at 12:04 AM, janek l.b. wrote: > Hello, > > Is it possible to retrieve the fullsize profile picture of a user > (opposed to the opensocial.Person.Fi

Re: [orkut-developer] Orkut mobile app

2010-06-24 Thread Robson Dantas
You can use 2-legged oauth or 3-legged oauth to get social data outside the network. 2-legged you need to have an opensocial gadget installed on target user, in order to have permission. 3-legged you need to open the browser to fetch access token, but you don't need an opensocial gadget. There a

Re: [orkut-developer] Unable to see my Application in Orkut

2010-06-24 Thread Robson Dantas
Hi! Sandbox is just a place for testing. To "see" your application under orkut.com, you need to submit it for approval. To do that, point to http://sandbox.orkut.com/Main#Developer and follow the instructions. Regards, Robson Dantas 2010/6/23 Pradnya Adhikari > Hi > > I need a small help fro

[orkut-developer] Re: Urgent issue! Owner´s data is not being returned via data pipelining in orkut.com!

2010-06-24 Thread Sundeep
Hi Prashant Do we have any further update? App traffic has completely plummeted! very disturbing .. Sundeep On Jun 21, 12:14 pm, "Prashant (Google)" wrote: > Hi Sundeep, > > I can't give you an ETA right now but we're dealing with this issue on > the highest priority possible. > > Prashant > >

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread anatoly
same here On Jun 23, 2:01 am, Julio Alvarez wrote: > Yes, > > I'm facing the same problem. Looks like it is a generic Orkut failure, > for all Applicartions. > > Check this out: > > http://www.google.com/support/forum/p/orkut/thread?fid=1ffbfd5d213e85... > > On 22 jun, 19:29, Camilo Caetano wrot

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Jackson
All updates app is out ... Works only on the page canvas, not at home orkut -- 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-or...@googlegroups.com. To unsubscribe from this group, send

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Jackson
All app updates is out ... Works only on the canvas page, not at home orkut . -- 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-or...@googlegroups.com. To unsubscribe from this group, se

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Jackson
All app updates is out ... Works only on the canvas page, not at orkut home. -- 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-or...@googlegroups.com. To unsubscribe from this group, send

Re: [orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Camilo Caetano
Jackson, You can see that there is no updates on your orkut profile All apps are not posting activities and it seems that no body from orkut team is working to solve this issue... Camilo Caetano Msn: cede...@msn.com On Thu, Jun 24, 2010 at 9:23 PM, Jackson wrote: > All app updates is ou

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Jackson
Okay, The orkut team is trying to fix this problem early. Without app updates, all app traffics is down, less users. "Updates" is a powerfull tool on Orkut. It would be nice if will not take long time to solve this problem. -- You received this message because you are subscribed to the Google

Re: [orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Camilo Caetano
What about apps that use only orkut updates ? There are sort apps that there is no sense using them without post activities to friends... Luckly my app can work without it... but i'm losing a lot of traffic I hope they solve that issue quickly Camilo Caetano Msn: cede...@msn.com On Thu,

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Pyrocks
Update Issue not resolved yet.What is Happening? On Jun 25, 9:14 am, Camilo Caetano wrote: > What about apps that use only orkut updates ? There are sort apps that > there is no sense using them without post activities to friends... > > Luckly my app can work without it... but i'm losing a lot o

[orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Prashant (Google)
Hello everyone, Just a quick update: this issue has been fixed and will soon be pushed to production. I'll send out an update here too. Prashant On Jun 25, 10:41 am, Pyrocks wrote: >  Update Issue not resolved yet.What is Happening? > > On Jun 25, 9:14 am, Camilo Caetano wrote: > > > > > What

Re: [orkut-developer] Re: is orkut updates down?

2010-06-24 Thread Camilo Caetano
Good news Prashant, Thank you for letting us know Camilo Caetano Msn: cede...@msn.com On Fri, Jun 25, 2010 at 2:55 AM, Prashant (Google) wrote: > Hello everyone, > > Just a quick update: this issue has been fixed and will soon be pushed > to production. I'll send out an update here too.

[orkut-developer] Re: Issues in ownership verification

2010-06-24 Thread Prashant (Google)
Hi Marcio, Replying to both this and private mail of yours: the issue with app stats on the developer page has been fixed too. We're just waiting to push it into production with the next release, and I'll announce it when we do. About verification: I didn't fully understand your question. As long

Re: [orkut-developer] Re: is orkut updates down?

2010-06-24 Thread kiran began
Thank you very much prashanth On Fri, Jun 25, 2010 at 11:25 AM, Prashant (Google) wrote: > Hello everyone, > > Just a quick update: this issue has been fixed and will soon be pushed > to production. I'll send out an update here too. > > Prashant > > On Jun 25, 10:41 am, Pyrocks wrote: > > Upda

Re: [orkut-developer] Re: Issues in ownership verification

2010-06-24 Thread Camilo Caetano
Marcio, I guess i had the same problem while i was attempting to submit mine. When i got the auth code i forgot to click on verify and I submitted the app without it. Then just follow the steps bellow: 1- Click on the link to generate the code ( Clica no link que o google pede para gerar o codig

Re: [orkut-developer] Re: Issues in ownership verification

2010-06-24 Thread Camilo Caetano
Marcio, I misundertood your question. Do you wanna get app stats or submit your app? Sorry for that... i havent really read all your questions... Camilo Caetano Msn: cede...@msn.com On Fri, Jun 25, 2010 at 3:19 AM, Camilo Caetano wrote: > Marcio, > > I guess i had the same problem while i