Hi, I am looking to implement a HTML form with multiple file input fields and submission of form should upload all photos selected by user. I checked the...
... You actually have to do a separate post to the API for each photo. -- Dan Coulter http://dancoulter.com/ http://phpflickr.com/ http://blogsforbands.com/ ...
I understand that the way flickr arrives at a photo's "interestingness" is proprietary, and I wouldn't ask to violate the method. But I would very much like to...
Hi everyone, Hope this is ok to post here... You can see a list of my groups on Grouply at the link below. Maybe you'll find some you want to join. SCOTT ...
I read in *one* place online that yws has a 5000 queries per day per IP usage limit. I could not however find this anywhere on Yahoo's sites itself though....
... We do have rate limits. They apply to all response formats equally, but they're higher than 5000 queries per day. I'll ask a different question - what is...
Hi, I was wondering if anyone know a way to get a list of recently deleted (public) photos through the API. I know flickr.photos.recentlyUpdated gives a list...
... There is no way to do that. ... If you mean that you are caching or saving images, and you need to see what files have been deleted, you probably need to...
I'm trying to implement a slideshow web-app in Processing ( www.processing.org ) for *my* flickr images but am bumping into an authentication wall for the...
You need to authenticate the app once with read permissions, then store the given auth token, place it in your code or whatever. Use the auth token to make...
Hi all, I've had a couple of users reporting that Flickr is sending back responses like the following: <?xml version="1.0" encoding="utf-8"?> <rsp> <err> ...
Well it's like a bad dream. It started when my wife changed my Internet provider without my understanding (paying attention to what she was saying to me)the...
your ISP should have no effect on accessing your flickr account unless the for some reason block the site entirely which is not what is happening if you setup...
Actually considering they mentioned AT&T whose email services are provided by yahoo, I'm going to guess that they used their AT&T yahoo id to login to their...
I'm using the flickr.photos.search call to get a list of photos, and for each photo I'd like to know whether the user has disabled downloads (something like...
... "Allow downloads" is a global setting, not per photo, so if a photo is "All Rights Reserved" and has no original size available, then I'm pretty sure that...
Read the full documentation in #8 under that link. You don't just take the MD5 digest of your key; you need to alphabetize the arguments you're using in your...
ok i understand that but arguements like what especially i want api_sig in a link to authenticate my application by users ? thanks alot ... arguments ... ...
http://www.flickr.com/services/api/explore/?method=flickr.photos.getWithoutGeoData Can anyone give me example data to put in here that actually returns...
I can't see any problems using the API explorer If i choose "Sign call as me with full permissions?" and enter no params i get back the first 100 of 1700...
Interesting! Ok, so turns out that it's not that it wasn't working, but it has no output in Safari. If I use the url that is generated at the bottom, that...