[orkut-developer] Re: Sandbox live with OpenSocial 0.8 support

2008-09-11 Thread Pedro Teixeira
Awesome. Keep up the great work! I guess the feature we're most looking forward now is lifecycle events. As the opensocial API matures, so will our applications ;) -- Pedro developer at globo.com [GloboEsporte.com and Amazonia.vc] On Sep 10, 12:09 pm, Jason [EMAIL PROTECTED] wrote: In case

[orkut-developer] Re: Sandbox live with OpenSocial 0.8 support

2008-09-11 Thread Pedro Teixeira
Awesome. Keep up the great work! I guess the feature we're most looking forward now is lifecycle events. As the opensocial API matures, so will our applications ;) -- Pedro developer at globo.com [GloboEsporte.com and Amazonia.vc] On Sep 10, 12:09 pm, Jason [EMAIL PROTECTED] wrote: In case

[orkut-developer] Re: Activities in Orkut

2008-08-23 Thread Pedro Teixeira
but the prod.sandbox.orkut environment is new and I'm not sure what the intended behavior is. In the meantime, I would suggest using the regular sandbox for now since there aren't any major changes between the two at this time. - Jason On Aug 21, 2:24 pm, Pedro Teixeira [EMAIL PROTECTED] wrote: hi folks

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

2008-08-23 Thread Pedro Teixeira
A quick hack is to use setInterval(gadgets.window.adjustHeight();, 1000) -- this has been the only effective way to have our apps with no scrolls all the time. []'s Pedro On Aug 23, 3:25 am, tauhid noori [EMAIL PROTECTED] wrote: gadgets.window.adjustHeight('400px'); On Thu, Aug 21, 2008 at

[orkut-developer] Activities in Orkut

2008-08-21 Thread Pedro Teixeira
hi folks, We're currently using the prod.sandbox.orkut environment and we noticed that activities from an our app (that it's not in the directory!) still currently showing up in the notifications of the real orkut! Users that are not whitelisted for the sandbox are able to see these

[orkut-developer] Re: Sandbox is having UTF-8 vs ISO-8859-1 issues

2008-08-19 Thread Pedro Teixeira
My app is in UTF9 and suddenly (this morning) had its characters messed up. trying to figure it out what happend.. any hints are appreciated. []'s Pedro On Aug 19, 11:56 am, DLaf [EMAIL PROTECTED] wrote: Looks like Sandbox is having UTF-8 issues forcing all message bundles to be encoded as

[orkut-developer] Re: Image in activity stream

2008-06-20 Thread Pedro Teixeira
Does any one know if param STREAM_FAVICON_URL is supported in orkut? []'s Pedro On Jun 20, 1:32 am, sharath [EMAIL PROTECTED] wrote: Hi Rohit, Any solution avbl yet for the image and not text appearing simultaneously? Regards Sharath On Jun 18, 9:14 am, Rohit Ghatol (Google) [EMAIL

[orkut-developer] Re: How to test if VIEWER is a friend of the OWNER?

2008-04-23 Thread Pedro Teixeira
Actually, in orkut, it seems the max number of friends is 999. On Apr 23, 12:04 am, girino [EMAIL PROTECTED] wrote: Yes, that's what I am currently doing. But for this I have to recover a huge amount of useless info (some users have more than 1000 friends, I myself have close to 300) and

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-22 Thread Pedro Teixeira
if you dont understand my reply Regards Dinesh On 4/21/08, Pedro Teixeira [EMAIL PROTECTED] wrote: I was looking through the docs, and the following seems to be the best way to test if the viewer has the app installed: gadgets.util.getUrlParameters()[gadgetViewer] != would appreciate

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-21 Thread Pedro Teixeira
I was looking through the docs, and the following seems to be the best way to test if the viewer has the app installed: gadgets.util.getUrlParameters()[gadgetViewer] != would appreciate the comment of any of the gurus ;) tnx, pedro On Apr 17, 10:12 am, Grigolon [EMAIL PROTECTED] wrote:

[orkut-developer] Re: Adsense + Analytics in OpenSocial!

2008-04-16 Thread Pedro Teixeira
We're running analytics with no problems (in orkut for now). Currently, we concatanate the ga.js file and use its API (still guessing required=analytics does not work). Once you get a tracker id from your analytics account, you can try the following js code: //on init var pageTracker =