php - Is it possible to just get a "set" using a Flickr's feeds? -


i'm trying grab photos specific "set" on flickr opposed entire user's photostream. know if possible using flickr's feeds (http://www.flickr.com/services/feeds/)? looks can select tags, need grab set. (tags not option)

subscribe urls formatted follows:

http://api.flickr.com/services/feeds/photoset.gne     ?set=<photoset_id>     &nsid=<user_id> 

for example, http://api.flickr.com/services/feeds/photoset.gne?set=72157622566768892&nsid=8344375@n07


the list on feeds page linked in question not exhaustive list of all of available feeds flickr, hinted @ by:

while feeds linked throughout site, can further customised additional parameters, documented below.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -