[Google Wave APIs] Re: How to update a blip?

2010-01-18 Thread Wes
Hi Thomas, RobotMessageBundle.getBlip(waveId, waveletId, blipId) does returns the blip I want. I logged all 3 IDs and double checked! So it seems it's the textView.append("") isn't updating the blip's textview as it suppose to!? And in the case of the blip not found, which I assume the getBlip

Re: [Google Wave APIs] Timeout for Robot calls

2010-01-18 Thread pamela (Google Employee)
There is a timeout for App Engine requests - Any given web request must be under 30 seconds, and any urlfetch must be under 10. I imagine that you're running into one or both of those issues, though I believe you should see an error in your App Engine logs to that effect. On Tue, Jan 19, 2010 at

Re: [Google Wave APIs] Re: Security concerns on using waves in corporate setting?

2010-01-18 Thread pamela (Google Employee)
We have not announced anything along those lines, to the best of my knowledge. (But anything is possible.) - pamela On Tue, Jan 19, 2010 at 3:56 AM, Matias Molinas wrote: > Hi > > Are Open ID and OAuth into your plans? or an hybrid protocol: > > http://step2.googlecode.com/svn/spec/openid_oauth_

Re: [Google Wave APIs] Re: Security concerns on using waves in corporate setting?

2010-01-18 Thread Matias Molinas
Hi Are Open ID and OAuth into your plans? or an hybrid protocol: http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html And integration with GFC? 2010/1/18 pamela (Google Employee) : > Hey Chris- > > It is not enabled by default, but you can request acc

Re: [Google Wave APIs] Re: Security concerns on using waves in corporate setting?

2010-01-18 Thread pamela (Google Employee)
Hey Chris- It is not enabled by default, but you can request access for it here: https://services.google.com/fb/forms/waveforapps/ There is currently a waitlist for enabling Wave on Apps domains, but we are working our way through that. - pamela On Sun, Jan 17, 2010 at 12:07 PM, Chris Wee wrot

Re: [Google Wave APIs] Question about sample gadget in presentation "Understanding & Extending Wave"

2010-01-18 Thread pamela (Google Employee)
That's a good observation. I think I would agree with you. It should only be necessary to iterate through the -vote keys and count them up. I imagine the author does the aggregate state for simplicity. Since he does keep all the state, he could decide to check the aggregate every so often and see

[Google Wave APIs] Question about sample gadget in presentation "Understanding & Extending Wave"

2010-01-18 Thread Tobias
The sample gadget shown in this presentation [1], basically I think it is this one [2], allows you to rate something (like it/dislike it). It uses a key-value-pair to count the "likes", one pair to count the "dislikes" and one pair for every user that voted ("m...@googlewave.com": "like"). So when

[Google Wave APIs] Re: Security concerns on using waves in corporate setting?

2010-01-18 Thread Chris Wee
Dec 21 Posting. http://www.google.com/support/a/bin/answer.py?hl=en&answer=171507 says that Wave is NOT Generally available for Google Apps. I do not see any method of enabling Wave in my Apps account. -chris On Jan 13, 3:49 pm, "pamela (Google Employee)" wrote: > If you're using Google Wave

[Google Wave APIs] Joint Jukebox

2010-01-18 Thread Jonathan Nagy
Hey guys: In response to the following post: http://googlewavedev.blogspot.com/2010/01/my-extension-wish-joint-jukebox.html I've created a wave for those interested to share ideas: https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BYyHO4__vC.3 -- You received this message because y

[Google Wave APIs] Re: How to update a blip?

2010-01-18 Thread Thomas Jungblut
Hi Wes, the procedure you told is right, but I guess this might be an issue with getting the blip of a certain ID. Just a speculation, but it would be great if you post your source code (the relevant part). -- You received this message because you are subscribed to the Google Groups "Google Wav

[Google Wave APIs] Timeout for Robot calls

2010-01-18 Thread chaitanya
Hi, I am wondering if there is a timeout interval for calls made by Wave to Robot. I am handling BLIP_SUBMITTED event and my event handler does some processing to an external system which could take upto 60 seconds for processing. The problem is for some operations which take long time for proces

[Google Wave APIs] Re: Agents ?

2010-01-18 Thread Wadael
Thank you. I think I'll have a look at the source code about this agent thing. Would it be good if one could add one's own code to a wave. I've dropped my GWardDog project until API allows. Pity I have to. The name is so cool :) As for now, it works but anyone can remove the robot. Just like eve