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.