Jeff Fisher (Google) wrote: > Hi, > > You probably didn't specify "kind=photo" in your request. The > following works for me: > > http://picasaweb.google.com/data/feed/api/all?kind=photo&q=cat
I did specify that parameter. In fact, I went back to the basic example for a community search in the developer's guide: (http://code.google.com/apis/picasaweb/developers_guide_java.html) This does not seem to work as advertised, the point being that an AlbumFeed returns GphotoEntry objects - and not PhotoEntry instances. So the developer's guide code fragment does not produce any output whatsoever. A searched around a bit and found a report on: http://markmail.org/message/o5onsanwxrh2aagl Apparently, there's a big difference between using the pre-built JAR files and compiling from the source code. My code is suddenly working! All I did was switch from "Use the Source Luke!" to adding pre-built JARs to my project. Weird. Sandor -- Information and Computing Sciences, Utrecht University, the Netherlands Personal coordinates: http://www.cs.uu.nl/staff/sandor.html "It's a beautiful day, don't let it get away!", (U2, Beautiful day) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
