Hi,
I have the following code:
PicasaService myService = new PicasaService("exampleCo-
exampleApp-1");
myService.setUserCredentials(user+"@gmail.com", pass);
AlbumQuery query = new
AlbumQuery(PicasaQuery.CreatePicasaUri(user));
PicasaFeed feed = myService.Query(query);
The last line stays for a while, then i have the following error:
"did not find an auth token in QueryAuthToken"
"at Tracing.Assert(Boolean condition, String msg)"
The crazy thing is that yesterday the SAME code had been working
fine...Any suggestions??
Thanks a lot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums 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-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---