On Feb 1, 2008 2:33 AM, Akash Xavier <[EMAIL PROTECTED]> wrote: > Kevin, > how do I pass my data to the gadget? I do make data available to the > gadget > when the makeRequest() is called? >
What do you mean by "pass my data"? What data are you referring to? Most data about your container should be "passed" by implementing the open social API according to your site's needs. You can get this data either by using interframe communication (i.e. the "ifpc" feature), or by talking to some back end with a security token. The security token scaffolding is mostly in place now, but you'd still have to implement the back end and pass the token your self.

