Hi all,
I was trying to build picasa api in my application. But to fetch the
photo entry the search is not working.
The code snippet is as followed.
URL baseSearchUrl = new URL("http://picasaweb.google.com/data/feed/api/
all");
Query myQuery = new Query(baseSearchUrl);
myQuery.setStringCustomParameter("kind", "photo");
myQuery.setFullTextQuery("searchkey");
myQuery.setMaxResults(3);
AlbumFeed searchResultsFeed = myService.query(myQuery,
AlbumFeed.class);
But "searchResultsFeed.getPhotoEntries().size()" is retorning zero. I
hope there is something missing in forming the querry. Please give me
some light in this context if you are aware of that.
Regards,
Tanmay
--
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.