I want to receive photos from albums that I have on flickr. I have 4 albums. In the course I make the flickr.people.getPublicPhotos method, which returns all the photos. Here is my url
https://api.flickr.com/services/rest/?method=flickr.people.getPublicPhotos&api_key=[β &user_id=[βΊ&format=json ";
How do I get photos through flickr albums, is this possible?
You can use flickr.photosets.getPhotos . Skip the identifier of your photo; get a list of photos in this photoset (their identifiers and names).
Source: https://habr.com/ru/post/1208853/More articles:How to isolate specific platforms using CSS selectors in the Ionic framework - angularjsHow to put String arrays into an array of String arrays? - javaYou can disable the Visual Studio 2013 browser link on page by page - visual-studio-2012Generic selector - odd behavior - htmlWeb API Security Using Individual User Accounts and a Custom Vault Provider - asp.net-mvc-4What is the difference between jit and autojit in numba? - pythonIs Stream.resource only from, not to? - elixirInsert $ into formatted float java - javaHow does the local Parse database store its data? - iosEquivalent text to columns in R, dividing data frame by character - rAll Articles