Yep, these and other fixes will be in a new release soon. Unfortunately I was in the middle of some other changes so can't just release an immediate fix, but...
... Yes a 'simple' http post. ... We use the Java MD5 message digest and its set to use UTF-8 - but my guess is that this is probably where the problem lies. ...
As you may or may not know Flex 2 went into public beta today. This is the next version of the Flash Platform which includes ActionScript 3 and Flash Player...
Hi, I applied for a commercial API key about 3 days ago and haven't heard anything yet. I was just wondering how long this process usually takes? Thanks, Jon...
... Commercial API keys go through individual review, not sure by whom, but it's likely by the senior staffers, so it would depend how busy they are at the...
Thanks both of you for your responses. I was just concerned because I hadn't heard anything (not even an automated response), but now I know to sit tight for a...
I have some clues that will hopefully help in solving these problems. I made some modifications to my getExif method handler. First, I forced it to accept the...
Hello everybody, In my free time over the past one week, I've written an open source Python script called Ann-O-Tate 2.0 (version phi(1)), which accepts audio...
Hi, I may be doing something stupid, but I am getting this behavior in my app and when using the flickr API explorer. The API for flickr.photos.search...
For my userid and for others too - same response <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <who id="60746425@N00"> <tags /> </who> </rsp>...
Hi! I love what YAHOO has offered to its subscribers and it helps me a lot coz i don't have to sign-in to YAHOO anymore to check the weather in our place and i...
Hi everyone, Was signing up for my api key and it says to get the api signature value I get the md sum of the api key I add the api key, the shared secret and...
You should not be using the old username/password authentication anymore (for Flickr IDs or any other). See the new authentication mechanism at the link below....
... If you do need to do it, though, the md5 checksum should be available as a library or function for whatever language you're using, so you'll just be able...
My father uses WebTV and therefore can't directly access the "order prints" feature (because the Flickr pages are generally not usable with WebTV and because...
The initial release of SimplrFlickr is now available at: http://simplrflickr.python-hosting.com/ SimplrFlickr is a new Python API kit that is designed to...
Hi guys, is my first time here. What do you think about this application? ... Is an experiments, but I'd like to perform it. Thanks in advance Daniele ...
Does anyone know if you can use SOAP messages in the upload API, or does everything have to be submitted via the REST Format. All the functions we have written...
Hi, (The dog ate my last post it looks like...) My first mashup with Flickr APIs - I am using it to create a captcha image for registrations. Here more info ...
... Nice. You could also use the RSS feed which has a very simple interface: http://www.flickr.com/services/feeds/ If you're running PHP5, you're lucky,...
... Welcome! 1) Doing a search for each key-press is a pretty obnoxious use of the API. Cool trick, but much better to wait until the user submits. 2) Flickr...
... 1. Flickr's not a source of free images and bandwidth: you can't use the images without linking back to the photo page, and should only be using ...
... Waiting for some longish inter-key delay (say 1/2 to 1 second) is a fairly standard way to accomplish this sort of magic without hammering on the service. ...
Hi Stewart, 1. Understood, I will make sure I will credit image source back to flickr. I thought I was getting only public images but will make sure I limit...