Flickr API using phpflickr class
/* flickr api using phpflickr class */
include 'flickrconsts.php' ;
include 'phpFlickr.php' ;
$f = new phpFlickr( FLK_API_KEY, FLK_SECRET, false );
$url = $f -> urls_getUserPhotos('8764442@N07') ;
echo $f -> getErrorCode() . $f ->getErrorMsg() ;
echo $url ;
$url = $f -> people_getPublicPhotos('8764442@N07','geo,tags,machine_tags', 5) ;
echo $f -> getErrorCode() . $f ->getErrorMsg() ;
print_r( $url ) ;
Comments
"8764442@N07"
http://www.flickr.com/services/api/explore/?method=flickr.blogs.getList