public
Description: An update of Scott Raymond's insanely easy flickr library
Clone URL: git://github.com/ctagg/flickr.git
Documentation tweak
Chris Taggart (author)
Mon May 12 12:17:30 -0700 2008
commit  96b232ab9c361d4b6bd626b321c800276e1fb4bf
tree    6d2e004e0a131f4b06856cb6d530d49be57d4f15
parent  6c78cf871d5e329b7f5ac1453b656591dbced06e
...
65
66
67
68
 
69
70
71
...
65
66
67
 
68
69
70
71
0
@@ -65,7 +65,7 @@ flickr.login(email, password) <span># log in for actions that re
0
 flickr.users <span># get all users currently online</span>
0
 flickr.photos <span># get the 100 most recent public photos</span>
0
 flickr.tag('red') <span># search for photos tagged with 'red'</span>
0
-flickr.groups <span># get all active public groups</span>
0
+flickr.groups('Sun') <span># Search for groups containing 'Sun'</span>
0
 
0
 <span># working with users</span>
0
 user = flickr.users('sco') <span># lookup a user by username</span>

Comments

    No one has commented yet.