[orkut-developer] Unofficial Orkut applications directory

2008-03-02 Thread victorc
Hi, Because the Orkut launch plan has been modified (agree with Google to wait a stable and more robust opensocial implementation), why not beginning to test our applications between us ? I have just created a non-official application directory here http://www.osocial.net/apps, add your

[orkut-developer] Serious error with gadgets.views.requestNavigateTo() call

2008-03-02 Thread [EMAIL PROTECTED]
Hi, I have a link to canvas view (a function call below) for one of my applications 'X' on my Profile. function gotoCanvas(dummyvar) { var canvas_view = new gadgets.views.View(canvas); gadgets.views.requestNavigateTo(canvas_view); }; When i clicked(called the above function)

[orkut-developer] Re: Serious error with gadgets.views.requestNavigateTo() call

2008-03-02 Thread pacheco
I'm experiencing this issue too. It is always taking the user to the last added app canvas. -- Pacheco On Mar 2, 8:47 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have a link to canvas view (a function call below) for one of my applications 'X' on my Profile. function

[orkut-developer] Re: Unofficial Orkut applications directory

2008-03-02 Thread [EMAIL PROTECTED]
Good work dude. On Mar 2, 4:40 pm, victorc [EMAIL PROTECTED] wrote: Hi, Because the Orkut launch plan has been modified (agree with Google to wait a stable and more robust opensocial implementation), why not beginning to test our applications between us ? I have just created a non-official

[orkut-developer] Re: Fight Application Spam

2008-03-02 Thread Jelena Kolokotronis
So, all the virality functions are spam? If users don't want to send a message/invitation/whatever he's free not to (force invites just force me to remove the app completely :) Messages can be blocked. All in all, yeah, spammy apps are the problem, but this is exaggeration. I've been

[orkut-developer] Re: signed makeRequest issues

2008-03-02 Thread Alex Epshteyn
Thanks Parag, but I'm already doing that. Here's my code: params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; gadgets.io.makeRequest(url, callback, params); Alex On 3/2/08, Parag Dhanuka [EMAIL PROTECTED] wrote: I had some old code which I again

[orkut-developer] Re: Serious error with gadgets.views.requestNavigateTo() call

2008-03-02 Thread Jerome
Yes, Alex has already filed a bug for this serious issue. http://groups.google.com/group/opensocial-orkut/browse_thread/thread/c7774d128049879c# Add your star on the bug in the tracker to bump this up an get an email when it is fixed:

[orkut-developer] Profile Showing Directory Listing? What?

2008-03-02 Thread Apollo
On my profile page right now in the sandbox, instead of showing my applications it shows that four color tile thing that it shows for default apps. The image links to the canvas page. Ummm? What? That doesn't seem right... Anyone else getting that?

[orkut-developer] Re: Error: data[viewer.getId()] has no properties

2008-03-02 Thread rush
Thanks Jason. It is working fine :) On Mar 1, 5:23 am, Jason [EMAIL PROTECTED] wrote: Hi Rush. Your 'mydata' object is probably null; try making the following change to your hasFlag routine and let me know if the issue persists. function hasFlag(data) {   if(data==null)   {     return