|
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).
|
|
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....
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
I'm trying to write an app that allows the user to take a photo, then upload it to a flickr group pool. Does anyone have any sample code that does this or can point me in the right direction?
Thanks.
Started by isaaclimdc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will have to use from the camera within your app How to save said photo on the device How to integrate the Flickr API.
The Flickr API is well documented .
Your question is rather unspecific.
|
|
Hi,
I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie and outputs an image gallery.
I have instructed my client to upload there images into their flickr account.
The images are showing but the feed seems to be limiting...
Started by Dan C on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But ....
It appears that they do limit it to the initial 20 photos on flickr
http://www.flickr.com/help/website/
Why do I only see 20 items in RSS feeds?
Flickr only shows as the items build up over time.
By adding &format=json to the url.
|