Hi, You should check out Ning's developer forum if you have questions about installing OpenSocial applications: http://developer.ning.com/forum/topic/listForCategory?categoryId=1185512%3ACategory%3A4646
To answer your second question, you should always be able to get the OWNER's OpenSocial ID number, but there are cases where a container may allow anonymous or not-logged-in browsing of profiles, where you would not be able to get the VIEWER's ID number. Numbers will be unique to each container, but not across containers, so if you're storing them in a database, it is advised that you store the container's domain, along with the number. For example: if you retrieved the ID of 12345 on MySpace, store "myspace.com:12345" in your database. Hope this helps, ~Arne On Sep 12, 2:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > I was looking for testing my application on Ning and MySpace, which > was tested on orkut and hi5. How could I access the sandboxes of > MySpace and Ning. I have registered for both of the developer > networks. For MySpace, my approval is in pending but for Ning I don't > find a place to uplaod my xml file. > > I have one more question, I am expecing to get the userId of the > curretly logged in user, Will it possible to expect it on all of > containers like myspace, ning, plaxo and so on and If I get the > userId, will it be unique on all containers? > > Any Ideas please!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
