49Flickr Photo Search

Some services provide search features and give you a lot of control over the results you get back. All you have to do is construct the right kind of request.

Create a program with a graphical interface that takes in a search string and displays photographs that match that search string. Use Flickr’s public photo feed at https://www.flickr.com/services/feeds/docs/photos_public/ as your service.

Example Output

Your program should display the photographs like this:

images/externalservices/flickr.png

Constraints

  • Because this is a graphical program, you’ll need to display the pictures from the API. If you’re using JavaScript, do this with HTML and the DOM. Don’t use ...

Get Exercises for Programmers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.