Hello, On Tuesday, August 28, 2012 6:36:58 PM UTC-7, sampatto wrote: > > Hi Mike, > Thanks a lot for your reply.At the same time Sorry for the late reply > from me. > Your answer was very useful. > > I am Sorry for asking one more question from you again,but Please help me. > > 1.It seems that Google Java Data APIs Client Library > requires mail.jar for the some of Picasa Web Albums Data API > functions calls such as person.getEmail()... > > If so what does Google .NET Data APIs Client Library use for > person.getEmail()? Is it System.Web.mail? > I'm sorry, but I'm not sure where mail.jar is needed. The problem with using the .NET Library with version 2 is that the actual structure of the feed and entries are different. You could write your own parser (or just use a library for XML parsing) and pull out any of the information you want. The login mechanisms should be the same between the two, although you might want to look into setting up oauth2. In fact, there's a client library for Oauth2 in .NET:
https://code.google.com/p/google-api-dotnet-client/wiki/OAuth2 although I don't see one for C#: https://developers.google.com/accounts/docs/OAuth2 > Actually we are trying to convert Java code to c# code which is used for > accessing the Picasa Web Albums Data API. > Let me know if you have more questions about the API. Good luck! > Greatly appreciate your answer. > With Best Wishes, > Tharanga. > > On Sunday, August 12, 2012 7:31:24 PM UTC+9, sampatto wrote: > >> Hi, >> I am a Software Developer working in Japan.We are developing a software >> application to connect and download pictures from Picasa.. >> We have been using Picasa Web Albums Data API in Java and now we are >> trying to change it to Picasa .NET Data API.. >> Actually I have two Questions >> ①Does Picasa .NET Data API give all the functionalists and features that >> are in Picasa Java Data API? >> >> ②Why there is no .NET Data API for the current version 2.0(only Java >> Data API is available)? >> Would Google Inc. stop releasing .NET Data API in future version >> like version 2.0? >> >> Greatly appreciate if you can give an answer >> > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-picasa-data-api/-/FiQ2GqOolzwJ. 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-picasa-data-api?hl=en.
