[orkut-developer] Re: Attention: redirecting the browser will cause your app to be flagged as malicious!

2011-03-15 Thread anatoly
btw, production is fine and doesn't have this issue however I would strongly advice not to push the current sandbox code into production. any clarifications? thanks On Mar 16, 3:50 am, anatoly anato...@gmail.com wrote: refresh/redirect happens on IE and FF when the user clicks post on

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-14 Thread Amir Shwartz
Hello Our company (Come2Play) , has 22 game apps submitted to Orkut. All apps names are branded as Come2Play {GameName}. We've started getting lot's of email from AppReviewer, mainly 3 types of them: 1) Broken Images (There were HTTP problems fetching the following URLs...) - those we checked and

[orkut-developer] Re: Many 3LO Calls Unavailable this week

2011-03-14 Thread Claudio Martins
Bruno, I truly understand that this is something unexpected, but this also really frustrating (and I might say unacceptable) as many applications out there stopped working since last Thursday. Google is asking a week to rollout a production code that might not solve the issue. I've been

[orkut-developer] Re: Wrong emails from apps reviewer

2011-03-14 Thread Fábio
The same for me... I receive 3 emails a day like this While reviewing your app, we observed: - There were HTTP problems fetching the following URLs referenced by your application. Please make sure that all referenced resources are available and reliably served:

[orkut-developer] Re: Is AppReviewer ok?

2011-03-14 Thread anatoly
same here, see http://groups.google.com/group/opensocial-orkut/browse_thread/thread/eb1452e3df58939e/acc5cfe675ff9d78?show_docid=acc5cfe675ff9d78 On Mar 14, 2:40 pm, Glauber glauber...@gmail.com wrote: Today I received the following e-mail from AppReviewer: While reviewing your app, we

[orkut-developer] Re: Wrong emails from apps reviewer

2011-03-13 Thread anatoly
same here: I get emails about urls referenced by my apps, however in reality I don't use those urls and they are not referenced from the app code. perhaps there is a major malfunction in the reviewer right now which is causing this. On Mar 12, 9:47 am, Prashant Patil

[orkut-developer] Re: Tips for Debugging Your Apps

2011-03-11 Thread Guido
very good, I like your work.. later -- 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

[orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread r9handa
Hi, I've got the same problem. Authentication seems to work fine, but permission denied is received for any other requests. I just posted another thread, but the issue is the same. Is that a server problem from orkut? Regards, Ricardo On 11 mar, 10:58, tester st stteste...@gmail.com wrote: Hi,

[orkut-developer] Re: 3LO problems

2011-03-11 Thread Bruno Oliveira (btco)
Yes, earlier today we had an issue with 3LO... we're looking into it. -- 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

Re: [orkut-developer] Re: Captcha block's plain text applications

2011-03-11 Thread Bruno Oliveira (btco)
Hello, Unfortunately we cannot remove the captchas and we do not whitelist applications... Any application should be prepared to present captchas to the users upon request. We understand that is a challenge for limited devices, and we're trying to find a solution, but we don't have anything

Re: [orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread Robson Dantas
For sure, something has changed on orkut. Got several requests from people using the php-library. Let´s wait until someone from Google answers this. Best Robson Dantas @robsondantas 2011/3/11 r9handa riha...@gmail.com Hi, I've got the same problem. Authentication seems to work fine, but

[orkut-developer] Re: me ensina fazer um aplicativo

2011-03-11 Thread Bruno Oliveira (btco)
Aqui você vai encontrar tudo o que precisa aprender para fazer um aplicativo: http://code.google.com/apis/orkut/ Particularmente, recomendo o orkut Developer's Guide http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html E o OpenSocial Tutorial for orkut:

[orkut-developer] Re: Orkut Search API

2011-03-11 Thread Bruno Oliveira (btco)
No, there is no such search feature, neither on the REST API nor on the JSON-RPC API, nor on the OpenSocial JS API. - Bruno Oliveira (Google) -- 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: Acesso externo ao orkut

2011-03-11 Thread Bruno Oliveira (btco)
Sim, isso é possível! O que você precisa é acessar a API 3LO (3-legged OAuth). Você pode fazer os requests OAuth manualmente através do C# ou usar uma biblioteca existente (não sei de cor, mas existem). Para os programadores em Java, existe uma biblioteca cliente open-source que nós

Re: [orkut-developer] Re: Acesso externo ao orkut

2011-03-11 Thread Robson Dantas
@Bruno, Está na esquerda do projeto orkut-os-client external links. Tem java, c#, php, qt https://code.google.com/p/orkut-oauth-api-csharp/ https://code.google.com/p/orkut-oauth-api-csharp/Robson Dantas @robsondantas Em 11 de março de 2011 11:35, Bruno Oliveira (btco)

[orkut-developer] Re: API error forbidden: App ID: xxxxxxx is not allowed to do this operation

2011-03-11 Thread Bruno Oliveira (btco)
Yes, we're seeing some issues with that. We're looking into it! -- 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

Re: [orkut-developer] Re: Acesso externo ao orkut

2011-03-11 Thread Bruno Oliveira (btco)
Ah, è vero! Tks :) -- 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 opensocial-orkut+unsubscr...@googlegroups.com. For

[orkut-developer] Re: AppReviewer loading time issue

2011-03-11 Thread Bruno Oliveira (btco)
Hi, You should review your application to make sure it's loading quickly. It's always better to show a loading screen and fetch your assets asynchronously than to block the app during initialization to load resources. If your app is loading fast, this may be an AppReviewer issue (internal

[orkut-developer] Re: AppReviewer: The app took too long to load

2011-03-11 Thread Bruno Oliveira (btco)
Hi, My advice is to show a Loading page immediately when your application loads, and then try to fetch all other assets asynchronously, instead of blocking during init. If you are already doing that, it may be an AppReviewer issue. - Bruno Oliveira (Google) -- You received this message

[orkut-developer] Re: Application approved on 3rd of March, but still not in directory

2011-03-11 Thread Bruno Oliveira (btco)
Your application was not approved, it's showing as pending here... could you submit it again please? - Bruno Oliveira (Google) -- 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: 3LO problems

2011-03-11 Thread Tiago Silveira (Google)
Robson, can you share the request that is failing (omitting private data, if any)? 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 unsubscribe from this

Re: [orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread Tiago Silveira (Google)
This is all for OAuth, right? Is anyone having such problems within gadgets? -- 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

Re: [orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread Robson Dantas
Just noticed for oauth. Best Robson Dantas @robsondantas 2011/3/11 Tiago Silveira (Google) t...@google.com This is all for OAuth, right? Is anyone having such problems within gadgets? -- You received this message because you are subscribed to the Google Groups orkut Developer Forum

Re: [orkut-developer] Re: 3LO problems

2011-03-11 Thread Robson Dantas
Sure, as follows: RPC sent: [{method:people.get,params:{userId:[@me],groupId:@self,fields:[displayName,currentLocation,thumbnailUrl,gender,name]},id:self},{method:people.get,params:{userId:[@me],groupId:@friends,fields:[displayName,currentLocation,thumbnailUrl,gender,name],count:300},id:friends}]

Re: [orkut-developer] Re: 3LO problems

2011-03-11 Thread Bruno Oliveira (btco)
We're looking into it! Tks! -- 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

Re: [orkut-developer] Re: 3LO problems

2011-03-11 Thread Bruno Oliveira (btco)
Btw, thanks for the very complete example! The bug is that our algorithm is being too restrictive when controlling 3LO access, so our code is accidentally denying permission to things that should be allowed (like listing one's own friends). This will be fixed soon. -- You received this

[orkut-developer] Re: Acesso externo ao orkut

2011-03-11 Thread Robson Loschi
Sim. Dá pra fazer como no Face. On Feb 23, 2:13 am, Thiago Amarante amarante.thi...@gmail.com wrote: estou desenvolvendo um aplicativo de acesso externo ao orkut, no qual vi que é possivel por uma api feita em php, java e C#. minha dúvida é saber se, uma vez concedido o acesso da aplicação a

[orkut-developer] Re: API error forbidden: App ID: xxxxxxx is not allowed to do this operation

2011-03-11 Thread Vignesh
Hi, I am facing the same issue to. Please let me know when it is fixed! Thanks, Vignesh -- 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

Re: [orkut-developer] Re: Acesso externo ao orkut

2011-03-11 Thread Rafael Bruno
Para fazer os requests OAuth, existe o http://www.dotnetopenauth.net/ Abraços Em 11 de março de 2011 11:35, Bruno Oliveira (btco) bru...@google.com escreveu: Sim, isso é possível! O que você precisa é acessar a API 3LO (3-legged OAuth). Você pode fazer os requests OAuth manualmente através do

Re: [orkut-developer] Re: How long does accessPass take to expire?

2011-03-10 Thread Tiago Silveira (Google)
The way to revoke a token is by clicking on the revoke access link at this page: https://www.google.com/accounts/IssuedAuthSubTokens As far as I know, our OAuth tokens live until revoked by the user. -- You received this message because you are subscribed to the Google Groups orkut Developer

[orkut-developer] Re: requestSendMessage not working with VIEWER_FRIENDS

2011-03-10 Thread Tiago Silveira (Google)
Hi Urra, Did this ever work or are you trying it for the first time? A quick search returned this page, which indicates VIEWER_FRIENDS is a legal value. http://orkutdeveloper.blogspot.com/2008/05/new-users-and-new-interactions.html So if it isn't working, it's likely an unknown bug. What

Re: [orkut-developer] Re: How long does accessPass take to expire?

2011-03-09 Thread Robson Dantas
100% agreed, but till now, no way to do that. At least Bruno or Tiago didn´t mention any solution ( asked at least 3 times ) Tiago / Bruno, comments ? Best Robson 2011/3/1 Fernando Mattos fbmat...@gmail.com My understanding is that it only 'expires' if the user revokes access to your

[orkut-developer] Re: Orkut AppReviewer

2011-03-09 Thread Prashant Patil
Hi guides i am getting This title: ' ' (language: all) of this app is too similar to the title of an existing app owned by someone else. when i searched and i know my names are not duplicate because my apps are in directory more that 1 years! what to do with such error message. As i cant

[orkut-developer] Re: Orkut AppReviewer

2011-03-08 Thread Bruno Oliveira (btco)
What are you doing when you app loads? The recommended practice is not to load almost anything at first: just show a Loading screen, and then pull the rest of the resources asynchronously. That way your app is responsive and will pass the AppReviewer test, and the user will like it better

Re: [orkut-developer] Re: Captcha block's plain text applications

2011-03-07 Thread Fernando Mattos
Hi- We have the same situation and need a solution from Google for this. None of the other social networks send captchas. It is unacceptable for our product, and we cannot have the user access the mobile browser because 80% of our users do not have a data plan nor internet settings on their

[orkut-developer] Re: How long does accessPass take to expire?

2011-03-07 Thread Fernando Mattos
My understanding is that it only 'expires' if the user revokes access to your application, or if Google blocks your application for misbehaving... by design there's no expiration date. -Fer On Feb 28, 12:30 pm, Felipe Lalli alouw.sand...@gmail.com wrote: I'm doing some tests with the orkut

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-07 Thread Rafa
Well guys, I am having the same problem (The app took too long to load) and this is my AppID: 6289102214110, but my application is loaded instantly. []'s On 2 mar, 13:27, Giovani gbpe...@gmail.com wrote: Same here, Bruno. I received a warning email about my application, which has been

[orkut-developer] Re: New Developer Page and New App Development/Submission/Review Workflow

2011-03-07 Thread Philipp Gladkov
Hi, The same problem happens to me. On Feb 17, 2:51 pm, as souzajo...@aol.com wrote: Hi, I did sign in on sandbox (step 2) the URL was sandbox.orkut, but I could not get into the New Developer Page. Still 404. Any help. Thanks. **The new developer page is located

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-03 Thread anatoly
The main issue here I think that it is mostly false positive due to some reviewer related intermittent latency issues. Many apps I got emails about are loading instantly. On Mar 3, 1:35 pm, as souzajo...@aol.com wrote: I think that Load Time it shoudn't be a issue for Orkut. Let users decide

Re: [orkut-developer] Re: ¿Cómo se activa el 2-legged OAuth? ¿Dónde está la documentación?

2011-03-03 Thread Pablo Mendez
No, this is not what I need. I already have a consumer_key and consumer_secret. In fact, I used them in the OAuth Playground and work, but with 3-legged OAuth. I need to use *2-legged OAuth* and I want to activate this functionality, where do I activate it?. I know that it is not by entering

Re: [orkut-developer] Re: ¿Cómo se activa el 2-legged OAuth? ¿Dónde está la documentación?

2011-03-03 Thread Robson Dantas
Did you read my message ? Looks like no. You got consumer key and secret for 3legged authentication, which is completely different for 2legged. To activate it, you need a gadget running inside Orkut - it is mandatory. And to make social calls, you will need to get user´s id too. Develop a

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-03-02 Thread Tiago Silveira (Google)
A new version of sandbox with fixes for this code has been pushed. Please also test the canvas page. Anatoly, yes we've added some key apps to our QA process. Not by popularity, but by feature usage. Eduardo, what we'll do instead is render the whole iframe with the proper DOCTYPE. In other

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread as
I do have the same issue about loading time. I´ve received several messages about it. I did test it, and for me they are just fine. On 24 fev, 12:50, anatoly anato...@gmail.com wrote: strange, it's hosted on AWS, never had had any issues with that... On Feb 24, 5:31 pm, Bruno Oliveira

Re: [orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread Dig Ji
App reviewer Not working Properly. Thanks On Wed, Mar 2, 2011 at 7:09 PM, as souzajo...@aol.com wrote: I do have the same issue about loading time. I´ve received several messages about it. I did test it, and for me they are just fine. On 24 fev, 12:50, anatoly anato...@gmail.com wrote:

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread anatoly
same here, once again I get these automated messages these are obviously problem with app reviewer please check On Mar 2, 3:39 pm, as souzajo...@aol.com wrote: I do have the same issue about loading time. I´ve received several messages about it. I did test it, and for me they are just fine.

[orkut-developer] Re: ¿Cómo se activa el 2-legged OAuth? ¿Dónde está la documentación?

2011-03-02 Thread Pablo Mendez
Por favor, les ruego me respondan a esta consulta, ya que no quiero tener que abrir una cuenta de Google Apps y abonar los costos correspondientes, sin saber primero si eso constituye la solución al problema planteado. Muchas gracias. Saludos. Pablo Mendez -- You received this message

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-03-02 Thread Giovani
Same here, Bruno. I received a warning email about my application, which has been active for more than 2 years, and I never get at least users concerning about load time. I´ve tested it here now, and the time to load the application was about 10 seconds. Is this considered a lot for you? What´s

[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-24 Thread Bruno Souza
Hi, guys! The profile view (new UI) width nowadays is something about 650px. So, over there we are about to lose 170px. The profile view (old UI) width nowadays is something about 540px. So, over there we are about to lose 60px. Vamos ter todos que sambar pra fazer tudo caber alí! rs Best! --

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-24 Thread Bruno Oliveira (btco)
I tried again and it loaded instantly this time. Perhaps it was a temporary issue with the network here or somewhere in between our office and the place where you are hosting one of your resources. Please let us know if you receive the e-mail again... -- You received this message because you

[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-24 Thread Bruno Oliveira (btco)
Great info! 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 unsubscribe from this group, send email to opensocial-orkut+unsubscr...@googlegroups.com.

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-24 Thread anatoly
strange, it's hosted on AWS, never had had any issues with that... On Feb 24, 5:31 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: I tried again and it loaded instantly this time. Perhaps it was a temporary issue with the network here or somewhere in between our office and the place

[orkut-developer] Re: orkut AppReviewer

2011-02-24 Thread Frisoni
Thanks Bruno, I'll wait for another notification then. Since may app is working for almost 3 years, this should be a temporary error. Frisoni On Feb 24, 12:26 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: The URL is working, but actually, this error occurred because when our automatic

Re: [orkut-developer] Re: Delete duplicated App

2011-02-23 Thread Mr . Nobody
Show 404 Error or Delete all Xml codes from URL , it will be automatically removed from Orkut List. Thanks On Tue, Feb 22, 2011 at 8:02 AM, Siyuan siy...@halfquest.com wrote: is there anyone can help me? thank you in advance On Feb 16, 11:38 am, Siyuan siy...@halfquest.com wrote: Hi,

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread Tiago Silveira (Google)
Hi Eduardo, I understand that. We had to make a choice for correctness, and having a DOCTYPE declaration in the middle of the XML was just wrong. It's 2011 and if someone is writing UIs in quirks mode it probably means it looks different in different browsers anyway. Quirks mode is broken. We

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread anatoly
Hi Tiago While I unuderstand that you can't check each and everyone apps rendering I'd suggest to test top 10-20 each time there is a major change like this. Just for sanity purposes. It happened in the past that the largest apps were broken after changes. thanks On Feb 23, 2:27 pm, Tiago

Re: [orkut-developer] Re: New features: configurable app width and container version!

2011-02-23 Thread Bruno Oliveira (btco)
Hi! Thanks for the feedback. The width is clamped to a fixed interval (currently, the range is 800 to 980 pixels in the new UI, and hard-coded to 835 on the old UI). -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this

[orkut-developer] Re: Unsupported feature

2011-02-23 Thread Bruno Oliveira (btco)
This error means your XML is not correct. (or else that it is, and the Apache Shindig parser is not!) I took a quick glance at your XML and it looks right to me. So here's where I'll start to speculate based less on facts than on hunches :-) The first line has an extra space that may or may not

[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-23 Thread Bruno Oliveira (btco)
They are bigger currently. Activity stream entries are now 445px, so they are about to lose 20 pixels. Profile view size is now... uh... I don't know embarassing :-) I'll check and post later. But it will become 480px soon. -- You received this message because you are subscribed to the Google

[orkut-developer] Re: orkut AppReviewer

2011-02-23 Thread Bruno Oliveira (btco)
That's Google Maps, I think. It's supposedly the URL your app tried to fetch. Are you using any map-based component or using Google Maps directly? -- 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: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread Bruno Oliveira (btco)
Interesting. Could you give me an appID of one of these apps that load pretty fast and for which you are receiving this e-mail? I'm very interested in finding good cases of false positives so we can review our algorithm and see if it really makes sense. -- You received this message because

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread anatoly
for example appid 272506434405 On Feb 23, 5:10 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: Interesting. Could you give me an appID of one of these apps that load pretty fast and for which you are receiving this e-mail? I'm very interested in finding good cases of false positives so

[orkut-developer] Re: Sandbox down? Prod sandbox to the rescue!

2011-02-23 Thread anatoly
thanks Is there any problem with regular sandbox right now? profile box is not rendering, many server unavailable errors. Apps intermittenly show as if they are uninstalled when viewing a canvas view. On Feb 14, 9:50 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: Hi folks, Just a quick

[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-23 Thread anatoly
I see. Just wanted to check but I'm getting errors on sandbox in profile view and profile box is not renderng: Que feio, servidor! Você não pode fazer isso. Is there any problem right now on profile view in sandbox? Canvas view is working but is very slow (slower than production) thanks On

[orkut-developer] Re: Sandbox down? Prod sandbox to the rescue!

2011-02-23 Thread Bruno Oliveira (btco)
Yep, sandbox is in pretty bad shape right at this moment... we're looking into it. -- 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,

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread Bruno Oliveira (btco)
Your app seems to be taking a long time to load for me. I waited for around 3 hours and it didn't finish loading. What are you doing on startup? Maybe it's something that's quick when you test it at your location, but when we test it in our location, it takes (a lot) longer. -- You received

[orkut-developer] Re: orkut AppReviewer

2011-02-23 Thread Frisoni
Yes, I'm using Maps Api. But I don't call this url directly. How can I discover when the http error is ocuring? Thanks, Frisoni On Feb 23, 12:07 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: That's Google Maps, I think. It's supposedly the URL your app tried to fetch. Are you using any

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread anatoly
3 hours are you serious? it is loading instantly, I suppose you're testing it on production and not on sandbox since sandbox has real issue right now. if this app is loading 3 hours for you and not 1 sec, something very serious I suspect is going on at orkut. On Feb 23, 8:45 pm, Bruno Oliveira

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread Eduardo Rocha
Tiago, Correct me if I am wrong, but in IE the only way to set standards mode is using DOCTYPE. In IE8, you can use meta http-equiv=X-UA-Compatible content=IE=8, but in older versions, you can't. Is there any other way? So I can support my IE8 users without DOCTYPE, but I won't be able to

[orkut-developer] Re: New features: configurable app width and container version!

2011-02-22 Thread Bruno Oliveira (btco)
Yep. If you don't do anything, your app will continue to be 835px wide (both on the new and old UI). -- 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

Re: [orkut-developer] Re: New features: configurable app width and container version!

2011-02-22 Thread Julio Alvarez
First, congratulations, really great feature :) How container defines available width? Do it check browser's window width or the max width is fixed in UI? Thanks. Julio. 2011/2/22 Bruno Oliveira (btco) bru...@google.com Yep. If you don't do anything, your app will continue to be 835px wide

[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-22 Thread anatoly
so what are the current widths? On Feb 22, 5:46 pm, Bruno Oliveira (\btco\) bru...@google.com wrote: Hi developers, We'd like to give you a heads-up about a layout adjustment we're doing soon:    - The width of *Activity Stream updates* will be changed to *425px*    - The *Profile View

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-22 Thread anatoly
today I got another series of identical emails which look like so: - The app took too long to load. Some of the possible reasons for this are: (1) perhaps you are displaying a modal dialog (popup). If this is the case, please remove the popup; (2) perhaps the code that executes when the page

[orkut-developer] Re: Delete duplicated App

2011-02-22 Thread Siyuan
is there anyone can help me? thank you in advance On Feb 16, 11:38 am, Siyuan siy...@halfquest.com wrote: Hi,    I would like to remove my App called Toca DJ!-SANDBOX from the directory.    the App is used for test purpose, i think no one submitted it, but now it's shown in the directory.  

[orkut-developer] Re: New features: configurable app width and container version!

2011-02-21 Thread anatoly
Hi Bruno Can you please clarify, if I don't change anything the width would be 835 as it is today? Is it correct? thanks On Feb 22, 5:04 am, Bruno Oliveira (\btco\) bru...@google.com wrote: Hello orkut developers, We now support two cool new features for gadgets in canvas view:    -

[orkut-developer] Re: invalid page (página inválida in Portuguese) when try to add an application

2011-02-20 Thread Bruno Oliveira (btco)
Hi Felipe, We've been having database issues since Friday, so our database is essentially frozen in the state it was then. Since your application was recently approved then, it is still in ghost state (see Known Issue #K12), which is why it can't be reliably added. We're sorry for the

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-17 Thread Prashant Patil
ya same with me! got many mails about similar application name is exist in apps directory!! On Feb 17, 3:00 am, Bruno Oliveira (\btco\) bru...@google.com wrote: Yes, for now AppReviewer doesn't know who got the name first, so he sends both authors the same warning about the duplicate name.

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-17 Thread Tiago Silveira (Google)
Hello, folks, more news on this: 1) The new parser is coming to production, we'll use it only for profile view for now. This will enable us to bring back the profile view in the old UI. 2) Starting next week the new parser will always render in standards mode. No DOCTYPE declarations will be

[orkut-developer] Re: New Developer Page and New App Development/Submission/Review Workflow

2011-02-17 Thread as
Hi, I did sign in on sandbox (step 2) the URL was sandbox.orkut, but I could not get into the New Developer Page. Still 404. Any help. Thanks. **The new developer page is located athttp://sandbox.orkut.com/Main#Developer. There is no link to it from the interface (there will be soon), so

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-17 Thread as
I've got the same problem with the names. Also my email now it's marked on Google as spammer. Try to send some email's to Google users and they are not being delivered. You might have to take a look on that. On Feb 17, 6:46 am, Prashant Patil prashantpandurangpa...@gmail.com wrote: ya same

[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-17 Thread Eduardo Rocha
As for my apps, I just hope that it doesn't break the layout, so if it works without DOCTYPE, it's OK for me. But what about people that had designed for quirks mode, striping DOCTYPE intentionally? Maybe it will break from them. On 17 fev, 10:33, Tiago Silveira (Google) t...@google.com wrote:

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-17 Thread as
Several months ago (since set/2010) I've noticed that some of my apps wasn't showing thumbnails on Orkut directory. Now I know why: Because of this sending email from AppReviwer I could figure it out. (So, if you have apps live on orkut, you may start receiving e-mails from AppReviewer alerting

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-16 Thread anatoly
I got a couple of emails about similar name of exisitng apps. It is definitely false positive since at the time of creation (long time ago) and long time after that those names are/were unique. My apps are original. So what gives this check? Let's suppose it is working properly - then the

Re: [orkut-developer] Re: Please review my application Thanks!

2011-02-16 Thread Ouvir Musicas Gospel
wondered why my application is taking it to be accepted? already spent more than three weeks and no confirmation! I await the release of the application Thank you! my AppID: 90852964609, 80767458407, 1045338829084, 812383223743, 424627768132, 309476363702, 751811281447,

[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-16 Thread Bruno Oliveira (btco)
Yes, for now AppReviewer doesn't know who got the name first, so he sends both authors the same warning about the duplicate name. We'll figure out (and tell everyone) how we'll deal with this kind of situation when we're ready to launch AppReviewer for real. For now, consider the name clash

[orkut-developer] Re: regarding [KNOWN ISSUE #K08] profile view temporary disabled

2011-02-15 Thread sunnydiv
haste will be appreciated On Feb 15, 12:42 am, Bruno Oliveira (\btco\) bru...@google.com wrote: Not yet :) -- 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

[orkut-developer] Re: regarding [KNOWN ISSUE #K08] profile view temporary disabled

2011-02-15 Thread Bruno Oliveira (btco)
haste is being provided :) We're almost done setting up the new parser. -- 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

[orkut-developer] Re: Read Messages in Home Panel with the OpenSocial API

2011-02-15 Thread Bruno Oliveira (btco)
That's the user's status box. When the user changes the status box, the new text goes to his profile, but it also generates an Activity in the Activity Stream (known to users as the newsfeed or updates). You can query the user's (current) status using a GetProfileTx (it's a field in the

[orkut-developer] Re: Please review my application Thanks!

2011-02-13 Thread Bruno Oliveira (btco)
Could you please provide more details? How many times did you try to submit? What's the error message you are getting from app reviewer? -- 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: README: App Submission, Approval Delays, etc.

2011-02-13 Thread Bruno Oliveira (btco)
Wait, now I'm a little confused... please tell me in detail what you are doing to submit your applications. If I understand correctly, you *never*ran your application in sandbox? Is that right? If you're developing for orkut, then at some point you have to run your application to test it,

Re: [orkut-developer] Re: The method activity.create is either not implemented, or the app does not have access to it

2011-02-11 Thread Rafael Bruno
I managed to find the error. The library (OpenSocial-net) did not create the JSON properly. Just replace activity.createby activities.create and datewith activity. Thanks for your help! 2011/2/3 Bruno Oliveira bru...@google.com: Hi, I just tested it via the client library and it works... perhaps

Re: [orkut-developer] Re: Photo upload, response 404

2011-02-11 Thread Rafael Bruno
Any news on this bug? -- 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 opensocial-orkut+unsubscr...@googlegroups.com.

Re: [orkut-developer] Re: Orkut Upload Error: unauthorized: Authentication failed.

2011-02-11 Thread Rafael Bruno
Any news on this bug? -- 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 opensocial-orkut+unsubscr...@googlegroups.com.

[orkut-developer] Re: Upload photo with 3LO

2011-02-11 Thread Bruno btco Oliveira
Yes, it's possible! We're finishing up the new client library documentation showing exactly how to do it. However, you can already check out some sample code by downloading the orkut Client Library from http://code.google.com/p/orkut-os-client The package you want to download is

[orkut-developer] Re: Upload photo with 3LO

2011-02-11 Thread Bruno btco Oliveira
Oh, now that I re-read your question, I believe you were looking for the syntax of request itself (JSON). I don't know it by heart, but you can dig into the java client library (the link I wrote above)'s UploadPhotoTx class, since it produces that request... -- You received this message

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

2011-02-11 Thread Bruno btco Oliveira
I don't see a problem with that application (623054298326). It seems to be online and I can add it normally... -- 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

Re: [orkut-developer] Re: Still Waiting, Nothing seems to work for me on Orkut

2011-02-11 Thread Bruno btco Oliveira
Who am I? I work in the orkut team. Ah, sorry, I usually forget to add a signature clarifying that. The blue G badge next to a name indicates a Google employee :-) -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this group,

[orkut-developer] Re: Private App

2011-02-11 Thread Bruno Oliveira (btco)
It won't appear in search until you submit it and until it gets approved... For development, you'll probably use the sandbox. In the sandbox, if someone knows the URL or AppID, they could, in theory, add it in sandbox and run it. So there's no way to make an app *completely* private, but you

[orkut-developer] Re: Malformed Securiti Token Error

2011-02-11 Thread Bruno Oliveira (btco)
Can you give me your AppID? (privately using Reply to Author if you prefer) -- 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

Re: [orkut-developer] Re: The method activity.create is either not implemented, or the app does not have access to it

2011-02-11 Thread Bruno Oliveira (btco)
Interesting... might be useful to file a bug on that library, if they have a bug tracker, or letting the maintainers know. -- 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: Server to Server Protocol

2011-02-11 Thread Fernando Uchiyama
It is a possibility (of only getting tokens without spaces), but did you look the SVN of the client or server implementation? I think they may have changed the server part. On Feb 11, 1:26 pm, Robson Dantas biu.dan...@gmail.com wrote: Fernando, Actually I think you are just getting tokens

<    1   2   3   4   5   6   7   8   9   10   >