> > Thanks. Do you have a Wave Data API example in Python as well? >
Check out Inbox Checker: http://wave-samples-gallery.appspot.com/about_app?app_id=266001 <http://wave-samples-gallery.appspot.com/about_app?app_id=266001> > Also, two things that weren't clear to me from the docs: (1) Can the > Wave Data API be invoked from a non-appspot server (e.g., could I > write a command line tool that posts stuff to a wave from any > machine)? Yes, it works fine from anywhere. The trick to understanding the Data API is to realise that its quite literally the same thing as the Active parts of the Robot API (that is, the robot-initiated operations). You just do the OAuth dance to obtain a token to act as a user rather than having one assigned to you when you register your robot. Cheers, Rob. -- 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.
