Displaying 20 results from an estimated 10000 matches similar to: "RFlickr usage"
2006 Jul 20
3
Flickr API and Ruby Question...
I have a local version of the flickr.rb file installed and working
properly, but apparently I''m having issues installing it on my Dreamhost
server.
So, does anyone know how to do it the normal way? Just interfacing
directly with the flickr/api without using the gem ''flickr.rb''?
Any tips in the right direction would help me tremendously! Thanks!
--
Posted via
2007 Apr 17
0
rflickr: invalid auth token when uploading
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I''m working on an application which uses rflickr to upload images to
flickr. I''ve generated and cached an auth token as described in the
GETTING STARTED document in the rflickr tree. However, when I call the
API, I receive an error stating "ERR: Invalid auth token (98)". The
extended error is:
XMLRPC::FaultException
2007 May 06
0
can't access rflickr methods
Hi all,
I have some trouble using rflickr. I can instantiate a flickr object
but not use its methods:
this works: flickr = Flickr.new
this doesn''t work: sets = flickr.photosets.getList
That''s the error mesage I get: undefined method `photosets''
I simply copied rflickr to the vendors dir. Was that OK ?
Any ideas ?
2006 Jul 19
1
flickr.rb error
hi all,
i am trying to put flickr on my ruby app using the famous "Putting
flickr on Rails" tutorial...i followed all the steps what was given
there...but the followoing error always come...
Error Message:
NoMethodError in FlickrController#search
private method `gsub'' called for 24:FixnumRAILS_ROOT:
C:/rails/flickr/config/..
Application Trace | Framework Trace | Full
2006 May 22
8
flickr tag question
hey,
i am using the flickr wrapper for ruby and need to access the tags of a
specific photo. i got all the rest working. i must admit i am kind of new to
ruby, but i tried and tried and couldn''t figure it out. among other things i
want to read geotags like in my example here:
http://www.flickr.com/photos/whoisstan/146634506/
i''m sure it is deadsimple and i just overlooked it.
2006 Jul 21
3
Interface with Flickr
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/.
2007 Jan 05
0
Help with rflickr
I''m having trouble generating my flickr token I''m following the tutorial
on Max Dunn''s website when I enter:
f = MyFlickr.new
I get this error:
NameError: uninitialized constant MY_CONFIG
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing''
from
2006 May 25
1
Rating System in Rails
hi everybody,
can you tell me, is there any plugins available for Rating (Rating
system) in Rails?
or any other way to do it?
plz give me the url if such plugin exist...
and plz give me the url of tutorial if any alternatives for Rating
process is available....
i expect some good replies...
Regards,
Neo
--
Posted via http://www.ruby-forum.com/.
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi
I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets.
I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in
e.g.
sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password",
2005 Dec 20
1
Problems w/ Flickr demo
I''m trying to alongside the Flickr demo, and I''m getting the following
error. I''m not sure why, as my code matches up exactly with what''s in
the video. I''d appreciate any help.
RgBJA
-----
OpenSSL::SSL::SSLError in Flickr#search
SSL_CTX_new:: library has no ciphers
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
2007 Feb 05
0
superclass mismatch for class OrderedOptions (TypeError)
ngw@adreadedsunnyday ~/projects/hotchalk$ script/server
./script/../config/boot.rb:28:Warning: require_gem is obsolete. Use
gem instead.
/opt/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:606:
superclass mismatch for class OrderedOptions (TypeError)
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require''
from
2005 Dec 17
2
Testing flickr
Hi, I watched the flickr demo video some days ago and I was impressed of
Rails so I decided to test it my self.. I put it on my web server on
windows (Apache2/fcgi/Rails1.0). All works well but I have this in my
log:
Processing FlickrController#search (for 127.0.0.1 at 2005-12-17
15:00:02) [POST]
Parameters: {"commit"=>"Find", "tags"=>"flower",
2006 Jul 17
7
Ajax Tabbed Browsing
I was wondering if anyone has done this, namely make tabbed browsing
exactly like a web browser, but have it within the page.
I would like to make a search function that updates a section of the
page with the results, as well as makes a new tab that displays those
search results. Then, if a user did 5 searches, there would be 5 tabs.
Each tab would hide the other 4 results and show the
2006 Jul 16
6
using collection_select
hello,
supposing i have a User class that contains a Wibble
class User < ActiveRecord::Base
has_one :wibble
end
in my view i have
<%= collection_select :user, :wibble, Wibble.find(:all), :id, :name %>
when i post, i get an error like
"Wibble expected, got String"
how/where am I supposed to convert this posted wibble_id into a
Wibble, or am I using collection_select
2006 Mar 29
4
xmlsimple not found
I''ve been working through the Flickr tutorial, and it looks like I
installed the Flickr gem with the require xml-simple gem without
problems. But when I got to the point in the demo when it was time to
submit the form, I got an error with the message "uninitialized constant
Flickr".
I did some poking around at the gem repository, and ran ''ruby
2007 Mar 05
1
Creating a simple tag plugin
I want to create a tag processor that is activated by something like:
{flickr: http://www.flickr.com/photos/censi/232006603/}
(it then downloads from flickr the description of the photo -- look
for example at http://www.dis.uniroma1.it/~acensi/category/sss06.html)
This is my flickr.rb:
load_plugin ''webgen/plugins/tags/tag_processor''
module Tags
class FlickrTag <
2006 Jul 26
4
can you pass data when you render :action
how can i do:
render :action => "headline", :id => @user.id
Thanks,
Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2006 Jun 24
2
using flickr.rb
Does anyone have any experience with using flickr.rb? Seems the only
thing which is documented for it is searching through your photos.
Anyway, all I''m trying to do is return a list of my 20 most recent
photos, but nothing seems to work.
doing this returns 100 photos for a given user (which takes all day to
load)
@flickr = Flickr.new ''API KEY''
@user =
2006 Jun 21
3
Call action & display nothing?
Can you do a periodically_call_remote to an action but then not display
any new view? say the new action was called ADD. I don''t want to do an
rhtml file for add, and I don''t want to render anything in the
controller... I want to leave the page as it is. How is this done?
Thanks,
Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2008 Sep 05
1
How do I use Internet Explorer 6.0 in Wine 1.1.3
Hi I just installed Wine 1.1.3 a couple of days ago, on my Acer Aspire 3623 Laptop (256MB and 40G HD) running PuppyLinux 4.0 OS. I installed Wine because I am taking an online math course at college and it needs a Windows OS and Internet Explorer 6.0 to run.
[Image: http://farm4.static.flickr.com/3224/2831514726_408632591a_o.png ]
Then I installed Internet Exlorer using the "Add