to whom it may concern: putting the following in the *end* of my constructor code solved the problem:
setAllowUnsignedRequests(true); thanks to Pamela :-) -Ohad On May 27, 6:46 pm, Ohad Redlich <[email protected]> wrote: > hi pamela > im trying to work with the active API. > i read the documentations, and read here a little bit. i saw that u > have changed the docs, so i followed your instructions. my code looks > like this : > > public RemedyRobot() > { > setupOAuth(CONSUMER_KEY, > CONSUMER_SECRET, > "http://gmodules.com/api/rpc"); > > } > > where CONSUMER_KEY and CONSUMER_SECRET are the strings that i got > after the verification. > note: even though in the docs u used this > URL:http://www-opensocial.googleusercontent.com/api/rpc, > i used the gmodules , after seeing it in the discussions here. > (now the "however suppose to come...) > however, i got the IllegalArgumentException: No consumer key is found > for the RPC server URL: > i saw here that it happened to other guys, and i read your answers, > and i tried to follow, yet i still get this exception, and the robot > is not working > > please HELP !!! > :-) > -Ohad -- 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.
