Hi Hari, The easiest way to do this is by using Shindig, the open source, Open Social reference implementation: http://incubator.apache.org/shindig/
Now Shindig isn't available in asp.net, however you can run it next to asp.net, and talk to it through the meta-data service to retrieve information about gadgets, which you can then use to populate your gadget gallery's and other UI components, and retrieve the URL's you can use to construct the gadget iframe's. There's a simple guide on how to setup (PHP) shindig and an example container (partuza, which uses the same metadata service) on windows here: http://www.chabotc.com/generic/setting-up-shindig-and-partuza-on-windows/ And you can see a html/javascript based example (just meant as an example, normally you would do this server sided and not in html) that you can inspect using firebug here (check the POST request to /gadgets/ metadata): http://modules.partuza.nl/gadgets/files/container/sample-metadata.html Hopefully that will give you some idea on how to make such a thing. -- Chris On Jul 1, 2008, at 8:49 AM, Harikrishnan wrote: > > hi > I am new in open social.am going to create a container like > orkut.com..in asp.net .......So anyone can help me > 1) How can we implement the java script api(google open socila api) > i requset you sllpeple how can we implemment the api in our > website....................... > > > I request you all people for > valuable ..................................................... > > > Hari > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" 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-container?hl=en -~----------~----~----~----~------~----~------~--~---
