phpFlickr 1.6 (final). Geocoding included.

Posted on Tuesday 29 August 2006

I just put up the file released for 1.6. You'll notice that I've got all of the new methods in there, including the comment and geocoding API methods.

Just a couple of notes:

  • The photos_getWithGeoData() and photos_getWithoutGeoData() functions use the same style of arguments as photos_search(). That is to say that you need to pass an associative array if you want to use any of the optional arguments.
  • By default, phpFlickr will use PHP's XML parsing functions. This is different from the 1.6-beta release, but the same as every version before it. If you would like to use the SAXY parser which handles unusual characters better, but can use a lot more memory. Just bear that in mind if you are going to use it. To use the SAXY parser, use the following code (with whatever modifications you need, of course):
    $f = new phpFlickr('[api key]');
    $f->useSAXY(true);

3 Comments for 'phpFlickr 1.6 (final). Geocoding included.'

  1.  
    August 30, 2006 | 12:28 am
     
    thanks for updating so quickly!
  2.  
    August 31, 2006 | 3:42 am
     
    That was fast, thank you!
  3.  
    April 6, 2007 | 3:13 pm
     
    APIs 4 Dummies... Ich habe mich gerade ein wenig nach Klassen umgesehen, mit welchen sich einfach auf APIs großer Services, wie YouTube und Flickr, zugreifen lässt. Unter Einsatz dieser Klassen kann man dann Elemente dieser Services (Videos, Bilder) in die eigene Webs...

Leave a comment

(required)

(required)


Information for comment users
Line and paragraph breaks are implemented automatically. Your e-mail address is never displayed. Please consider what you're posting.

Use the buttons below to customise your comment.


RSS feed for comments on this post | TrackBack URI