>From your post, I assume the way I did is the only way to get that
information for now and there is no way to getTotalStars() for a
photo.

I am writing code for my own use, so if it breaks, I can easily fix
it. In other words I don't have a problem using undocumented features
that might be changed / removed without notice.

I recently started using PWA API and the biggest problem I have had is
figuring out if a particular feature is not there or if I was doing
something wrong. Javadocs for PhotoEntry, AclFeed and other such
classes seem to suggest that these features are available when in
reality they are not. Can you point me to the page that has ALL the
features that are supported and NONE of the features that are not
supported yet?

Thanks for providing a free product and free support. I really
appreciate it.

On Feb 26, 10:24 am, Detlev Schwabe <[email protected]> wrote:
> There's always certain features in feeds that are not ready for primetime,
> not fully functioning or just there for internal purposes.
> They are not documented on purpose and hence also not supported in any of
> the client libraries. They can also not be relied on to continue to exist in
> their current raw form and don't fall under the cover of the guaranteed
> support that applies to officially documented features.
>
> On Fri, Feb 26, 2010 at 4:53 AM, AC <[email protected]> wrote:
> > I am using Java gdata version 1.40.3 and I am having the following
> > problems:
>
> > A) I can get AclFeed using the URL
> >http://picasaweb.google.com/data/feed/api/user/default/albumid/123456...
> > but the AclEntry objects returned by this feed always return null for
> > AclEntry.getScope() and AclEntry.getRole(). Information about scope
> > and roles is hidden away in AclEntry.getXmlBlob().
>
> > B) PhotoEntry objects returned by AlbumFeed (retrieved using URL
> >http://picasaweb.google.com/data/feed/api/user/default/albumid/123456)
> > always return null for PhotoEntry.getViewCount() and
> > PhotoEntry.getTotalStars(). The view count can be retrieved by making
> > additional calls (one for each photo - see below) which is quite time
> > consuming but there is no way to get TotalStars.
>
> > C) Since the PhotoEntry objects returned by AlbumFeed do not contain
> > "ViewCount", I have to get PhotoFeed for each and every photo to get
> > that information. If that were not bad enough, the ViewCount is hidden
> > away in PhotoFeed.getXmlBlob() and the PhotoFeed.getViewCount() always
> > returns null.
>
> > In short is there an easier way to get AclScope, AclRole and
> > GphotoViewCount objects and is there ANY way to get GphotoStarred
> > object.
>
> > --
> > 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]<google-picasa-data-api%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-picasa-data-api?hl=en.
>
>

-- 
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.

Reply via email to