Search code examples
oauthflickr

What is the Flickr API for downloading a picture or URL to the picture


I wanted to download a picture from the Flickr using the flicker API. I am using OAuth for authentication.

When I searched on the site, I got an API called flickr.photos.getInfo. But it only gives the path to the page where the picture belongs.

Can anyone tell me where I can get an API to get the actual path to an image?


Solution

  • Oh I got the answer.

    The API function is called flickr.photos.getSizes.

    Very confusing names.