I've since had some luck resolving this issue. Not sure if it's a bug
with Adobe's Flickr library or not, but it appears that when you do a
search and it returns a PagedPhotoList, that PagedPhotoList contains
an array of Photo objects. Those Photo objects do not have detailed
information in them, most of their meta data is empty (which I suspect
is due to how the Flickr API itself works). 

What I have done, is looped through each of the videos in the
PagedPhotoList, and then requested the detailed information using
flickr.photos.getInfo(id, secret). That seems to have done the trick,
although it seems a little bit hackish to me.

Brian

--- In flexcoders@yahoogroups.com, "klumikaze" <[EMAIL PROTECTED]> wrote:
>
> Has anybody experimented much with the Flickr library that's on Adobe
> Labs?
> 
> Overall, I'm thrilled with it... it works wonderfully. However, one
> crucial piece for me is the ability to retrieve the number of comments
> on a given Photo object. Currently, the Photo objects all have a
> commentCount of 0 (even though their online counterparts clearly have
> many more).
> 
> I have experimented with using the Flickr API manually via REST, and I
> have determined that it is indeed pulling back the proper number of
> comments for a given photo_id. So something tells me that Adobe's API
> might not be receiving 
> 
> I have the FlickrService calling photos.search, returning a
> PagedPhotoList. I have used debug mode to determine the items of the
> PhotoList, and all of the Photo objects within it have a commentCount
> of 0 as well.
> 
> I poked around the Flickr library source (available at
> http://labs.adobe.com), and I could not pinpoint where the error
might be.
> 
> Anybody experienced these issues? Any ideas on how to solve them?
> 
> Any help would be appreciated.
> 
> Thanks,
> 
> Brian
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to