flickraw
flickraw copied to clipboard
Ruby library to access flickr api.
https://github.com/hanklords/flickraw/blob/95700877e6e396845704258b854eeee7c699f1fe/lib/flickraw.rb#L74 **url_h, url_k uses a different secret** ```ruby def url_q(r); PHOTO_SOURCE_URL % [r.farm, r.server, r.id, r.secret, '_q', 'jpg'] end def url_n(r); PHOTO_SOURCE_URL % [r.farm, r.server, r.id, r.secret, '_n', 'jpg'] end...
I have set up the the FLICKRAW_API_KEY and FLICKRAW_SHARED_SECRET environment variable, but authentication does not work either way. ``` (byebug) FlickRaw::Flickr.new *** FlickRaw::FlickrAppNotConfigured Exception: No API key defined! nil (byebug)...
I have a small tool to upload photos with the flickraw library and until recently it worked flawlessly (for many years). Now it consistently throws random errors during the upload...
Sometimes the flickr api returns html with status 502 and in that case I get an JSON::ParserError ``` JSON::ParserError: 795: unexpected token at ' Yahoo html { height: 100%; }...
``` FlickRaw.ca_file = '/foo/bar' > NoMethodError: undefined method `ca_file=' for FlickRaw:Module ``` Same applies to `check_certificate=`