Dear Alex, The gadgets are capable of doing simple web requests, via the gadgets.io.makerequest call. This is pretty much detailed in the wave articles<http://code.google.com/apis/wave/articles/gadgetdebugging.html> . Your bot is most probably a standard web application -that is, it can receive web requests. Put these together, and you've got working communication. As a transport layer, we traditionally stick with JSON, but for simple purposes a basic HTTP POST usually do the trick.
Good luck -SDr On Wed, Dec 16, 2009 at 7:12 AM, hvt_kg <[email protected]> wrote: > Hi all, > > Now. I want know how to get value of textbox from gadget pass to bot. > anyone can help me? example, etc... > > thanks all, > Alex > > -- > > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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/google-wave-api?hl=en.
