If you want to authenticate a user to Google docs, then your app will need to use OAuth to have the user grant access to your app for the Google docs data, and then store that token for your robot to use.
The common way to do this is for a robot to embed a gadget that asks for the authorization, and the documentation on using OAuth in gadgets is here: http://code.google.com/apis/gadgets/docs/oauth.html <http://code.google.com/apis/gadgets/docs/oauth.html> On Wed, Aug 4, 2010 at 4:44 PM, Acerezo <[email protected]> wrote: > Hello Joe I've been looking the example in the splash repository > however it's very difficult form me. Do you know where can I find any > documentation or course about google waves? I'm programming a robot > and I need to do authorizations from google docs user. > > Thanks. > > On Jul 2, 8:07 pm, Joe Gregorio <[email protected]> wrote: > > The Data API usesOAuth. When usingOAuththe scope should be: > > > > http://wave.googleusercontent.com/api/rpc > > > > You can find that in the documentation here: > > > > http://code.google.com/apis/wave/extensions/wavedataapi/index.html > > > > Thanks, > > -joe > > > > -- > > Joe Gregorio > > Developer Relations, Google Wave > > > > On Fri, Jul 2, 2010 at 7:49 AM, ramon <[email protected]> wrote: > > > Hi All, I'm trying to use the AuthSubRequest with the following url: > > > > >https://www.google.com/accounts/AuthSubRequest?scope=http://www.googl. > .. > > > > > And it says the scope was a bad parameter, also triedhttp:// > wave.google.com > > > and same result. > > > > > Wondering if anyone had a solution for a valid scope on Google Wave. > > > > > Best Regards, > > > Ramon > > > > > -- > > > 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]<google-wave-api%[email protected]> > . > > > For more options, visit this group athttp:// > groups.google.com/group/google-wave-api?hl=en. > > -- > 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]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > -- 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.
