I see.. but -
the IFrame is just a window I can put onto the app's page. why can't I
use open social API some other place in the application,
that is -
can't I for example, create a button that when clicked on, it prints
all the user's friends to the screen?!
and in addition to this, I will have an IFrame (that doesn't have
anything to do with the code of the button?) that displays something
else ??

and if I can do this, that why can't I use the open social API to
retrieve my friends, send it to the my server using "Make Reuquest..."
function, and via my server, for example, display it inside the IFrame
- and this is an example that the IFrame "uses" the API. Is this a
good way?




On Oct 24, 7:02 pm, Vijaya <[EMAIL PROTECTED]> wrote:
> 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