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

Harikrishnan picture Harikrishnan · Feb 2, 2013 · Viewed 8.9k times · Source

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?

Answer

Harikrishnan picture Harikrishnan · Feb 2, 2013

Oh I got the answer.

The API function is called flickr.photos.getSizes.

Very confusing names.