Hi Michael,

Regarding AuthSub vs. OAuth, the two protocols are
somewhat alike if you're using secure AuthSub.  Both
protocols require digital singing, although OAuth is
somewhat more complex to get right.

That being said, secure AuthSub tokens are interchangeable
with OAuth access tokens.  You may want to stick with
AuthSub for now and port over to OAuth later on (if necessary).

There's this C# class that may be useful:
http://oauth.googlecode.com/svn/code/csharp/OAuthBase.cs

Eric

On Nov 5, 6:10 am, Frank Mantek <[EMAIL PROTECTED]> wrote:
> I plan to release OAuth Support in .NET. But it will be a few weeks  
> (the feature is on the list for the next release).
>
> If you want to chip in, i am more than happy to take your  
> contributions as a patch file though. If you mimick it after the java  
> library that would be great.
>
> Frank Mantek
> Google
> On Nov 5, 2008, at 2:22 AM, michael kariv wrote:
>
>
>
> > I have a web app that works with Spreadsheets API to change
> > spreadsheets and Doc List API to create new ones. I went from AuthSub
> > to Client login, because of multiscope/user experience issues and now
> > want to get back, as multiscipe features has been relesaed. I realize
> > that OAuth is now implemented and works just like AuthSub.
> > However .NET library documentation only shows and mentions AuthSub.
> > What should I do? Wait for OAuth? Implement AuthSub and then wait for
> > OAuth, hoping .NET library design will make replacing one with another
> > easy?
> > Those familiar with protocol level OAuth, is it similar to AuthSub
> > enought that I should venture into modifying GData sources to adapt
> > for it?
> > Any tips are very much welcome. I've got to release mine soon (to
> > extended private beta) , and this is the last outstanding issue.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" 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-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to