dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Multiple Calls to OAuth in the Same Application Causes Problems #716

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a Robot application that uses the Active API to create new waves. I 
call OAuth in the constructor of my Robot class. I found that if I 
instantiated a second Robot to use the Active API to create a new wave, the 
operation would fail.

I was able to work around this problem by using Guice to ensure I only 
created one instance of my Robot. However, Austin felt that people should not 
have to do this in order to use the Active API.

Original issue reported on code.google.com by eric.kol...@gmail.com on 1 Apr 2010 at 5:26

GoogleCodeExporter commented 9 years ago
is this still a problem? I remembered you mentioned something about missing 
jars in your project and perhaps 
that was the real issue?

Original comment by austin.c...@gmail.com on 8 Apr 2010 at 12:14