|
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).
|
|
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.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
I have a friend who is need of a web page. He does interior construction, and would like to have a gallery of his work. I'll probably go for a php host, and was thinking about the best way to implement the image gallery for him. I came up with:
Use flickr...
Started by Chris Marasti-Georg on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out the Flickr API , especially Flicker:
function newFlickr() { static....
Flickr was perfect for them of administration) was overkill for what this client needed.
I recently implemented a Flickr-based photo gallery for a client.
|
|
Should I stick with Flickr or purchase google photo storage? Flickr is better in every aspect except that it's not google, and this bothers me because I'd like to keep every part of my digital life integrated into my google world (reader,docs,gmail,sites...
Started by Jonathan Kushner on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
But I'm thinking about buying a pro account on Flickr because it gives me.
Flickr isnt bad, tasks, search, browser.
With google, picasa makes uploading pictures very easy.
Because Picasa is so great.
|
|
So I've got a hobby site I'm working on. I've got items that are tagged and I want to associate those items with photos from Flickr. Even with restrictive searches I might get results numbering in the thousands.
Requirements:
I want to display between...
Started by Scott Gottreu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Build....
Keep your core code clean and don't clutter it with remote operations and retention policy .
It could be locally accessible REST application.
I would suggest moving the code that selects, randomizes, downloads and caches photos to separate service .
|
|
I'm about to start developing a REST API for a client's website and I've been doing some research. I came accross this useful SO question on the gold standard for APIs: http://stackoverflow.com/questions/297005
Prior to reading this post I'd thought about...
Started by Richard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Another example: http://api.flickr.com/services/rest/?method=flickr.test.echo&name=value "method" should be one of the HTTP methods... .
Incorrect use of HTTP verbs: Flicker uses the verb "replace" instead of HTTP PUT in http://api.flickr.com/services/replace/ .
|
|
Hi:
I need to be able to log users into our flickr account using the account username and passwrd. I have been searching online for quite a while now but only founds bits and pieces of an implementation. I am not experienced with Http calls at all. I ...
Started by Tolga on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
>.<
The Flickr API requires:
API Key Perms (Permissions: read, write and token is with Flickr.Net....
The best approach though, is likely to be using the Flickr API the newly acquired cookies.
Browser is sending in the login request.
|