Archives

Archive for January, 2006

Future API Features.

Dathan Vance Pattishall, one of the Flickr Devs, has posted the following email to the Flickr API mailing list:
We are talking about adding more API methods, maybe this would be a good thread to start a vote on what API methods flickr is missing, or what additions are desired.
I'll bring API additions up in our […]

Server Flakeyness

My server has been behaving badly over the last couple of days.  I've taken some steps that I hope will help.  Hopefully it's fixed for now.

Relevant searches

In case you don't follow the Flickr API mailing list, they've just implemented a new way to sort your searches.  You can now pass the value "Relevance" into the sort parameter of photos_search() if you are searching by tag or by text.  The method will return (obviously) the most relevant photos to your search.

phpFlickr 1.4.3, now with more interestingess

I've just put up version 1.4.3 of phpFlickr for you to download. The guys at Flickr just put out a new method to display the most interesting photos of a day. I've implemented it as interestingness_getList(). If you go to the interestingness example, you can see it in action. One thing […]