flickrie 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/flickrie.gemspec +1 -1
  2. data/lib/flickrie/version.rb +1 -1
  3. metadata +22 -150
  4. data/.gitignore +0 -10
  5. data/.travis.yml +0 -4
  6. data/.yardopts +0 -11
  7. data/CHANGELOG.md +0 -139
  8. data/Gemfile +0 -9
  9. data/Rakefile +0 -60
  10. data/spec/custom_matchers.rb +0 -51
  11. data/spec/files/photo.bla +0 -0
  12. data/spec/files/photo.jpg +0 -0
  13. data/spec/files/video.mov +0 -0
  14. data/spec/flickrie/api_methods_spec.rb +0 -124
  15. data/spec/flickrie/error_spec.rb +0 -26
  16. data/spec/flickrie/instance_spec.rb +0 -17
  17. data/spec/flickrie/license_spec.rb +0 -15
  18. data/spec/flickrie/location_spec.rb +0 -24
  19. data/spec/flickrie/media_count_spec.rb +0 -22
  20. data/spec/flickrie/media_spec.rb +0 -292
  21. data/spec/flickrie/oauth_spec.rb +0 -25
  22. data/spec/flickrie/photo_spec.rb +0 -132
  23. data/spec/flickrie/set_spec.rb +0 -76
  24. data/spec/flickrie/upload_client_spec.rb +0 -43
  25. data/spec/flickrie/user_spec.rb +0 -84
  26. data/spec/flickrie/video_spec.rb +0 -52
  27. data/spec/flickrie_spec.rb +0 -15
  28. data/spec/spec_helper.rb +0 -71
  29. data/spec/vcr_cassettes/api_methods/people/get_media_from_user.yml +0 -108
  30. data/spec/vcr_cassettes/api_methods/people/get_public_media_from_user.yml +0 -108
  31. data/spec/vcr_cassettes/api_methods/photos/add_and_remove_tags.yml +0 -528
  32. data/spec/vcr_cassettes/api_methods/photos/get_context.yml +0 -108
  33. data/spec/vcr_cassettes/api_methods/photos/get_counts.yml +0 -108
  34. data/spec/vcr_cassettes/api_methods/photos/get_exif.yml +0 -73
  35. data/spec/vcr_cassettes/api_methods/photos/get_favorites.yml +0 -73
  36. data/spec/vcr_cassettes/api_methods/photos/get_from_contacts.yml +0 -73
  37. data/spec/vcr_cassettes/api_methods/photos/get_info.yml +0 -108
  38. data/spec/vcr_cassettes/api_methods/photos/get_public_from_user_contacts.yml +0 -73
  39. data/spec/vcr_cassettes/api_methods/photos/get_sizes.yml +0 -73
  40. data/spec/vcr_cassettes/api_methods/photos/search.yml +0 -108
  41. data/spec/vcr_cassettes/api_methods/photosets/get_media.yml +0 -108
  42. data/spec/vcr_cassettes/api_methods/upload/replace.yml +0 -126
  43. data/spec/vcr_cassettes/api_methods/upload/upload.yml +0 -82
  44. data/spec/vcr_cassettes/api_methods/upload/upload_asynchronously.yml +0 -117
  45. data/spec/vcr_cassettes/error/a_request_was_made_and_failed/be_raised.yml +0 -84
  46. data/spec/vcr_cassettes/error/a_request_was_made_and_failed/have_code_attribute_present.yml +0 -84
  47. data/spec/vcr_cassettes/flickrie/a_new_credential_is_filled_in/reset_the_client.yml +0 -233
  48. data/spec/vcr_cassettes/instance/client_is_already_initialized/be_able_to_call_API_methods.yml +0 -152
  49. data/spec/vcr_cassettes/license/get/have_all_attributes_correctly_set.yml +0 -38
  50. data/spec/vcr_cassettes/media/from_contacts/have_all_attributes_correctly_set.yml +0 -73
  51. data/spec/vcr_cassettes/media/from_set/have_all_attributes_correctly_set.yml +0 -38
  52. data/spec/vcr_cassettes/media/from_user/have_all_attributes_correctly_set.yml +0 -38
  53. data/spec/vcr_cassettes/media/get_context/have_all_attributes_correctly_set.yml +0 -38
  54. data/spec/vcr_cassettes/media/get_exif/get_exif_correctly.yml +0 -73
  55. data/spec/vcr_cassettes/media/get_info/have_all_attributes_correctly_set.yml +0 -108
  56. data/spec/vcr_cassettes/media/public_from_user/have_all_attributes_correctly_set.yml +0 -38
  57. data/spec/vcr_cassettes/media/search/have_all_attributes_correctly_set.yml +0 -38
  58. data/spec/vcr_cassettes/media_count/get/have_correctly_set_all_attributes.yml +0 -73
  59. data/spec/vcr_cassettes/o_auth/incorrect_credentials/raise_exceptions.yml +0 -249
  60. data/spec/vcr_cassettes/photo/get_info/have_all_attributes_correctly_set.yml +0 -38
  61. data/spec/vcr_cassettes/photo/get_sizes/have_attributes_correctly_set.yml +0 -73
  62. data/spec/vcr_cassettes/photo/search/have_all_sizes_available.yml +0 -38
  63. data/spec/vcr_cassettes/set/from_user/have_all_attributes_correctly_set.yml +0 -143
  64. data/spec/vcr_cassettes/set/get_info/have_all_attributes_correctly_set.yml +0 -283
  65. data/spec/vcr_cassettes/upload_client/content_type/pass_the_content_type.yml +0 -117
  66. data/spec/vcr_cassettes/upload_client/invalid_credentials/raise_errors.yml +0 -276
  67. data/spec/vcr_cassettes/user/find_by_username_or_email/have_all_attributes_correctly_set.yml +0 -73
  68. data/spec/vcr_cassettes/user/get_info/have_all_attributes_correctly_set.yml +0 -73
  69. data/spec/vcr_cassettes/video/get_info/have_all_attributes_correctly_set.yml +0 -38
  70. data/spec/vcr_cassettes/video/get_sizes/have_all_attributes_correctly_set.yml +0 -73
