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?
Oh I got the answer.
The API function is called flickr.photos.getSizes.
Very confusing names.