7 messages in com.googlegroups.opensocial-containerRe: [OpenSocial] Re: Implementing con...
FromSent OnAttachments
hiren20 Dec 2007 00:52 
scru...@gmail.com25 Dec 2007 05:38 
phani kiran25 Dec 2007 21:28 
scru...@gmail.com27 Dec 2007 02:22 
phani kiran28 Dec 2007 02:45 
scru...@gmail.com28 Dec 2007 06:37 
scru...@gmail.com28 Dec 2007 06:40 
Subject:Re: [OpenSocial] Re: Implementing container
From:phani kiran (kira@gmail.com)
Date:12/25/2007 09:28:20 PM
List:com.googlegroups.opensocial-container

Hello Sergey

This is kiran, i am new to opensocial.Please help me how to write javascript using open social .Could you please help me how to write a application using opensocial(how does it works dynamically) Please help me ..

Regards Kiran

On Dec 25, 2007 7:09 PM, scru@gmail.com <scru@gmail.com> wrote:

Hello, hiren.

I'm developing opensocial container for 2 months already. From my experience - I can say that most opensocial Container things is written in JavaScript. You have to create Javascript class, inheriting it from opensocial.Container class, provided in opensocialReference.js

It's fully your duty to create Client-side javascript <-> Server-side PHP communications I'm using custom XML based protocol. And for requests - I'm using jQuery library, which has very nice and handy AJAX calls implemented.

Sincerely, Sergey.

On Dec 20, 10:53 am, hiren <hire@gmail.com> wrote:

Hello All,

I am new to the open social and I have an idea about open social container. we want to implement the container for the PHP platform. I just go through the Google Sample Container code , Hi5 container code and Shindig container code. I am little bit confused that, which container code I should follow to start implementing the PHP container.