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