@@ -1,38 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getContext&photo_id=6946979188
6
- body:
7
- encoding: US-ASCII
8
- string: ""
9
- headers:
10
- Authorization:
11
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="b83121608e488b6365d9fa7e8df5ef39", oauth_signature="0SZaVTsWCrzh6HPCO%2BEDA5UP25Y%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626800", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
12
- response:
13
- status:
14
- code: 200
15
- message:
16
- headers:
17
- date:
18
- - Mon, 21 May 2012 19:00:00 GMT
19
- p3p:
20
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
21
- cache-control:
22
- - private
23
- x-served-by:
24
- - www7.flickr.mud.yahoo.com
25
- vary:
26
- - Accept-Encoding
27
- content-length:
28
- - "285"
29
- connection:
30
- - close
31
- content-type:
32
- - application/json
33
- body:
34
- encoding: ASCII-8BIT
35
- string: "{\"count\":{\"_content\":98}, \"prevphoto\":{\"id\":\"6946978706\", \"secret\":\"b38270bbd6\", \"server\":\"7216\", \"farm\":8, \"title\":\"IMG_0795\", \"url\":\"\\/photos\\/67131352@N04\\/6946978706\\/in\\/photostream\\/\", \"thumb\":\"http:\\/\\/farm8.staticflickr.com\\/7216\\/6946978706_b38270bbd6_s.jpg\", \"media\":\"photo\", \"license\":\"0\", \"is_faved\":0}, \"nextphoto\":{\"id\":\"6946979704\", \"secret\":\"74513ff732\", \"server\":\"7234\", \"farm\":8, \"title\":\"IMG_0797\", \"url\":\"\\/photos\\/67131352@N04\\/6946979704\\/in\\/photostream\\/\", \"thumb\":\"http:\\/\\/farm8.staticflickr.com\\/7234\\/6946979704_74513ff732_s.jpg\", \"media\":\"photo\", \"license\":\"0\", \"is_faved\":0}, \"stat\":\"ok\"}"
36
- http_version:
37
- recorded_at: Mon, 21 May 2012 19:00:00 GMT
38
- recorded_with: VCR 2.1.1
@@ -1,73 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getExif&photo_id=6946979188
6
- body:
7
- encoding: US-ASCII
8
- string: ""
9
- headers:
10
- Authorization:
11
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="7e5e7df0a3c816324ccf57011a706517", oauth_signature="0uY5GIDl45uh3gzQHZzKDrbu328%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626800", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
12
- response:
13
- status:
14
- code: 200
15
- message:
16
- headers:
17
- date:
18
- - Mon, 21 May 2012 19:00:01 GMT
19
- p3p:
20
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
21
- cache-control:
22
- - private
23
- x-served-by:
24
- - www173.flickr.mud.yahoo.com
25
- vary:
26
- - Accept-Encoding
27
- content-length:
28
- - "2473"
29
- connection:
30
- - close
31
- content-type:
32
- - application/json
33
- body:
34
- encoding: ASCII-8BIT
35
- string: "{\"photo\":{\"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"camera\":\"Canon PowerShot G12\", \"exif\":[{\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Make\", \"label\":\"Make\", \"raw\":{\"_content\":\"Canon\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Model\", \"label\":\"Model\", \"raw\":{\"_content\":\"Canon PowerShot G12\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Orientation\", \"label\":\"Orientation\", \"raw\":{\"_content\":\"Rotate 90 CW\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"XResolution\", \"label\":\"X-Resolution\", \"raw\":{\"_content\":\"180\"}, \"clean\":{\"_content\":\"180 dpi\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"YResolution\", \"label\":\"Y-Resolution\", \"raw\":{\"_content\":\"180\"}, \"clean\":{\"_content\":\"180 dpi\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"ResolutionUnit\", \"label\":\"Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"ModifyDate\", \"label\":\"Date and Time (Modified)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"YCbCrPositioning\", \"label\":\"YCbCr Positioning\", \"raw\":{\"_content\":\"Co-sited\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureTime\", \"label\":\"Exposure\", \"raw\":{\"_content\":\"1\\/60\"}, \"clean\":{\"_content\":\"0.017 sec (1\\/60)\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FNumber\", \"label\":\"Aperture\", \"raw\":{\"_content\":\"2.8\"}, \"clean\":{\"_content\":\"f\\/2.8\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ISO\", \"label\":\"ISO Speed\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExifVersion\", \"label\":\"Exif Version\", \"raw\":{\"_content\":\"0230\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"DateTimeOriginal\", \"label\":\"Date and Time (Original)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CreateDate\", \"label\":\"Date and Time (Digitized)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ComponentsConfiguration\", \"label\":\"Components Configuration\", \"raw\":{\"_content\":\"Y, Cb, Cr, -\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CompressedBitsPerPixel\", \"label\":\"Compressed Bits Per Pixel\", \"raw\":{\"_content\":\"3\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureCompensation\", \"label\":\"Exposure Bias\", \"raw\":{\"_content\":\"0\"}, \"clean\":{\"_content\":\"0 EV\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"MaxApertureValue\", \"label\":\"Max Aperture Value\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"MeteringMode\", \"label\":\"Metering Mode\", \"raw\":{\"_content\":\"Multi-segment\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"Flash\", \"label\":\"Flash\", \"raw\":{\"_content\":\"On, Red-eye reduction\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalLength\", \"label\":\"Focal Length\", \"raw\":{\"_content\":\"6.1 mm\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FlashpixVersion\", \"label\":\"Flashpix Version\", \"raw\":{\"_content\":\"0100\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ColorSpace\", \"label\":\"Color Space\", \"raw\":{\"_content\":\"sRGB\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneXResolution\", \"label\":\"Focal Plane X-Resolution\", \"raw\":{\"_content\":\"12493.15068\"}, \"clean\":{\"_content\":\"12493.15068 dpi\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneYResolution\", \"label\":\"Focal Plane Y-Resolution\", \"raw\":{\"_content\":\"12493.15068\"}, \"clean\":{\"_content\":\"12493.15068 dpi\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneResolutionUnit\", \"label\":\"Focal Plane Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"SensingMethod\", \"label\":\"Sensing Method\", \"raw\":{\"_content\":\"One-chip color area\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FileSource\", \"label\":\"File Source\", \"raw\":{\"_content\":\"Digital Camera\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CustomRendered\", \"label\":\"Custom Rendered\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureMode\", \"label\":\"Exposure Mode\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"WhiteBalance\", \"label\":\"White Balance\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"DigitalZoomRatio\", \"label\":\"Digital Zoom Ratio\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"SceneCaptureType\", \"label\":\"Scene Capture Type\", \"raw\":{\"_content\":\"Standard\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MacroMode\", \"label\":\"Macro Mode\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SelfTimer\", \"label\":\"Self Timer\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Quality\", \"label\":\"Quality\", \"raw\":{\"_content\":\"Fine\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonFlashMode\", \"label\":\"Canon Flash Mode\", \"raw\":{\"_content\":\"Red-eye reduction (On)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ContinuousDrive\", \"label\":\"Continuous Drive\", \"raw\":{\"_content\":\"Single\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusMode\", \"label\":\"Focus Mode\", \"raw\":{\"_content\":\"Single\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"RecordMode\", \"label\":\"Record Mode\", \"raw\":{\"_content\":\"JPEG\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageSize\", \"label\":\"Canon Image Size\", \"raw\":{\"_content\":\"Large\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"EasyMode\", \"label\":\"Easy Mode\", \"raw\":{\"_content\":\"Manual\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"DigitalZoom\", \"label\":\"Digital Zoom\", \"raw\":{\"_content\":\"None\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Contrast\", \"label\":\"Contrast\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Saturation\", \"label\":\"Saturation\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Sharpness\", \"label\":\"Sharpness\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CameraISO\", \"label\":\"Camera ISO\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MeteringMode\", \"label\":\"Metering Mode\", \"raw\":{\"_content\":\"Evaluative\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusRange\", \"label\":\"Focus Range\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFPoint\", \"label\":\"AFPoint\", \"raw\":{\"_content\":\"Manual AF point selection\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonExposureMode\", \"label\":\"Canon Exposure Mode\", \"raw\":{\"_content\":\"Program AE\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"LensType\", \"label\":\"Lens Type\", \"raw\":{\"_content\":\"Unknown (-1)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"LongFocal\", \"label\":\"Long Focal\", \"raw\":{\"_content\":\"30.5 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ShortFocal\", \"label\":\"Short Focal\", \"raw\":{\"_content\":\"6.1 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalUnits\", \"label\":\"Focal Units\", \"raw\":{\"_content\":\"1000\\/mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MaxAperture\", \"label\":\"Max Aperture\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MinAperture\", \"label\":\"Min Aperture\", \"raw\":{\"_content\":\"8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashActivity\", \"label\":\"Flash Activity\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashBits\", \"label\":\"Flash Bits\", \"raw\":{\"_content\":\"E-TTL, Built-in\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusContinuous\", \"label\":\"Focus Continuous\", \"raw\":{\"_content\":\"Continuous\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AESetting\", \"label\":\"AESetting\", \"raw\":{\"_content\":\"Normal AE\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ImageStabilization\", \"label\":\"Image Stabilization\", \"raw\":{\"_content\":\"On\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ZoomSourceWidth\", \"label\":\"Zoom Source Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ZoomTargetWidth\", \"label\":\"Zoom Target Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SpotMeteringMode\", \"label\":\"Spot Metering Mode\", \"raw\":{\"_content\":\"Center\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ManualFlashOutput\", \"label\":\"Manual Flash Output\", \"raw\":{\"_content\":\"n\\/a\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalType\", \"label\":\"Focal Type\", \"raw\":{\"_content\":\"Zoom\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalPlaneXSize\", \"label\":\"Focal Plane XSize\", \"raw\":{\"_content\":\"7.59 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalPlaneYSize\", \"label\":\"Focal Plane YSize\", \"raw\":{\"_content\":\"5.69 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoISO\", \"label\":\"Auto ISO\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"BaseISO\", \"label\":\"Base ISO\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MeasuredEV\", \"label\":\"Measured EV\", \"raw\":{\"_content\":\"-2.78\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"TargetAperture\", \"label\":\"Target Aperture\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"TargetExposureTime\", \"label\":\"Target Exposure Time\", \"raw\":{\"_content\":\"1\\/60\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"WhiteBalance\", \"label\":\"White Balance\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SlowShutter\", \"label\":\"Slow Shutter\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SequenceNumber\", \"label\":\"Sequence Number\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"OpticalZoomCode\", \"label\":\"Optical Zoom Code\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashGuideNumber\", \"label\":\"Flash Guide Number\", \"raw\":{\"_content\":\"2.25\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashExposureComp\", \"label\":\"Flash Exposure Comp\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoExposureBracketing\", \"label\":\"Auto Exposure Bracketing\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AEBBracketValue\", \"label\":\"AEBBracket Value\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ControlMode\", \"label\":\"Control Mode\", \"raw\":{\"_content\":\"Camera Local Control\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusDistanceUpper\", \"label\":\"Focus Distance Upper\", \"raw\":{\"_content\":\"0.97\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusDistanceLower\", \"label\":\"Focus Distance Lower\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"BulbDuration\", \"label\":\"Bulb Duration\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CameraType\", \"label\":\"Camera Type\", \"raw\":{\"_content\":\"Compact\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoRotate\", \"label\":\"Auto Rotate\", \"raw\":{\"_content\":\"Rotate 90 CW\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"NDFilter\", \"label\":\"NDFilter\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SelfTimer2\", \"label\":\"Self Timer2\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashOutput\", \"label\":\"Flash Output\", \"raw\":{\"_content\":\"32\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageType\", \"label\":\"Canon Image Type\", \"raw\":{\"_content\":\"IMG:PowerShot G12 JPEG\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonFirmwareVersion\", \"label\":\"Canon Firmware Version\", \"raw\":{\"_content\":\"Firmware Version 1.00\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FileNumber\", \"label\":\"File Number\", \"raw\":{\"_content\":\"102-0796\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonModelID\", \"label\":\"Canon Model ID\", \"raw\":{\"_content\":\"Unknown (0x2920000)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFMode\", \"label\":\"AFMode\", \"raw\":{\"_content\":\"Single-point AF\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"NumAFPoints\", \"label\":\"Num AFPoints\", \"raw\":{\"_content\":\"9\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ValidAFPoints\", \"label\":\"Valid AFPoints\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageWidth\", \"label\":\"Canon Image Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageHeight\", \"label\":\"Canon Image Height\", \"raw\":{\"_content\":\"2736\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFImageWidth\", \"label\":\"AFImage Width\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFImageHeight\", \"label\":\"AFImage Height\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaWidths\", \"label\":\"AFArea Widths\", \"raw\":{\"_content\":\"18 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaHeights\", \"label\":\"AFArea Heights\", \"raw\":{\"_content\":\"18 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaXPositions\", \"label\":\"AFArea XPositions\", \"raw\":{\"_content\":\"0 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaYPositions\", \"label\":\"AFArea YPositions\", \"raw\":{\"_content\":\"0 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFPointsInFocus\", \"label\":\"AFPoints In Focus\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"PrimaryAFPoint\", \"label\":\"Primary AFPoint\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ThumbnailImageValidArea\", \"label\":\"Thumbnail Image Valid Area\", \"raw\":{\"_content\":\"0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"DateStampMode\", \"label\":\"Date Stamp Mode\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MyColorMode\", \"label\":\"My Color Mode\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FirmwareRevision\", \"label\":\"Firmware Revision\", \"raw\":{\"_content\":\"1.00 rev 5.00\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Categories\", \"label\":\"Categories\", \"raw\":{\"_content\":\"(none)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ImageUniqueID\", \"label\":\"Image Unique ID\", \"raw\":{\"_content\":\"f424c0d5e5d9db1830e30a9883b97342\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"VRDOffset\", \"label\":\"VRDOffset\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"InteropIndex\", \"label\":\"Interop Index\", \"raw\":{\"_content\":\"R98 - DCF basic file (sRGB)\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"InteropVersion\", \"label\":\"Interop Version\", \"raw\":{\"_content\":\"0100\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"RelatedImageWidth\", \"label\":\"Related Image Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"RelatedImageHeight\", \"label\":\"Related Image Height\", \"raw\":{\"_content\":\"2736\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"Compression\", \"label\":\"Compression\", \"raw\":{\"_content\":\"JPEG (old-style)\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ResolutionUnit\", \"label\":\"Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ThumbnailOffset\", \"label\":\"Thumbnail Offset\", \"raw\":{\"_content\":\"5120\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ThumbnailLength\", \"label\":\"Thumbnail Length\", \"raw\":{\"_content\":\"4873\"}}, {\"tagspace\":\"XMP-xmp\", \"tagspaceid\":0, \"tag\":\"Rating\", \"label\":\"Rating\", \"raw\":{\"_content\":\"0\"}}]}, \"stat\":\"ok\"}"
36
- http_version:
37
- recorded_at: Mon, 21 May 2012 19:00:01 GMT
38
- - request:
39
- method: get
40
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getExif&photo_id=6946979188
41
- body:
42
- encoding: US-ASCII
43
- string: ""
44
- headers:
45
- Authorization:
46
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="4b7e551d61f04a386498482569c2fc95", oauth_signature="%2FVIp7BENvKX1iViDYLzzAYAm5I0%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626801", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
47
- response:
48
- status:
49
- code: 200
50
- message:
51
- headers:
52
- date:
53
- - Mon, 21 May 2012 19:00:01 GMT
54
- p3p:
55
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
56
- cache-control:
57
- - private
58
- x-served-by:
59
- - www203.flickr.mud.yahoo.com
60
- vary:
61
- - Accept-Encoding
62
- content-length:
63
- - "2473"
64
- connection:
65
- - close
66
- content-type:
67
- - application/json
68
- body:
69
- encoding: ASCII-8BIT
70
- string: "{\"photo\":{\"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"camera\":\"Canon PowerShot G12\", \"exif\":[{\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Make\", \"label\":\"Make\", \"raw\":{\"_content\":\"Canon\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Model\", \"label\":\"Model\", \"raw\":{\"_content\":\"Canon PowerShot G12\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"Orientation\", \"label\":\"Orientation\", \"raw\":{\"_content\":\"Rotate 90 CW\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"XResolution\", \"label\":\"X-Resolution\", \"raw\":{\"_content\":\"180\"}, \"clean\":{\"_content\":\"180 dpi\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"YResolution\", \"label\":\"Y-Resolution\", \"raw\":{\"_content\":\"180\"}, \"clean\":{\"_content\":\"180 dpi\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"ResolutionUnit\", \"label\":\"Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"ModifyDate\", \"label\":\"Date and Time (Modified)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"IFD0\", \"tagspaceid\":0, \"tag\":\"YCbCrPositioning\", \"label\":\"YCbCr Positioning\", \"raw\":{\"_content\":\"Co-sited\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureTime\", \"label\":\"Exposure\", \"raw\":{\"_content\":\"1\\/60\"}, \"clean\":{\"_content\":\"0.017 sec (1\\/60)\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FNumber\", \"label\":\"Aperture\", \"raw\":{\"_content\":\"2.8\"}, \"clean\":{\"_content\":\"f\\/2.8\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ISO\", \"label\":\"ISO Speed\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExifVersion\", \"label\":\"Exif Version\", \"raw\":{\"_content\":\"0230\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"DateTimeOriginal\", \"label\":\"Date and Time (Original)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CreateDate\", \"label\":\"Date and Time (Digitized)\", \"raw\":{\"_content\":\"2011:03:20 17:00:05\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ComponentsConfiguration\", \"label\":\"Components Configuration\", \"raw\":{\"_content\":\"Y, Cb, Cr, -\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CompressedBitsPerPixel\", \"label\":\"Compressed Bits Per Pixel\", \"raw\":{\"_content\":\"3\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureCompensation\", \"label\":\"Exposure Bias\", \"raw\":{\"_content\":\"0\"}, \"clean\":{\"_content\":\"0 EV\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"MaxApertureValue\", \"label\":\"Max Aperture Value\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"MeteringMode\", \"label\":\"Metering Mode\", \"raw\":{\"_content\":\"Multi-segment\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"Flash\", \"label\":\"Flash\", \"raw\":{\"_content\":\"On, Red-eye reduction\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalLength\", \"label\":\"Focal Length\", \"raw\":{\"_content\":\"6.1 mm\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FlashpixVersion\", \"label\":\"Flashpix Version\", \"raw\":{\"_content\":\"0100\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ColorSpace\", \"label\":\"Color Space\", \"raw\":{\"_content\":\"sRGB\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneXResolution\", \"label\":\"Focal Plane X-Resolution\", \"raw\":{\"_content\":\"12493.15068\"}, \"clean\":{\"_content\":\"12493.15068 dpi\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneYResolution\", \"label\":\"Focal Plane Y-Resolution\", \"raw\":{\"_content\":\"12493.15068\"}, \"clean\":{\"_content\":\"12493.15068 dpi\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FocalPlaneResolutionUnit\", \"label\":\"Focal Plane Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"SensingMethod\", \"label\":\"Sensing Method\", \"raw\":{\"_content\":\"One-chip color area\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"FileSource\", \"label\":\"File Source\", \"raw\":{\"_content\":\"Digital Camera\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"CustomRendered\", \"label\":\"Custom Rendered\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"ExposureMode\", \"label\":\"Exposure Mode\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"WhiteBalance\", \"label\":\"White Balance\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"DigitalZoomRatio\", \"label\":\"Digital Zoom Ratio\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"ExifIFD\", \"tagspaceid\":0, \"tag\":\"SceneCaptureType\", \"label\":\"Scene Capture Type\", \"raw\":{\"_content\":\"Standard\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MacroMode\", \"label\":\"Macro Mode\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SelfTimer\", \"label\":\"Self Timer\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Quality\", \"label\":\"Quality\", \"raw\":{\"_content\":\"Fine\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonFlashMode\", \"label\":\"Canon Flash Mode\", \"raw\":{\"_content\":\"Red-eye reduction (On)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ContinuousDrive\", \"label\":\"Continuous Drive\", \"raw\":{\"_content\":\"Single\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusMode\", \"label\":\"Focus Mode\", \"raw\":{\"_content\":\"Single\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"RecordMode\", \"label\":\"Record Mode\", \"raw\":{\"_content\":\"JPEG\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageSize\", \"label\":\"Canon Image Size\", \"raw\":{\"_content\":\"Large\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"EasyMode\", \"label\":\"Easy Mode\", \"raw\":{\"_content\":\"Manual\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"DigitalZoom\", \"label\":\"Digital Zoom\", \"raw\":{\"_content\":\"None\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Contrast\", \"label\":\"Contrast\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Saturation\", \"label\":\"Saturation\", \"raw\":{\"_content\":\"Normal\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Sharpness\", \"label\":\"Sharpness\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CameraISO\", \"label\":\"Camera ISO\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MeteringMode\", \"label\":\"Metering Mode\", \"raw\":{\"_content\":\"Evaluative\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusRange\", \"label\":\"Focus Range\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFPoint\", \"label\":\"AFPoint\", \"raw\":{\"_content\":\"Manual AF point selection\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonExposureMode\", \"label\":\"Canon Exposure Mode\", \"raw\":{\"_content\":\"Program AE\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"LensType\", \"label\":\"Lens Type\", \"raw\":{\"_content\":\"Unknown (-1)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"LongFocal\", \"label\":\"Long Focal\", \"raw\":{\"_content\":\"30.5 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ShortFocal\", \"label\":\"Short Focal\", \"raw\":{\"_content\":\"6.1 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalUnits\", \"label\":\"Focal Units\", \"raw\":{\"_content\":\"1000\\/mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MaxAperture\", \"label\":\"Max Aperture\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MinAperture\", \"label\":\"Min Aperture\", \"raw\":{\"_content\":\"8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashActivity\", \"label\":\"Flash Activity\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashBits\", \"label\":\"Flash Bits\", \"raw\":{\"_content\":\"E-TTL, Built-in\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusContinuous\", \"label\":\"Focus Continuous\", \"raw\":{\"_content\":\"Continuous\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AESetting\", \"label\":\"AESetting\", \"raw\":{\"_content\":\"Normal AE\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ImageStabilization\", \"label\":\"Image Stabilization\", \"raw\":{\"_content\":\"On\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ZoomSourceWidth\", \"label\":\"Zoom Source Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ZoomTargetWidth\", \"label\":\"Zoom Target Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SpotMeteringMode\", \"label\":\"Spot Metering Mode\", \"raw\":{\"_content\":\"Center\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ManualFlashOutput\", \"label\":\"Manual Flash Output\", \"raw\":{\"_content\":\"n\\/a\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalType\", \"label\":\"Focal Type\", \"raw\":{\"_content\":\"Zoom\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalPlaneXSize\", \"label\":\"Focal Plane XSize\", \"raw\":{\"_content\":\"7.59 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocalPlaneYSize\", \"label\":\"Focal Plane YSize\", \"raw\":{\"_content\":\"5.69 mm\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoISO\", \"label\":\"Auto ISO\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"BaseISO\", \"label\":\"Base ISO\", \"raw\":{\"_content\":\"3200\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MeasuredEV\", \"label\":\"Measured EV\", \"raw\":{\"_content\":\"-2.78\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"TargetAperture\", \"label\":\"Target Aperture\", \"raw\":{\"_content\":\"2.8\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"TargetExposureTime\", \"label\":\"Target Exposure Time\", \"raw\":{\"_content\":\"1\\/60\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"WhiteBalance\", \"label\":\"White Balance\", \"raw\":{\"_content\":\"Auto\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SlowShutter\", \"label\":\"Slow Shutter\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SequenceNumber\", \"label\":\"Sequence Number\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"OpticalZoomCode\", \"label\":\"Optical Zoom Code\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashGuideNumber\", \"label\":\"Flash Guide Number\", \"raw\":{\"_content\":\"2.25\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashExposureComp\", \"label\":\"Flash Exposure Comp\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoExposureBracketing\", \"label\":\"Auto Exposure Bracketing\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AEBBracketValue\", \"label\":\"AEBBracket Value\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ControlMode\", \"label\":\"Control Mode\", \"raw\":{\"_content\":\"Camera Local Control\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusDistanceUpper\", \"label\":\"Focus Distance Upper\", \"raw\":{\"_content\":\"0.97\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FocusDistanceLower\", \"label\":\"Focus Distance Lower\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"BulbDuration\", \"label\":\"Bulb Duration\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CameraType\", \"label\":\"Camera Type\", \"raw\":{\"_content\":\"Compact\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AutoRotate\", \"label\":\"Auto Rotate\", \"raw\":{\"_content\":\"Rotate 90 CW\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"NDFilter\", \"label\":\"NDFilter\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"SelfTimer2\", \"label\":\"Self Timer2\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FlashOutput\", \"label\":\"Flash Output\", \"raw\":{\"_content\":\"32\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageType\", \"label\":\"Canon Image Type\", \"raw\":{\"_content\":\"IMG:PowerShot G12 JPEG\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonFirmwareVersion\", \"label\":\"Canon Firmware Version\", \"raw\":{\"_content\":\"Firmware Version 1.00\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FileNumber\", \"label\":\"File Number\", \"raw\":{\"_content\":\"102-0796\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonModelID\", \"label\":\"Canon Model ID\", \"raw\":{\"_content\":\"Unknown (0x2920000)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFMode\", \"label\":\"AFMode\", \"raw\":{\"_content\":\"Single-point AF\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"NumAFPoints\", \"label\":\"Num AFPoints\", \"raw\":{\"_content\":\"9\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ValidAFPoints\", \"label\":\"Valid AFPoints\", \"raw\":{\"_content\":\"1\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageWidth\", \"label\":\"Canon Image Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"CanonImageHeight\", \"label\":\"Canon Image Height\", \"raw\":{\"_content\":\"2736\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFImageWidth\", \"label\":\"AFImage Width\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFImageHeight\", \"label\":\"AFImage Height\", \"raw\":{\"_content\":\"100\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaWidths\", \"label\":\"AFArea Widths\", \"raw\":{\"_content\":\"18 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaHeights\", \"label\":\"AFArea Heights\", \"raw\":{\"_content\":\"18 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaXPositions\", \"label\":\"AFArea XPositions\", \"raw\":{\"_content\":\"0 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFAreaYPositions\", \"label\":\"AFArea YPositions\", \"raw\":{\"_content\":\"0 0 0 0 0 0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"AFPointsInFocus\", \"label\":\"AFPoints In Focus\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"PrimaryAFPoint\", \"label\":\"Primary AFPoint\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ThumbnailImageValidArea\", \"label\":\"Thumbnail Image Valid Area\", \"raw\":{\"_content\":\"0 0 0 0\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"DateStampMode\", \"label\":\"Date Stamp Mode\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"MyColorMode\", \"label\":\"My Color Mode\", \"raw\":{\"_content\":\"Off\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"FirmwareRevision\", \"label\":\"Firmware Revision\", \"raw\":{\"_content\":\"1.00 rev 5.00\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"Categories\", \"label\":\"Categories\", \"raw\":{\"_content\":\"(none)\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"ImageUniqueID\", \"label\":\"Image Unique ID\", \"raw\":{\"_content\":\"f424c0d5e5d9db1830e30a9883b97342\"}}, {\"tagspace\":\"Canon\", \"tagspaceid\":0, \"tag\":\"VRDOffset\", \"label\":\"VRDOffset\", \"raw\":{\"_content\":\"0\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"InteropIndex\", \"label\":\"Interop Index\", \"raw\":{\"_content\":\"R98 - DCF basic file (sRGB)\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"InteropVersion\", \"label\":\"Interop Version\", \"raw\":{\"_content\":\"0100\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"RelatedImageWidth\", \"label\":\"Related Image Width\", \"raw\":{\"_content\":\"3648\"}}, {\"tagspace\":\"InteropIFD\", \"tagspaceid\":0, \"tag\":\"RelatedImageHeight\", \"label\":\"Related Image Height\", \"raw\":{\"_content\":\"2736\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"Compression\", \"label\":\"Compression\", \"raw\":{\"_content\":\"JPEG (old-style)\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ResolutionUnit\", \"label\":\"Resolution Unit\", \"raw\":{\"_content\":\"inches\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ThumbnailOffset\", \"label\":\"Thumbnail Offset\", \"raw\":{\"_content\":\"5120\"}}, {\"tagspace\":\"IFD1\", \"tagspaceid\":0, \"tag\":\"ThumbnailLength\", \"label\":\"Thumbnail Length\", \"raw\":{\"_content\":\"4873\"}}, {\"tagspace\":\"XMP-xmp\", \"tagspaceid\":0, \"tag\":\"Rating\", \"label\":\"Rating\", \"raw\":{\"_content\":\"0\"}}]}, \"stat\":\"ok\"}"
71
- http_version:
72
- recorded_at: Mon, 21 May 2012 19:00:02 GMT
73
- recorded_with: VCR 2.1.1
@@ -1,108 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getInfo&photo_id=6946979188
6
- body:
7
- encoding: US-ASCII
8
- string: ""
9
- headers:
10
- Authorization:
11
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="99e7141a112ea7838b2e9d2c90cedaa5", oauth_signature="gXQw%2F7047l5l0dNcQMTmdIBMXpQ%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626777", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
12
- response:
13
- status:
14
- code: 200
15
- message:
16
- headers:
17
- date:
18
- - Mon, 21 May 2012 18:59:38 GMT
19
- p3p:
20
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
21
- cache-control:
22
- - private
23
- x-served-by:
24
- - www225.flickr.mud.yahoo.com
25
- vary:
26
- - Accept-Encoding
27
- content-length:
28
- - "844"
29
- connection:
30
- - close
31
- content-type:
32
- - application/json
33
- body:
34
- encoding: ASCII-8BIT
35
- string: "{\"photo\":{\"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"dateuploaded\":\"1334832745\", \"isfavorite\":0, \"license\":\"0\", \"safety_level\":\"0\", \"rotation\":90, \"owner\":{\"nsid\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"realname\":\"Janko Marohni\\u0107\", \"location\":\"Zagreb, Croatia\", \"iconserver\":\"5464\", \"iconfarm\":6}, \"title\":{\"_content\":\"IMG_0796\"}, \"description\":{\"_content\":\"Test\"}, \"visibility\":{\"ispublic\":1, \"isfriend\":0, \"isfamily\":0}, \"dates\":{\"posted\":\"1334832745\", \"taken\":\"2011-03-20 17:00:05\", \"takengranularity\":\"0\", \"lastupdate\":\"1337626699\"}, \"permissions\":{\"permcomment\":3, \"permaddmeta\":2}, \"views\":\"5\", \"editability\":{\"cancomment\":1, \"canaddmeta\":1}, \"publiceditability\":{\"cancomment\":1, \"canaddmeta\":0}, \"usage\":{\"candownload\":1, \"canblog\":1, \"canprint\":1, \"canshare\":0}, \"comments\":{\"_content\":\"1\"}, \"notes\":{\"note\":[{\"id\":\"72157629487842968\", \"author\":\"67131352@N04\", \"authorname\":\"Janko Marohni\\u0107\", \"x\":\"316\", \"y\":\"0\", \"w\":\"59\", \"h\":\"50\", \"_content\":\"Test\"}]}, \"people\":{\"haspeople\":0}, \"tags\":{\"tag\":[{\"id\":\"67099213-6946979188-89662\", \"author\":\"67131352@N04\", \"raw\":\"luka\", \"_content\":\"luka\", \"machine_tag\":0}]}, \"location\":{\"latitude\":45.807258, \"longitude\":15.967599, \"accuracy\":\"11\", \"context\":\"0\", \"locality\":{\"_content\":\"Zagreb\", \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"county\":{\"_content\":\"Zagreb\", \"place_id\":\"306dHrhQV7o6jm.ZUQ\", \"woeid\":\"15022257\"}, \"region\":{\"_content\":\"Grad Zagreb\", \"place_id\":\"Js1DU.pTUrpBCIKhVw\", \"woeid\":\"20070170\"}, \"country\":{\"_content\":\"Croatia\", \"place_id\":\"FunRCI5TUb6a6soTyw\", \"woeid\":\"23424843\"}, \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"geoperms\":{\"ispublic\":1, \"iscontact\":0, \"isfriend\":0, \"isfamily\":0}, \"urls\":{\"url\":[{\"type\":\"photopage\", \"_content\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/\"}]}, \"media\":\"photo\"}, \"stat\":\"ok\"}"
36
- http_version:
37
- recorded_at: Mon, 21 May 2012 18:59:38 GMT
38
- - request:
39
- method: get
40
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getInfo&photo_id=6946979188
41
- body:
42
- encoding: US-ASCII
43
- string: ""
44
- headers:
45
- Authorization:
46
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="94e232506061e4a2ed2d0732357e0390", oauth_signature="0fYOHgal553tEMzfTwNOfcdrhrg%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626778", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
47
- response:
48
- status:
49
- code: 200
50
- message:
51
- headers:
52
- date:
53
- - Mon, 21 May 2012 18:59:40 GMT
54
- p3p:
55
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
56
- cache-control:
57
- - private
58
- x-served-by:
59
- - www201.flickr.mud.yahoo.com
60
- vary:
61
- - Accept-Encoding
62
- content-length:
63
- - "844"
64
- connection:
65
- - close
66
- content-type:
67
- - application/json
68
- body:
69
- encoding: ASCII-8BIT
70
- string: "{\"photo\":{\"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"dateuploaded\":\"1334832745\", \"isfavorite\":0, \"license\":\"0\", \"safety_level\":\"0\", \"rotation\":90, \"owner\":{\"nsid\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"realname\":\"Janko Marohni\\u0107\", \"location\":\"Zagreb, Croatia\", \"iconserver\":\"5464\", \"iconfarm\":6}, \"title\":{\"_content\":\"IMG_0796\"}, \"description\":{\"_content\":\"Test\"}, \"visibility\":{\"ispublic\":1, \"isfriend\":0, \"isfamily\":0}, \"dates\":{\"posted\":\"1334832745\", \"taken\":\"2011-03-20 17:00:05\", \"takengranularity\":\"0\", \"lastupdate\":\"1337626699\"}, \"permissions\":{\"permcomment\":3, \"permaddmeta\":2}, \"views\":\"5\", \"editability\":{\"cancomment\":1, \"canaddmeta\":1}, \"publiceditability\":{\"cancomment\":1, \"canaddmeta\":0}, \"usage\":{\"candownload\":1, \"canblog\":1, \"canprint\":1, \"canshare\":0}, \"comments\":{\"_content\":\"1\"}, \"notes\":{\"note\":[{\"id\":\"72157629487842968\", \"author\":\"67131352@N04\", \"authorname\":\"Janko Marohni\\u0107\", \"x\":\"316\", \"y\":\"0\", \"w\":\"59\", \"h\":\"50\", \"_content\":\"Test\"}]}, \"people\":{\"haspeople\":0}, \"tags\":{\"tag\":[{\"id\":\"67099213-6946979188-89662\", \"author\":\"67131352@N04\", \"raw\":\"luka\", \"_content\":\"luka\", \"machine_tag\":0}]}, \"location\":{\"latitude\":45.807258, \"longitude\":15.967599, \"accuracy\":\"11\", \"context\":\"0\", \"locality\":{\"_content\":\"Zagreb\", \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"county\":{\"_content\":\"Zagreb\", \"place_id\":\"306dHrhQV7o6jm.ZUQ\", \"woeid\":\"15022257\"}, \"region\":{\"_content\":\"Grad Zagreb\", \"place_id\":\"Js1DU.pTUrpBCIKhVw\", \"woeid\":\"20070170\"}, \"country\":{\"_content\":\"Croatia\", \"place_id\":\"FunRCI5TUb6a6soTyw\", \"woeid\":\"23424843\"}, \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"geoperms\":{\"ispublic\":1, \"iscontact\":0, \"isfriend\":0, \"isfamily\":0}, \"urls\":{\"url\":[{\"type\":\"photopage\", \"_content\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/\"}]}, \"media\":\"photo\"}, \"stat\":\"ok\"}"
71
- http_version:
72
- recorded_at: Mon, 21 May 2012 18:59:40 GMT
73
- - request:
74
- method: get
75
- uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getInfo&photo_id=6946979188
76
- body:
77
- encoding: US-ASCII
78
- string: ""
79
- headers:
80
- Authorization:
81
- - OAuth oauth_consumer_key="API_KEY", oauth_nonce="8ca3fe4c37897d140be381d551014d89", oauth_signature="enEErYp6agxVLzXdyEayqeA%2Bvcg%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626780", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
82
- response:
83
- status:
84
- code: 200
85
- message:
86
- headers:
87
- date:
88
- - Mon, 21 May 2012 18:59:42 GMT
89
- p3p:
90
- - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
91
- cache-control:
92
- - private
93
- x-served-by:
94
- - www196.flickr.mud.yahoo.com
95
- vary:
96
- - Accept-Encoding
97
- content-length:
98
- - "844"
99
- connection:
100
- - close
101
- content-type:
102
- - application/json
103
- body:
104
- encoding: ASCII-8BIT
105
- string: "{\"photo\":{\"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"dateuploaded\":\"1334832745\", \"isfavorite\":0, \"license\":\"0\", \"safety_level\":\"0\", \"rotation\":90, \"owner\":{\"nsid\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"realname\":\"Janko Marohni\\u0107\", \"location\":\"Zagreb, Croatia\", \"iconserver\":\"5464\", \"iconfarm\":6}, \"title\":{\"_content\":\"IMG_0796\"}, \"description\":{\"_content\":\"Test\"}, \"visibility\":{\"ispublic\":1, \"isfriend\":0, \"isfamily\":0}, \"dates\":{\"posted\":\"1334832745\", \"taken\":\"2011-03-20 17:00:05\", \"takengranularity\":\"0\", \"lastupdate\":\"1337626699\"}, \"permissions\":{\"permcomment\":3, \"permaddmeta\":2}, \"views\":\"5\", \"editability\":{\"cancomment\":1, \"canaddmeta\":1}, \"publiceditability\":{\"cancomment\":1, \"canaddmeta\":0}, \"usage\":{\"candownload\":1, \"canblog\":1, \"canprint\":1, \"canshare\":0}, \"comments\":{\"_content\":\"1\"}, \"notes\":{\"note\":[{\"id\":\"72157629487842968\", \"author\":\"67131352@N04\", \"authorname\":\"Janko Marohni\\u0107\", \"x\":\"316\", \"y\":\"0\", \"w\":\"59\", \"h\":\"50\", \"_content\":\"Test\"}]}, \"people\":{\"haspeople\":0}, \"tags\":{\"tag\":[{\"id\":\"67099213-6946979188-89662\", \"author\":\"67131352@N04\", \"raw\":\"luka\", \"_content\":\"luka\", \"machine_tag\":0}]}, \"location\":{\"latitude\":45.807258, \"longitude\":15.967599, \"accuracy\":\"11\", \"context\":\"0\", \"locality\":{\"_content\":\"Zagreb\", \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"county\":{\"_content\":\"Zagreb\", \"place_id\":\"306dHrhQV7o6jm.ZUQ\", \"woeid\":\"15022257\"}, \"region\":{\"_content\":\"Grad Zagreb\", \"place_id\":\"Js1DU.pTUrpBCIKhVw\", \"woeid\":\"20070170\"}, \"country\":{\"_content\":\"Croatia\", \"place_id\":\"FunRCI5TUb6a6soTyw\", \"woeid\":\"23424843\"}, \"place_id\":\"00j4IylZV7scWik\", \"woeid\":\"851128\"}, \"geoperms\":{\"ispublic\":1, \"iscontact\":0, \"isfriend\":0, \"isfamily\":0}, \"urls\":{\"url\":[{\"type\":\"photopage\", \"_content\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/\"}]}, \"media\":\"photo\"}, \"stat\":\"ok\"}"
106
- http_version:
107
- recorded_at: Mon, 21 May 2012 18:59:42 GMT
108
- recorded_with: VCR 2.1.1