Flickr API - Latest Photos from a Set?

sixcwhj

New Member
I'm currently using this JSON to get the latest flickr photos of an ID:http://api.flickr.com/services/feed...890@N06&tagmode=any&format=json&jsoncallback=?Now I need to change my code to display a set instead of an ID. I can get some JSON return with this:http://api.flickr.com/services/rest...t_id=72157623801339634&per_page=6&format=jsonBut there are no source URLs? I'm hoping someone with a little more flickr API experience than I can help out. I simply need to supply a Set ID and for it to return the latest 6 thumbnails.
 
Back
Top