Changeset 61 for FlickrPublicPhotos/trunk
- Timestamp:
- 05/05/05 18:35:35 (4 years ago)
- Files:
-
- 1 modified
-
FlickrPublicPhotos/trunk/FlickrPublicPhotos.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FlickrPublicPhotos/trunk/FlickrPublicPhotos.pl
r60 r61 17 17 $plugin->name("FlickrPublicPhotos Plugin"); 18 18 $plugin->description("Add FlickrPublicPhotos container and related tags. Version 0.10"); 19 $plugin->doc_link("http://as-is.net/hacks/2005/05/flickr _public_photos.html");19 $plugin->doc_link("http://as-is.net/hacks/2005/05/flickrpublicphotos_plugin.html"); 20 20 MT->add_plugin($plugin); 21 21 }; … … 95 95 use base 'Flickr::API'; 96 96 use XML::Parser::Lite::Tree::XPath; 97 use constant API_KEY => ' 9765114fb37045ea8d2ca9d813e24b63';97 use constant API_KEY => '9765114fb37045ea8d2ca9d813e24b63'; 98 98 99 99 sub new { … … 102 102 } 103 103 104 sub nsid {104 sub resolve_nsid { 105 105 my $class = shift; 106 106 my ($uname) = @_; … … 120 120 my ($uname) = @_; 121 121 my @photos = (); 122 my $nsid = $class-> nsid($uname);122 my $nsid = $class->resolve_nsid($uname); 123 123 my $rsp = $class->execute_method('flickr.people.getPublicPhotos', 124 124 { user_id => $nsid });
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)