Does anyone know how to get going with the flickr api WITHOUT using the ''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http'' stuff. I''m just wondering how to send requests to the api and handle the response. Any tips would be great! Thanks! -- Posted via http://www.ruby-forum.com/.
Have a look at typo, it has a flickr sidebar. On 21/07/06, ry an <rheath@ircwv.com> wrote:> Does anyone know how to get going with the flickr api WITHOUT using the > ''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http'' > stuff. I''m just wondering how to send requests to the api and handle > the response. Any tips would be great!-- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/
Check out flickr.rb gem''s source code. Also, have a look at rflickr and http://premshree.seacrow.com/code/ruby/flickr-ruby -Pratik On 7/21/06, ry an <rheath@ircwv.com> wrote:> Does anyone know how to get going with the flickr api WITHOUT using the > ''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http'' > stuff. I''m just wondering how to send requests to the api and handle > the response. Any tips would be great! > > Thanks! > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- rm -rf / 2>/dev/null - http://null.in "Things do not happen. Things are made to happen." - JFK
On 7/21/06, ry an <rheath@ircwv.com> wrote:> Does anyone know how to get going with the flickr api WITHOUT using the > ''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http'' > stuff. I''m just wondering how to send requests to the api and handle > the response. Any tips would be great!If you *do* want to use the flickr library (flickr.rb), you can grab the latest copy off cvs from here: http://rubyforge.org/cgi-bin/viewvc.cgi/flickr/?root=libyws If you need help with it, let me know. Premshree