Hi Michael, For #3 when you say AuthToken are you referring to using AuthSub to authenticate to a Google service? If so there is an ASP example in the following example:
http://code.google.com/support/bin/answer.py?answer=75506&topic=12022 Cheers, -Jeff On Oct 29, 1:56 am, michael kariv <[EMAIL PROTECTED]> wrote: > Things that I'd appreciate being included > 1. vs2005 solution for non-mobile > 2. vs2008 b2 solution > 3. a working asp.net web application example to use AuthToken > > 1 and 2 I can provide if you want. 1 is a technicality of cause but > why would one want to use wisard if it can be avoided. > 3. would be a great help. > > On Oct 19, 2:11 pm, Frank Mantek <[EMAIL PROTECTED]> wrote: > > > This is primarily a bugfix release. Also, it sports a brandnew sample > > application for our Picasa users, which shows how to browse albums > > and photos, upload and download images, as well as modify the meta > > data that goes with it. > > > To download just the new sample (on the windows platform), go here: > > >http://code.google.com/p/google-gdata/downloads/detail? > > name=PhotoTool.exe&can=2&q= > > > Here are the change notes since the last release: > > 1.1.1.0 > > > Features > > Added an EventId property to the EventEntry object. This one parses > > the atomId URI to just provided the EventId, which is used elsewhere > > (e.g., for recurring events). > > Added QueryAuthToken() on the service. If the Service is a Google > > authenticated service, you can use this to obtain an authentication > > token for ClientLogin > > Added CreatePicasaUri helper on the PicasaQuery classes to create a > > Uri based on a userID > > Added new PhotoBrowser sample project. The resulting file > > PhotoTool.exe is produced using the ILMerge tool from Microsoft (free > > download). That way, PhotoTool.exe is a standalone application with > > no further assembly dependencies. > > Bugfixes/Changes > > Fixed the parsing of the [EMAIL PROTECTED] attribute. The > > SimpleContainer parent class was broken in the sense that it did not > > call the generic parsing method at all. So all SimpleContainers would > > not have read in attributes, luckily OriginalEvent was the only > > instance of this. > > Fixed the OriginalStartTime get/set method which was using the wrong > > constant of the OriginalEvent object. > > Fixed the onclear() handler of the new extensionCollection base > > class. It was incorrectly casting to When obects, which could cause a > > runtime error when called. > > Fixed a bug in the simplecontainer class that could lead to an > > exception if the extension list was empty > > Fixed a bug in Originalevent where the wrong prefix was persisted, > > making saving an originalevent impossible > > Fixed NULL response object being used for authentication exceptions. > > Now the correct object used for the authentication request is passed > > to the exception. > > Changed the AuthException code to provide the status code detail as well > > CalendarEntry did use the wrong namespace to find the location > > object, hence retrieval of a calendar location was broken. > > Fixed ExtensionBase to not save NULL attributes as empty strings. > > This could cause Picasa updates to fail. > > Fixed MediaGroup to allow the retrieval of multiple Thumbnails. > > Introduced the ThumbnailCollection for this. To enable this, > > SimpleContainer and AtomBase now implement IExtensionContainer, a > > common interface that encapsulates owning Extension elements. > > Added a default constructor to CalendarQuery so that you can use it > > on .NET CF with a starting URI > > Changed the Reminder element to send an empty one to enable creation > > of default Reminders in the calendar > > > Frank Mantek > > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to google-help-dataapi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---