Archives

Archive for July, 2005

New links

I've added a new section of links over on the sidebar. I'm going to start posting links to applications that use the phpFlickr class. The first one is a script to generate a tag cloud based on a group of photos by Dan Steingart and it has various settings and options. Go […]

Photos search change

In the documentation for photos_search() function, you'll see that I tell you to use a space delimited string if you're searching for tags. Unless I am sorely mistaken, that's the way it used to work. What I know for sure is that Flickr now wants a comma-delimited string for tags. Which means […]

Authentication example

( News )

I've added a new example. This one deals with authentication and will use Flickr's new authentication API to figure out who you are and then it will display the last 36 pictures you posted. Have fun!

Version 1.3 Released - Authentication Support

( News and Releases )

I've just released a feature update for phpFlickr to support Flickr's new Authentication API. I included documentation on the new method in the readme file. I also included a couple of simple scripts (including a callback script) to help you use the authentication as painlessly as possible. I'd suggest using this new […]

New authentication API released

( News )

If you've looked at the new authentication spec, you probably know that it looks a little complex. I'm currently working on adding methods to my class that will support this scheme. Until I get that out, you can keep using the old method (Flickr isn't removing the old method quite yet). I'll […]