ruby on rails - get 5 random favorites from flickr -


I need to retrieve 5 random favorite photos from Flickr profile.

Work with the Flickr API.

And it . Using the Favorites method works great, I can get the full list of user's favorite photos.

This is Flickr :: PhotoCollection and I do not know how to get 5 random records from it.

Thanks in advance!

  user.favorites.sort_by {rand} [0..4] = "Post-text" itemprop = "text"> 


Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -