[orkut-developer] Problems to navigate from profile to canvas

2008-10-14 Thread Ricardo
I've tried this method: var supported_views = gadgets.views.getSupportedViews(); gadgets.views.requestNavigateTo(supported_views["canvas"]); and this: var canvas_view = new gadgets.views.View("canvas"); gadgets.views.requestNavigateTo(canvas_view); but it didn't work. So, I've tried this: gadget

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread Swapnil Shinde
Jason, Can the app write to the VIEWER's data store even if the viewer has not installed the app? If the viewer object is not null does that mean we can safely write to the VIEWER's data store? Thanks, Swapnil. On Tue, Oct 14, 2008 at 2:27 PM, Jason <[EMAIL PROTECTED]> wrote: > > Your syntax is

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread Jason
Your syntax is correct, but orkut does not allow applications to write to any other user's app data other than that of the current user. This prevents me from overwriting another user's data and with potentially malicious content. Your app should still be able to fetch OWNER data, but you will onl

[orkut-developer] Re: opensocial.requestSendMessage returning notImplemented in sandbox

2008-10-14 Thread Swapnil Shinde
Great. I will check it out. Thanks for the update Jason. Swapnil. On Tue, Oct 14, 2008 at 2:20 PM, Jason <[EMAIL PROTECTED]> wrote: > > Hi Swapnil. This morning's sandbox push fixed the bug, and I just > confirmed that requestSendMessage is working. You may have to clear > your browser's cache i

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread Jason
You beat me to it. :) Yes, this bug was fixed with this morning's sandbox update. PROFILE_URL is now returning the absolute path to the user's profile. - Jason On Oct 14, 1:21 pm, agulla <[EMAIL PROTECTED]> wrote: > Yes, for me also its working now. > > On Tue, Oct 14, 2008 at 8:02 PM, Mariel Es

[orkut-developer] Re: opensocial.requestSendMessage returning notImplemented in sandbox

2008-10-14 Thread Jason
Hi Swapnil. This morning's sandbox push fixed the bug, and I just confirmed that requestSendMessage is working. You may have to clear your browser's cache in order to get the updated JavaScript. - Jason On Oct 13, 2:56 pm, Jason <[EMAIL PROTECTED]> wrote: > Clint: arrays are not currently allowe

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread agulla
Yes, for me also its working now. On Tue, Oct 14, 2008 at 8:02 PM, Mariel Estrela <[EMAIL PROTECTED]>wrote: > yes, sandbox is working now... > > 2008/10/14 Krishna Y. Kamath <[EMAIL PROTECTED]> > > >> I changed my app to Opensocialv0.8 from Opensocial0.7. I am now able to >> test >> my stuff on s

[orkut-developer] Navigating to Application Canvas, from which the installation taken place.

2008-10-14 Thread sureshncn
Hi, I wrote an application, where anyone installed the application should be able to write a review on owner of the application. When the Viewer is not installed the application, he will be redirected to the application installation page. My problem is described in the following scenario : 1. U

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread Mariel Estrela
yes, sandbox is working now... 2008/10/14 Krishna Y. Kamath <[EMAIL PROTECTED]> > > I changed my app to Opensocialv0.8 from Opensocial0.7. I am now able to > test > my stuff on sandbox.orkut.com. > > Regards, > Krishna > > -Original Message- > From: opensocial-orkut@googlegroups.com > [ma

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread Krishna Y. Kamath
I changed my app to Opensocialv0.8 from Opensocial0.7. I am now able to test my stuff on sandbox.orkut.com. Regards, Krishna -Original Message- From: opensocial-orkut@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Monday, October 13, 2008 5:14 PM To: Orkut Developer

[orkut-developer] Re: Obj_ to fields_ in OpenSocial 0.7?

2008-10-14 Thread Markitecht
hmmm thought of something: var owner = data.get('owner').getData(); if (owner.getId()) { uid = owner.getId(); } Is this approach safer? -C On Oct 14, 12:20 pm, Markitecht <[EMAIL PROTECTED]> wrote: > My live app does not function any longer in the sandbox. I am using > OpenSocial 0.7

[orkut-developer] Obj_ to fields_ in OpenSocial 0.7?

2008-10-14 Thread Markitecht
My live app does not function any longer in the sandbox. I am using OpenSocial 0.7 and have not modified the modulepref. The error is that when i obtain the owner information, the obj_ object belonging to the owner object does not exist anymore. That data is now within fields_ Here's my code (

[orkut-developer] Re: Autoplay in music application

2008-10-14 Thread Mayank M
i saw that. thanks many apps r still autoplaying in profile view but i guess its their own loss. thanks for replying :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread Memel
In my case, with "prod.sandbox.orkut.com", the profile-url error not more happen, but other problems happen: - it's loading a cached version from my app. Even with versioning in scripts/css files, bcp=1, cleaning of cache, cache disabled... - Some javascript objects are not being created, even if

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread Memel
In my case, with "prod.sandbox.orkut.com", the profile-url error not more happen, but other problems happen: - it's loading a cached version from my app. Even with versioning in scripts/css files, bcp=1, cleaning of cache, cache disabled... - Some javascript objects are not being created, even if

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread agulla
Hi I have tested my app. with prod.sandbox.orkut.com still I am getting the profile-url value as null. Is it working for others? How you people are doing? Please help me. On Tue, Oct 14, 2008 at 10:44 AM, rd-london <[EMAIL PROTECTED]> wrote: > > Hi Jason, > Thanks for this clarification. Wonder

[orkut-developer] Re: How to test application already added and display add-to-profile link/button

2008-10-14 Thread rd-london
Hi Jason, All very helpful, many thanks. You say: " In this case, you can retrieve the current window location to get the gadget's ID and build the link manually: " What's the recommended way of doing this? Of getting the current window location and then extracting the gadget's ID? Many thanks

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread hwked
Just to add. Data retrieval using " req.add(req.newFetchPersonAppDataRequest("OWNER",'twitterid'),'userdata'); " works fine. The problem occurs in " req.add(req.newUpdatePersonAppDataRequest("OWNER",'twitterid',twit_id)); " However, if I replace OWNER with VIEWER in the above statement, it works

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread hwked
Ah I just tried this, and it worked out. If I replace "OWNER" with "VIEWER" everywhere, it works out. Why isn't it working for OWNER ?? On Oct 14, 9:05 am, hwked <[EMAIL PROTECTED]> wrote: > It doesn't seem to be working for me. Neither at sandbox.orkut.com nor > at prod.sandbox.orkut.com . I al

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread rd-london
Hi Jason, Thanks for this clarification. Wonder if you could confirm that the appropriate code to extract profile URL and other owner and viewer details is as follows (this seems to work on prod.sandbox.orkut.com): CODE STARTS function getViewerAndOwnerDetails(dataResponse) { var vi

[orkut-developer] Can anyone recommend good ad network for Brazillian traffic?

2008-10-14 Thread [EMAIL PROTECTED]
I have loads of traffic from Brazil on orkut now and I'm not sure how best to make money from my ads - I'm not getting a very good return at the moment. Can anyone tell me where they are sourcing ads for users in Brazil, preferably ads written in portuguese, and what kind of CPMs you are getting?