Thanks, Anthony! Just a note RE: compatability - it looks like the 1.0a9 jar was compiled with the Java 1.5 JDK, and when I try to compile something against it...
... Frob" ... sounds like you're using the same signaure for both calls. you need to generate a new signature for every call, based on the arguments (which...
... flickr.people.getInfo is for finding user information by id flickr.people.findByUsername is for finding a user id given a username. hense the name. the...
For people just getting started, or for people working with PHP, Yahoo's own Rasmus Lerdorf (the original author of PHP) has written a great primer on the...
... browsers ... sometimes ... flickr doesn't officially support links or lynx. sounds like issues with rendering (links not working) and either cookies or...
... the problem with returning description in the extras section is that the extras section adds attributes to the photo element, but attributes can't have...
... it really doesn't look like a bug at our end. i can correctly pass signed unicode strings to the api. making a call to the findByUsername method, i have...
... I'll see if I can figure out what's going wrong. It's probably a simple change on your end to get lynx to work that would be 100% compatible with your...
It looks like lynx can't handle a div tag inside an anchor: <a href=""><div>Foo</div></a> won't show up as a link, but <div><a href="">Foo</a></div> will....
I believe lynx is operating correctly as I don't think <div> is allowed inside <a> in valid HTML (I know it's not allowed in XHTML...) --Mike...
Michael Kenney
mfkenney@...
Sep 2, 2005 1:03 am
454
... That's possible, but I'm taking it directly from the XML given to me by the API and sticking it into the XML parsing functions. The guy that programmed the...
Dan, Just wanted to mention that I finally got around to messing around with PHP and Flickr (I've been using mostly Perl to date) and I've found your...
Hello, I just noticed URLs of the form http://static.flickr.com/2/1418878_1e92283336_m.jpg (as documented in http://www.flickr.com/services/api/misc.urls.html...
... Whew. I've been using my api app to generate static html for blog posts... http://www.patandkat.com/pat/weblog/archives/2005/08/saturday_favori_6.php ...