You can certainly build an application this way but, at least for now,
there is very limited potential to use the OpenSocial API in it. For
example, you cannot have your app post to the activity stream since
the app is really just a window to your own server.

Here's a snippet you can use:

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
 <ModulePrefs title="IFrame demo">
   <Require feature="opensocial-0.7"/>
 </ModulePrefs>
 <Content type="html">
   <![CDATA[
     <iframe src="<SERVLET_URL>"></iframe>
   ]]>
 </Content>
</Module>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" 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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to