Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Discussions > OpenSocial and Gadgets Specification Discussion > Target OWNER parameter in requestNavigateTo
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Arne Roomann-Kurrik (Google)  
View profile  
 More options Apr 14 2008, 1:26 pm
From: "Arne Roomann-Kurrik (Google)" <api.kur...@google.com>
Date: Mon, 14 Apr 2008 10:26:00 -0700 (PDT)
Subject: Target OWNER parameter in requestNavigateTo
I've seen this mentioned a few places but couldn't find an official
request for it, so here is a request to be able to supply a target
owner's ID in the requestNavigateTo function.

Currently, opensocial.requestNavigateTo() redirects the viewer to the
current owner's context.

There are certain use cases where linking to another user's context
would be useful (e.g. "View my friend's application canvas", "Redirect
the page to another user's profile") which are not possible with the
current API.

The requested feature is an additional parameter that may be passed to
requestNavigateTo() which accepts a user's ID number.  When the
function is called with this parameter, the supplied user's context is
given as the owner.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fernman@gmail.com  
View profile  
 More options Apr 14 2008, 1:29 pm
From: "fern...@gmail.com" <fern...@gmail.com>
Date: Mon, 14 Apr 2008 10:29:49 -0700 (PDT)
Local: Mon, Apr 14 2008 1:29 pm
Subject: Re: Target OWNER parameter in requestNavigateTo
+1

On Apr 14, 10:26 am, "Arne Roomann-Kurrik (Google)"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Louis Ryan  
View profile  
 More options Apr 14 2008, 3:00 pm
From: "Louis Ryan" <lr...@google.com>
Date: Mon, 14 Apr 2008 12:00:12 -0700
Local: Mon, Apr 14 2008 3:00 pm
Subject: Re: Target OWNER parameter in requestNavigateTo

+1

On Mon, Apr 14, 2008 at 10:29 AM, fern...@gmail.com <fern...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lou Moore  
View profile  
 More options Apr 14 2008, 3:33 pm
From: Lou Moore <lmo...@hi5.com>
Date: Mon, 14 Apr 2008 12:33:07 -0700
Local: Mon, Apr 14 2008 3:33 pm
Subject: Re: Target OWNER parameter in requestNavigateTo

+1

On 4/14/08 12:00 PM, "Louis Ryan" <lr...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reinoud Elhorst  
View profile  
 More options Apr 14 2008, 3:39 pm
From: Reinoud Elhorst <rein...@hyves.nl>
Date: Mon, 14 Apr 2008 21:39:49 +0200
Local: Mon, Apr 14 2008 3:39 pm
Subject: Re: Target OWNER parameter in requestNavigateTo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+1

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIA7MFqCQnCrE98GgRAoz+AJ0VFSWuL0HpQNVy6IROUtqmeKSiIwCfWz20
aaHQputwhN9PpymrJsJ+xK8=
=6OhX
-----END PGP SIGNATURE-----


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amar Gandhi  
View profile  
 More options Apr 14 2008, 5:27 pm
From: "Amar Gandhi" <am...@google.com>
Date: Mon, 14 Apr 2008 14:27:11 -0700
Local: Mon, Apr 14 2008 5:27 pm
Subject: RE: Target OWNER parameter in requestNavigateTo
+1.  


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options Apr 20 2008, 1:03 pm
From: Cassie <d...@google.com>
Date: Sun, 20 Apr 2008 19:03:57 +0200
Local: Sun, Apr 20 2008 1:03 pm
Subject: Re: Target OWNER parameter in requestNavigateTo

Well this is overwhelmingly popular!
I believe the corresponding spec change would be like this:

 * @param {gadgets.views.View} view The view to navigate to
 * @param {Map.&lt;String, String&gt;} opt_params Parameters to pass to the
 *     gadget after it has been navigated to on the surface
 * @param {String} opt_ownerId The id of the owner of the page to navigate
to.
 *     Defaults to the current owner.
 */
gadgets.views.requestNavigateTo = function(view, opt_params, opt_ownerId)
{};

This is considered approved (unless of course I screwed up the spec change).
Thanks.

- Cassie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fernman@gmail.com  
View profile  
 More options Apr 20 2008, 7:08 pm
From: "fern...@gmail.com" <fern...@gmail.com>
Date: Sun, 20 Apr 2008 16:08:03 -0700 (PDT)
Local: Sun, Apr 20 2008 7:08 pm
Subject: Re: Target OWNER parameter in requestNavigateTo
+1

On Apr 20, 10:03 am, Cassie <d...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google