myRobot.setupOAuth(CONSUMER_KEY, CONSUMER_SECRET, "http://sandbox.gmodules.com/api/rpc");The verification seemed to work yesterday and I am using the Consumer Key and Consumer Secret I received then.
}
Which I assume should be this:
public MyRobot() {
this.setupOAuth(CONSUMER_KEY, CONSUMER_SECRET, "http://sandbox.gmodules.com/api/rpc");
}
However, when I start my bot get this error:
Uncaught exception from servlet
java.lang.IllegalArgumentException: No consumer key is found for the RPC server URL:
at com.google.wave.api.AbstractRobot.deserializeEvents(AbstractRobot.java:1018)
at com.google.wave.api.AbstractRobot.processRpc(AbstractRobot.java:859)
at com.google.wave.api.AbstractRobot.doPost(AbstractRobot.java:584)
...
Thanks,
-joe
java.io.IOException: Timeout while fetching: http://gmodules.com/api/rpc?oauth_body_hash=xD&oauth_consumer_key=x&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1270687839&oauth_nonce=x&oauth_version=1.0&oauth_signature=x
--
You received this message because you are subscribed to the Google Groups "Google Wave API" group.
To post to this group, send email to google-...@googlegroups.com.
To unsubscribe from this group, send email to google-wave-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.