ok I am sure we''ve all tried to get the flickr screencast from the main ruby on rails site working. I followed along and tried to get it up and got nothing... When i hit search i get an error message saying "Invalid API Key (Key has expired)". I''ve searched all over the internet trying to look for the answer to this problem with no luck. Any help you can offer would be appreciated.. Keith --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On 10/22/06, Keith <keithmancuso-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > ok I am sure we''ve all tried to get the flickr screencast from the main > ruby on rails site working. I followed along and tried to get it up > and got nothing... > > When i hit search i get an error message saying "Invalid API Key (Key > has expired)". I''ve searched all over the internet trying to look for > the answer to this problem with no luck. Any help you can offer would > be appreciated..the crappy flickr gem needs some love. -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Soo what do i do? whats a better way? On Oct 22, 2:27 pm, "Rick Olson" <technowee...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 10/22/06, Keith <keithmanc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > ok I am sure we''ve all tried to get the flickr screencast from the main > > ruby on rails site working. I followed along and tried to get it up > > and got nothing... > > > When i hit search i get an error message saying "Invalid API Key (Key > > has expired)". I''ve searched all over the internet trying to look for > > the answer to this problem with no luck. Any help you can offer would > > be appreciated..the crappy flickr gem needs some love. > > -- > Rick Olsonhttp://weblog.techno-weenie.nethttp://mephistoblog.com--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
the flickr gem is fine. you need to get your own API key to replace the expired one which is hardcoded into the flickr.rb file. They don''t call it "simple" for nothing. http://www.flickr.com/services/api/keys/apply/ The flickr.rb file should be located in the following or similar folder lib/ruby/gems/1.8/gems/flickr-1.0.0/ --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
cheggers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-25 17:23 UTC
Re: Flickr Screencast not working
Brian Gibson wrote:> the flickr gem is fine. you need to get your own API key to replace > the expired one which is hardcoded into the flickr.rb file. They don''t > call it "simple" for nothing. > > http://www.flickr.com/services/api/keys/apply/ > > The flickr.rb file should be located in the following or similar folder > > lib/ruby/gems/1.8/gems/flickr-1.0.0/I change my API key in that file and now works perfectly thanks --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---