samjudson / flickr-net

Home of the FlickrNet API libary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get the number of favs of a photo

xuyl0104 opened this issue · comments

Hey guys, can I get the number of favs of a photo using this flick-net library?
Any answer is helpful to me.
Thanks!

If you mean a single photo then call PhotosGetFavorites().

If you are performing a search then add the PhotoSearchExtras.CountFaves to get the number of favorites for each photo in the result set.

Thanks Sam. Your answer helps a lot. I'll try that.
All the best!