[orkut-developer] Re: Help - Orkut app development

2008-06-25 Thread Jason
I don't really know what you mean by "mode" -- your application won't be accessed at all when a user first signs in. Only when a user views your application (navigates to its canvas page or a profile page which hosts it) will its code execute. You'll be happy to know that the OpenSocial 0.8 speci

[orkut-developer] Re: Help - Orkut app development

2008-06-23 Thread Tarun
Thanks Jason for the reply. What I want is to keep track of online status of all users who have added my application. Thus, I wanted my app to help me with this and notify some external server whenever a user logs in or logs out. Is it really not possible? In what mode will be my app (while shown

[orkut-developer] Re: Help - Orkut app development

2008-06-23 Thread Jason
It's fairly straightforward to track all of the users who have added your application (just send a request to your back-end whenever the application is loaded), but it is not possible to determine when the user has signed in or out of orkut using the OpenSocial API directly. Is this what you're lo