|
EDIT: I added a bounty, if someone could help me figure out what I am doing wrong, its all yours.
Also, I don't really care how this gets done. If there is a library that can help out, or something of that sort that would be great.
Since there is no Captcha...
Started by CccTrash on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead of doing screen scraping and making your life of programmer hard, you could use the Flickr.
|
|
I'm using jquery.flickr-1.0.js to search flickr for images in my application. The problem i'm facing is that sometimes it takes a few seconds for flickr to respond with results and i want to load a spinning gif in place of my search button 'btnRefresh...
Started by adam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So, you could just display....
The flickr plugin supports a callback property in its options.
I'm not familiar with the flickr() method you reference above, but generally the approach, a msg saying that the script appears to be timing out).
|
|
Http://github.com/ctagg/flickr/tree/master
I'm trying the example in the home page of the flickr gem.
require 'flickr' flickr = Flickr.new('MY_KEY')
user = flickr.users('sco@scottraymond.net')
user.name
user.location
while I'm able to get the user object...
Answer Snippets (Read the full thread at stackoverflow):
Require 'flickr' f = Flickr.new('<<MY_KEY>>') u = f.users('sco@scottraymond.net') puts.
|
Ask your Facebook Friends
|
We'd like to download all our Flickr photos & sets to iPhoto or just to a PC directory so we can sync our photos & sets to our iPhones (and possibly get off Flickr). Is there a way to do this?
Update : We do have a pro account right now.
Started by Marcus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
There are a variety of Flickr tools available out on the web, available for a variety of operating also be interested in checking out this list of cool Flickr tools , which was where I found Flump you can backup your flickr photos....
|
|
Is it possible to get static image URL from the flickr URL via an api call or some script ?
For eg :
Flickr URL -> http://www.flickr.com/photos/53067560@N00/2658147888/in/set-72157606175084388/
Static image URL -> http://farm4.static.flickr.com/...
Started by NM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You use.
For the images are contructed: link
In your Flickr URL, the photo ID is 2658147888.
|
|
I have a Flickr Pro account and would like to sync it with all my photos. This is hoped to be a way to backup all my photos in an online repository.
So I need a tool that will watch a folder and then sync changes. I would love it if it kept sets up to...
Answer Snippets (Read the full thread at superuser):
How would you keep Flickr metadata (tags, titles, descriptions) in....
The Flickr API doesn't really have the hooks (yet?) to make such a thing do-able w/o lots of work + requiring lots of internet traffic.
I don't think such a thing exists.
|
|
Just wondering how does Flickr prevent people from downloading images from its site? What are they using?
Started by Phen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The idea being that a single request would.
Flickr's transparent gif technique in conjunction with it.
|
|
Hi,
I have a requirement of uploading an image to flickr through an application in Flash AS 2.0. I am not clear with the authentication process. Could anyone help me out with this?
Thanks in advance.
Started by Padmini Srinivasan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using a pre-built library (as Paul suggested) will make your ... .
Alternatively, you might want to code your own solution using flickr's built in api without re-using working through Flickr's auth procedures before you can send the file...
|
|
What are the better options to upload pictures to Flickr from an android phone?
I am using BucketUpload but find its lack of background upload to be annoying. It also doesn't integrate with the "Share" Intention.
What are the free options or low cost ...
Started by sal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I found this app.
You could email your pictures to the upload-email-address that flickr gave you.
|
|
Hiya,
I'm trying to pull in images from Flickr using the phpFlickr library but the docs seem to be quite vague and the results aren't as good as i would like, i wonder if anyone can shed some light on my code (maybe i'm using the wrong syntax?).
It works...
Started by Shadi Almosri on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Flickr Service API.
I checked out phpFlickr.php and they are basically just passing your parameters directly up to Flickr.
According to Flickr's API docs.
|