Sure, just give them the URL of the application and make sure it has a "UID" parameter on it. For example, here's an application I wrote running on my own orkut profile:
http://sandbox.orkut.com/Application.aspx?uid=3614003783765785339&appId=118738807794 Note that you can see my profile picture when you load the URL, meaning that you are the viewer and I am the owner. Developers usually find it convenient to register a couple of accounts for testing purposes because of this issue. ~Arne On Jun 15, 11:11 pm, "Prem Deb" <[EMAIL PROTECTED]> wrote: > Thanks ! > > When testing orkut apps using the sandbox, how do we test how the viewer > sees the data. While using the account, only I can see my own app. Is there > a way a friend can see my app ? Would also like to test friend updates etc. > > prem > > On Sun, Jun 15, 2008 at 11:06 PM, Rajiv Renganathan <[EMAIL PROTECTED]> > wrote: > > > Hi.. > > > yup, u must be getting the OWNER data. > > > Cheers! > > Rajiv > > > On Mon, Jun 16, 2008 at 3:01 PM, observer247 <[EMAIL PROTECTED]> wrote: > > >> I have a basic doubt. I am using this call: > > >> req.add(req.newFetchPersonAppDataRequest('VIEWER', 'my_own_data'), > >> 'data'); > > >> to get persistent data and use it for my app. > > >> Now my app stores and retrieves data only on the owners space. Its > >> something like the owner creates a list and that list is stored in the > >> persistent data. I am thinking in the above call, if I use VIEWER, > >> will it work ? Should I not be trying to get the data from the OWNER. > >> Will this work if someone say B is viewing A's profile (where A is the > >> owner) ? > > >> Should I be calling something like: > > >> req.add(req.newFetchPersonAppDataRequest('OWNER', 'my_own_data'), > >> 'data'); > > >> ? > > > -- > > > ------------------------------------------------------------------------------------------------- > > DealSearchMaadi.com > Searching over 12 websites for shopping deals across > > India. > > > ------------------------------------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
