You'll need to build a link of the following type:
http://sandbox.orkut.com/Application.aspx?uid=XXXXXXX&appId=YYYYYYYYYY&appParams=ZZZZZZ
The appParams is the key. It should contain escaped string of the
following form:
escape('{"key1":"value1","key2":"value2"}');
And in your app, check for the presence of custom params like this:
gadgets.views.getParams()['key1'] which'll return "value1"....
Then if the param exists, you can display the relevant page.
On Feb 12, 12:01 pm, soujanya <[EMAIL PROTECTED]> wrote:
> I have an app with multiple pages.Am trying to redirect to another
> page with in my app.
>
> Tried all the ways to redirect...but no luck.
>
> Just wanted to know,by any chance redirection happens in Opensocial.
>
> If yes,please guide me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---