From 9c79b203484ddcfc96ddf09ed05c937067a982cd Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Tue, 23 Feb 2016 12:59:44 -0500 Subject: [PATCH 1/5] Update answers.md --- answers.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/answers.md b/answers.md index 67e9c53..1de5de3 100644 --- a/answers.md +++ b/answers.md @@ -1,14 +1,15 @@ ##### Task #1: Find the api call that allows you to search for all images of "cats". -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&tags=cats" ##### Task #2: Find the api call that allows you to search for all images from "Charlotte, North Carolina. -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=35.2030728&lon=-80.9796106" ##### Task #3: Get all of the comments for any photo. -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.getList&api_key=61f0eb097066a105e05af5ba7c0ce750&photo_id=18149663983" ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: + +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=--74.258188" From ecaee2e3a046d0997969371842c4d5306bcbe417 Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Tue, 23 Feb 2016 13:00:22 -0500 Subject: [PATCH 2/5] Update answers.md --- answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answers.md b/answers.md index 1de5de3..c5e44ec 100644 --- a/answers.md +++ b/answers.md @@ -12,4 +12,4 @@ API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.g ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=--74.258188" +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-74.258188" From a0452ae98a6d05693ce9cb80d434a2c100c49ef9 Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Tue, 23 Feb 2016 13:02:38 -0500 Subject: [PATCH 3/5] Update answers.md --- answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answers.md b/answers.md index c5e44ec..58e27a5 100644 --- a/answers.md +++ b/answers.md @@ -12,4 +12,4 @@ API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.g ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-74.258188" +API Call: "https://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-74.258188" From 1e00508bb99bf630556effc3ce07077d6314c9e3 Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Tue, 23 Feb 2016 13:04:14 -0500 Subject: [PATCH 4/5] Update answers.md --- answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answers.md b/answers.md index 58e27a5..87d5bc6 100644 --- a/answers.md +++ b/answers.md @@ -12,4 +12,4 @@ API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.g ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: "https://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-74.258188" +API Call: "https://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-73.9597" From f8fedeaa8e1d1f6f6a575670b8e42a4992ac3079 Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Tue, 23 Feb 2016 13:06:14 -0500 Subject: [PATCH 5/5] Update answers.md --- answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answers.md b/answers.md index 87d5bc6..5643495 100644 --- a/answers.md +++ b/answers.md @@ -12,4 +12,4 @@ API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.g ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: "https://api.flickr.com/services/rest/?method=flickr.places.findByLatLon&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-73.9597" +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-73.9597"