How to Get Photo Sizes of Multiple Photos in Flickr API

You can use a command within Flickr's application programming interface to find out all available sizes for a specific photo. Once you have an API "key" for a Flickr account, you can begin building an application for photos stored in the account, into which you input commands to give application users certain abilities, such as being able to see a list of which sizes are available for a particular photo.

Instructions

    • 1

      Choose "API Documentation" from the Apps and the API menu at the bottom of any Flickr screen. Select "Create an App" and click "Request an API Key" to get a Flickr API key if you don't already have one.

    • 2

      Select "App Garden" from the bottom of the Flickr screen and choose "Apps by You." Click the name of the app into which you want to input the "Get Photo Size" command.

    • 3

      Click "Edit the Authentication" flow from the toolbar along the right side of the screen. Paste in the following command:

      flickr.photos.getSizes

      Click the "Save" button to save the application. The application now allows users to input an image's ID to get a list of all available sizes.

Related Searches:

References

Comments

Related Ads

Featured