Stocky code with the following modifications work for me!
if (domain.equals(SANDBOX_DOMAIN)) {
setupOAuth(OAUTH_KEY, OAUTH_SECRET, SANDBOX_RPC_URL); //remove
from code: "google.com:" +
}
if (domain.equals(PREVIEW_DOMAIN)) {
setupOAuth( OAUTH_KEY, OAUTH_SECRET, PREVIEW_RPC_URL); //remove
from code: "google.com:" +
}
also use Stocky urls:
private static String PREVIEW_RPC_URL = "http://gmodules.com/api/rpc";
private static String SANDBOX_RPC_URL = "http://sandbox.gmodules.com/
api/rpc";
--
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.