Hello
I'm extremely confused on how to create an app with more than 1
page... My main page checks if the current owner_id has a profile on
the app, and if it doesn't, renders the register page... after the
user registers, I need to refresh the page, so it will present the
real app to the user.
I can't use a redirect header 'cause I'm relying on signed requests to
verify the current logged in user. My last try was presenting the
gadgets.io.getProxyUrl('http://myapp.com') after the registration
process ends (it's done via ajax), but I'm getting a text file
download.
After the user is logged on, everything is loaded using ajax, my only
issue is reloading the whole page after the user registers.
Any tips on how to use javascript to handle this navigation, or maybe
another approach to make it work ?
Thanks
gui
--
You received this message because you are subscribed to the Google Groups
"OpenSocial Application Development" 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-api?hl=en.