I use this to get all the albums list using Flickr API -
flickr.photosets.getList
I need to get static URLs of all the photos in a particular album. Can anyone suggest how ?
flicker.photosets.getPhotos
does what you want. From this you could get all the info you could want about the image through by calling flicker.photos.getInfo
and pass in the image id.
https://www.flickr.com/services/api/flickr.photosets.getPhotos.html https://www.flickr.com/services/api/flickr.photos.getInfo.html