Flickr API get a limited number of comments -


i'm using flickr api's flickr.photos.comments.getlist method list of comments of photos site. photos using off of flickr.interestingness.getlist method , have hundreds of comments , favorites. i'd 8 comments per request, there way this?

also, need clarification on min_comment_date vs max_comment_date arguments. want photos within last 24 hours, argument use , supply it?

no,the flickr api doesn't allow list restrictions of comments via web service api. other commands have limiters page/per_page, not comments-list; @ least not @ moment.

about date arguments: flickr accepts unix timestamp or mysql datetime date fields, in case. can create timestamps programatically in programming languages, testing can convert values manually via http://www.unixtimestamp.com.

hope helps.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -