Hi suresh. I'm afraid this isn't customizable, as far as I know. After
an application is added, the user will always be re-directed to the
canvas view in their own context, not their friend's.

You might be able to arrive at a reasonable compromise by changing
your application's UI. For example, it may not make sense for a person
to write a review for himself, so instead of showing a text entry
field, you can show large profile pictures of all friends who have the
app installed, and re-direct the user to the canvas view running in
the friend's context when his thumbnail is clicked.

Alternatively, you can allow users of your app to write a review for
any friend in their own canvas view, then use the model presented in
the tutorial to fetch the reviews for a given person. So reviews are
no longer associated with the person being reviewed but with the
author of the review instead, but it's still possible for someone to
find all reviews written for them.

Neither of these solutions is quite what you were looking for
originally but should work, especially the first which doesn't require
a major shift in the way you store data.

- Jason

P.S. Just for reference, check out the OpenSocial tutorial which
allows users to give gifts (nuts) to each other using a model similar
to the second idea I proposed above: 
http://code.google.com/apis/orkut/articles/tutorial/tutorial.html

On Oct 14, 1:23 am, sureshncn <[EMAIL PROTECTED]> wrote:
> 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. User A had installed the application.
>
> 2. User B have not installed the application.
>
> 3. If User B views the Canvas of User A and tries to write a review on
> User A, User B will be redirected to the application installation
> page .
>
> 3. My problem is, after installing the application the User B must be
> taken back to the User A's Canvas to continue Writing the review on
> User A.
>
> Can anyone help me in this.Please do the needful at the earliest.
>
> Thanks for any help.
>
> -suresh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to