Hi! I'm trying to use an active Robot at sandbox environment.
I did the Authentication process at http://wave.google.com/wave/robot/register.
Every time that I do the authentication process my robot lost the
capabilities such as onWaveletSelfAdded,
onWaveletParticipantsChanged, ...
Should I use another authentication process for sandbox?
Using the wave preview, my robot is working based on capabilities, but
it is not working active. I insert the OAuth at constructor.
public MainRobot() {
this.setupOAuth(CONSUMER_KEY, CONSUMER_SECRET, "http://gmodules.com/
api/rpc");
}
When I try the robot.submit(wave,"googlewave.com"), I'm receiving
"java.lang.IllegalStateException: Consumer key, consumer secret, and
JSON-RPC server URL have to be set first, by calling
AbstractRobot.setupOAuth(), before invoking AbstractRobot.submit()."
Is there any way to be sure that setupOAuth was did correctly?
Thanks, Lucélia.
--
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.