Re: Not read: [Google Wave APIs] Re: robots (self)added message gets appendedtwice

2010-03-02 Thread Stephen Gigante
was empty. and it somehow > made its way to me. > > In ALL things, strive for ><>, > Chris > > > On Mon, Mar 1, 2010 at 10:35 PM, Stephen Gigante wrote: > >> Automatic reply receipt >> >> Please, turn that off for list emails. >> >> - Step

Re: Not read: [Google Wave APIs] Re: robots (self)added message gets appendedtwice

2010-03-01 Thread Stephen Gigante
Automatic reply receipt Please, turn that off for list emails. - Stephen On Tue, Mar 2, 2010 at 5:36 AM, Chris wrote: > Umm... What? (See below.) > > > > On Mon, Mar 1, 2010 at 7:53 AM, wrote: > >> Your message >> >> To: google-wave-api@googlegroups.com >> Cc: >> Subject: Re: [Goog

Re: [Google Wave APIs] Re: Robot-created waves.

2010-02-14 Thread Stephen Gigante
> AFAIK, you also can't change or remove the creator of a wave after > it's been made, so it will always be the robot in your case. > > Hope that helps clear things up a little anyway! And maybe things > will change in the new API soon...who knows...we'll need to wait

Re: [Google Wave APIs] Java Robot invoked by cron

2010-02-10 Thread Stephen Gigante
If you're calling it via cron, you need to set up your own context - Use the OnRobotAdded event to add waveid and wavelet id to a database, and then retrieve them when you run the cron task. - Stephen On Thu, Feb 11, 2010 at 5:03 AM, balderman wrote: > Hi > I am having a robot which is called

Re: [Google Wave APIs] Re: wave hijacking

2010-02-10 Thread Stephen Gigante
Doesn't the gadget, and the page it redirects to, violate the google Terms of Serivce? I'm not sure whether the person who added said gadget is violating any ToS, although if they also own said gadget, I'd be surprised if they weren't. While it may not be possible to remove the gadget from playbac

[Google Wave APIs] Robot-created waves.

2010-02-10 Thread Stephen Gigante
I made a robot that will on a blip-based trigger, create a new wave, and then remove itself from both the old and the new. Apparently, (for both me as a user, and the robot programmatically), A robot cannot be removed when it's the creator of a wave(let?). I don't want my robot to be forced to li

Re: [Google Wave APIs] Wiki lock like Gadget Election for Writing/update

2010-02-07 Thread Stephen Gigante
You want to set up the main wave as read-only, then add a private reply which is writable. Check out https://wave.google.com/wave/?pli=1#restored:wave:googlewave.com!w%252BwSJMQs7TH for *lots* of examples on how to use private replies in various unique ways. - Stephen Labsji wrote: When a gad

Re: [Google Wave APIs] robot-comman line?

2010-02-07 Thread Stephen Gigante
You'll need to use a combination of robot and gadet. Use the initialization event to insert your GUI gadget, and then your gadget can provide the options and such. Whenever the gadget updates, it will call a BlipSubmitted event, which you should then be able to use. - Stephen On Fri, Feb 5, 2010

Re: [Google Wave APIs] API extensibility

2010-02-05 Thread Stephen Gigante
Exactly what do you want to do with the API that isn't currently offered? - Stephen On Fri, Feb 5, 2010 at 9:46 PM, maher wrote: > hi, > I'd like to know if it's possible to extend the current api and to add > to it new mechanism , classes and methods that we will be able to use > with our app

Re: [Google Wave APIs] API extensibility

2010-02-05 Thread Stephen Gigante
Exactly what do you want to do with the API that isn't currently offered? - Stephen On Fri, Feb 5, 2010 at 9:46 PM, maher wrote: > hi, > I'd like to know if it's possible to extend the current api and to add > to it new mechanism , classes and methods that we will be able to use > with our app

Re: [Google Wave APIs] Re: WaveSandbox: Finding extensions from the navigation panel

2010-02-04 Thread Stephen Gigante
A robot decal that identifies robots much the same as the groups decal would be nice. Oh, and allow developers to set the tagline of a robot, so we can have one-line descriptions. - Stephen On Fri, Feb 5, 2010 at 3:45 AM, Beldar wrote: > Will it be something like that for Robots and/or Gadgets

Re: [Google Wave APIs] How can I access Wave by it's ID from another waves event?

2010-02-03 Thread Stephen Gigante
if you have the raw_data, use context.AddWave(raw_data) context.GetWaveById(waveid) You'll need to manually add any waves, wavelets, and blips that you need outside the original context before adding them. This is (for reasons I don't quite understand), also necessary whenever you use context

Re: [Google Wave APIs] Re: How to get Sandbox contacts

2010-02-02 Thread Stephen Gigante
You'll need to use the preview rather than the sandbox (unless there's a Google Apps option in there?) for this one, but the API you're looking for is: http://code.google.com/apis/contacts/ - Stephen On Wed, Feb 3, 2010 at 2:03 AM, maxsap wrote: > hi, I am developing an android app and have to