Retrieving images using tags : OK! def index flickr = Flickr.new(File.join(RAILS_ROOT, 'config', 'flickr.yml')) @photos = flickr.photos.search(:user_id => "12323423...@n05", :tags => params[:tag], .. end ---------------------------------------------
How can I retrieve my list of TAGS from flickr? What am I missing ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

