Hi In the spec it says: requestSendMessage(recipients, message, opt_callback, opt_params) Is the callback supposed to be defined in the gadget or the container ? I would assume the idea is the gadget writer can define their own callback function.
Are you supposed to pass a variable representing a function which you have defined in the gadget and this will be executed in the container? In my tests that only works when the gadget and container are on the same domain. If on different domains nothing is passed and there is no callback. Is this expected? Thanks Justin Wyllie
