SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 178 | Next

Raymond Yee

"Pro Web 2.0 Mashups: Remixing Data and Web Services"

flickr.com/services/feeds/photos_public.gne
CHAPTER 4 ?–  WORKING WITH FEEDS, RSS, AND ATOM 87
with the following optional parameters:
??? id={user_nsid}
??? ids={comma_delimited_user_nsids}
??? tags={comma_delimited_tags}
??? tagmode={mode} where mode is all (the default value) or any
For example, the following:
http://api.flickr.com/services/feeds/photos_public.gne?tags=flower%2CBerkeley&
format=rss2&lang=fr-fr
returns a RSS 2.0 feed, annotated in French, of recent public photos tagged with both flower
and Berkeley tags.
You can get a feed of recent photos of a user??™s friends here:
http://api.flickr.com/services/feeds/photos_friends.gne?user_id={user-nsid}
where user-nsid is the NSID of the user whose friends??™ photos you want to access. There are
also optional parameters:
??? display_all can be 1 to show multiple photos per friend, instead of the default value of
one photo per friend.
??? friends can be set to 1 to limit photos to only the family and friends for the requested user.
For example, the following:
http://api.flickr.com/services/feeds/photos_friends.gne?user_id=48600101146@N01&
friends=0&display_all=0&lang=en-us&format=atom_1
is an Atom 1.0 feed of up to one photo each from my Flickr friends, family, and contacts.
You can get feeds of a group discussion here:
http://api.flickr.com/services/feeds/groups_discuss.gne?id={group-nsid}
Feeds for the group photo pools are accessible here:
http://api.


Pages:
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190