[orkut-developer] Orkut message display area

2010-03-30 Thread Fábio Gama
Hi. Could anyone please tell me if there´s a way of accessing the area that displays all messages(errors, warning, operation completion,etc...) on Orkut (the one between the upper/main menu and the application area) ? The aim is to be able of writing app messages there . Moreover, is this area cro

[orkut-developer] Re: Malformed security token

2010-03-26 Thread Fábio Gama
Hello gentlemen. First of all, thanks for your help. I´m going crazy with this stuff ;-) Prashant,as Dhaval mentioned before, it´s not a piece of code that brings the problem. It´s just the fact that somehow, after a while (I saw in other threads, people mentioning 1 hour ... which by the way

[orkut-developer] Re: Malformed security token

2010-03-25 Thread Fábio Gama
issue or it can happen on production ? Thanks, Fábio On 24 mar, 16:45, Fábio Gama wrote: > Hello guys. > > Although I have seen many entries on this matter, I still haven´t > found any solution or at least good workaround for this problem. > > I saw some posts saying it wa

[orkut-developer] Malformed security token

2010-03-24 Thread Fábio Gama
Hello guys. Although I have seen many entries on this matter, I still haven´t found any solution or at least good workaround for this problem. I saw some posts saying it was corrected in the sandbox... unfortunatelly, I´m afraid it´s not fixed yet , as still today , I keep on receiving this error

[orkut-developer] Template for Profile View in Production?

2009-04-13 Thread Gama
Dear Developers, I have finished a first version of my app's profile view and it's working on sandbox. Is there any problem in uploading this version, even though the profile isn't showing in production? Best Regards, Guilherme Gama --~--~-~--~~~-

[orkut-developer] Special chars and Encoding

2009-04-08 Thread Gama
be used mostly for brazilian users (portuguese language), it would be great if all accentuation is rendered. My application's xml is using ISO-8859-1 encoding. So, the main question is: "How to decode that data and render it correctly?" Best Regards, Guilherme Gama --~--~-~

[orkut-developer] Re: String Test Condition Failure

2009-04-08 Thread Gama
Thank you very much Vijaya. It's working now. On 8 abr, 03:45, Vijaya wrote: > Can you try and print out the json string that is returned in the > SomeData variable? > There's also a new JSON parsing function that's now implemented on > orkut and you can use it as follows: > ${os:xParseJson(Some

[orkut-developer] Re: Test for null

2009-04-06 Thread Gama
know. Best Regards, Guilherme Gama On 4 abr, 20:20, aj wrote: > In my widget I would like to change the messaging if the visitor does > not have the widget installed. But I don't see a way to perform this > check correctly > >     > >    http://ns.opensocial.org/2008

[orkut-developer] String Test Condition Failure

2009-04-05 Thread Gama
ing I use to do the test condition. I have tried to made a test comparing two constants strings like 'a' and 'a', only to check if the test is working. It works just fine. But again, when I try to compare the property returned against the constant it fails. Am I