flickrie 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/flickrie.gemspec +1 -1
- data/lib/flickrie/version.rb +1 -1
- metadata +22 -150
- data/.gitignore +0 -10
- data/.travis.yml +0 -4
- data/.yardopts +0 -11
- data/CHANGELOG.md +0 -139
- data/Gemfile +0 -9
- data/Rakefile +0 -60
- data/spec/custom_matchers.rb +0 -51
- data/spec/files/photo.bla +0 -0
- data/spec/files/photo.jpg +0 -0
- data/spec/files/video.mov +0 -0
- data/spec/flickrie/api_methods_spec.rb +0 -124
- data/spec/flickrie/error_spec.rb +0 -26
- data/spec/flickrie/instance_spec.rb +0 -17
- data/spec/flickrie/license_spec.rb +0 -15
- data/spec/flickrie/location_spec.rb +0 -24
- data/spec/flickrie/media_count_spec.rb +0 -22
- data/spec/flickrie/media_spec.rb +0 -292
- data/spec/flickrie/oauth_spec.rb +0 -25
- data/spec/flickrie/photo_spec.rb +0 -132
- data/spec/flickrie/set_spec.rb +0 -76
- data/spec/flickrie/upload_client_spec.rb +0 -43
- data/spec/flickrie/user_spec.rb +0 -84
- data/spec/flickrie/video_spec.rb +0 -52
- data/spec/flickrie_spec.rb +0 -15
- data/spec/spec_helper.rb +0 -71
- data/spec/vcr_cassettes/api_methods/people/get_media_from_user.yml +0 -108
- data/spec/vcr_cassettes/api_methods/people/get_public_media_from_user.yml +0 -108
- data/spec/vcr_cassettes/api_methods/photos/add_and_remove_tags.yml +0 -528
- data/spec/vcr_cassettes/api_methods/photos/get_context.yml +0 -108
- data/spec/vcr_cassettes/api_methods/photos/get_counts.yml +0 -108
- data/spec/vcr_cassettes/api_methods/photos/get_exif.yml +0 -73
- data/spec/vcr_cassettes/api_methods/photos/get_favorites.yml +0 -73
- data/spec/vcr_cassettes/api_methods/photos/get_from_contacts.yml +0 -73
- data/spec/vcr_cassettes/api_methods/photos/get_info.yml +0 -108
- data/spec/vcr_cassettes/api_methods/photos/get_public_from_user_contacts.yml +0 -73
- data/spec/vcr_cassettes/api_methods/photos/get_sizes.yml +0 -73
- data/spec/vcr_cassettes/api_methods/photos/search.yml +0 -108
- data/spec/vcr_cassettes/api_methods/photosets/get_media.yml +0 -108
- data/spec/vcr_cassettes/api_methods/upload/replace.yml +0 -126
- data/spec/vcr_cassettes/api_methods/upload/upload.yml +0 -82
- data/spec/vcr_cassettes/api_methods/upload/upload_asynchronously.yml +0 -117
- data/spec/vcr_cassettes/error/a_request_was_made_and_failed/be_raised.yml +0 -84
- data/spec/vcr_cassettes/error/a_request_was_made_and_failed/have_code_attribute_present.yml +0 -84
- data/spec/vcr_cassettes/flickrie/a_new_credential_is_filled_in/reset_the_client.yml +0 -233
- data/spec/vcr_cassettes/instance/client_is_already_initialized/be_able_to_call_API_methods.yml +0 -152
- data/spec/vcr_cassettes/license/get/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media/from_contacts/have_all_attributes_correctly_set.yml +0 -73
- data/spec/vcr_cassettes/media/from_set/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media/from_user/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media/get_context/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media/get_exif/get_exif_correctly.yml +0 -73
- data/spec/vcr_cassettes/media/get_info/have_all_attributes_correctly_set.yml +0 -108
- data/spec/vcr_cassettes/media/public_from_user/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media/search/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/media_count/get/have_correctly_set_all_attributes.yml +0 -73
- data/spec/vcr_cassettes/o_auth/incorrect_credentials/raise_exceptions.yml +0 -249
- data/spec/vcr_cassettes/photo/get_info/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/photo/get_sizes/have_attributes_correctly_set.yml +0 -73
- data/spec/vcr_cassettes/photo/search/have_all_sizes_available.yml +0 -38
- data/spec/vcr_cassettes/set/from_user/have_all_attributes_correctly_set.yml +0 -143
- data/spec/vcr_cassettes/set/get_info/have_all_attributes_correctly_set.yml +0 -283
- data/spec/vcr_cassettes/upload_client/content_type/pass_the_content_type.yml +0 -117
- data/spec/vcr_cassettes/upload_client/invalid_credentials/raise_errors.yml +0 -276
- data/spec/vcr_cassettes/user/find_by_username_or_email/have_all_attributes_correctly_set.yml +0 -73
- data/spec/vcr_cassettes/user/get_info/have_all_attributes_correctly_set.yml +0 -73
- data/spec/vcr_cassettes/video/get_info/have_all_attributes_correctly_set.yml +0 -38
- data/spec/vcr_cassettes/video/get_sizes/have_all_attributes_correctly_set.yml +0 -73
@@ -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.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="aecc8a28bcbe308b971fd188bf7a2389", oauth_signature="9Bb89zRXHQsHj53XgLiecSuTeW4%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626710", 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:58:30 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
|
-
- www126.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 18:58:30 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.getContext&photo_id=6946979188
|
41
|
-
body:
|
42
|
-
encoding: US-ASCII
|
43
|
-
string: ""
|
44
|
-
headers:
|
45
|
-
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="f39c701674f7ec1de5a988143acd795e", oauth_signature="OPRuOqtJkWWDjg98e%2FBhvdc7ZaY%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626710", 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:58:31 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
|
-
- www187.flickr.mud.yahoo.com
|
60
|
-
vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
content-length:
|
63
|
-
- "285"
|
64
|
-
connection:
|
65
|
-
- close
|
66
|
-
content-type:
|
67
|
-
- application/json
|
68
|
-
body:
|
69
|
-
encoding: ASCII-8BIT
|
70
|
-
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\"}"
|
71
|
-
http_version:
|
72
|
-
recorded_at: Mon, 21 May 2012 18:58:31 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.getContext&photo_id=7093038981
|
76
|
-
body:
|
77
|
-
encoding: US-ASCII
|
78
|
-
string: ""
|
79
|
-
headers:
|
80
|
-
Authorization:
|
81
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="8ad031feab5f373965336158b38d21b4", oauth_signature="Z%2BuMONzgws59O5xsPtBT5m0za78%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626711", 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:58:31 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
|
-
- www189.flickr.mud.yahoo.com
|
95
|
-
vary:
|
96
|
-
- Accept-Encoding
|
97
|
-
content-length:
|
98
|
-
- "250"
|
99
|
-
connection:
|
100
|
-
- close
|
101
|
-
content-type:
|
102
|
-
- application/json
|
103
|
-
body:
|
104
|
-
encoding: ASCII-8BIT
|
105
|
-
string: "{\"count\":{\"_content\":98}, \"prevphoto\":{\"id\":0, \"is_faved\":0}, \"nextphoto\":{\"id\":\"6946968774\", \"secret\":\"e24f175d9b\", \"server\":\"7188\", \"farm\":8, \"title\":\"IMG_0778\", \"url\":\"\\/photos\\/67131352@N04\\/6946968774\\/in\\/photostream\\/\", \"thumb\":\"http:\\/\\/farm8.staticflickr.com\\/7188\\/6946968774_e24f175d9b_s.jpg\", \"media\":\"photo\", \"license\":null, \"is_faved\":0}, \"stat\":\"ok\"}"
|
106
|
-
http_version:
|
107
|
-
recorded_at: Mon, 21 May 2012 18:58:31 GMT
|
108
|
-
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.getCounts&taken_dates=2009-05-19+00%3A00%3A00+UTC%2C2012-05-19+00%3A00%3A00+UTC
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ""
|
9
|
-
headers:
|
10
|
-
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="1fb48806de99d35470da50f2eb6852a0", oauth_signature="BjB6tRRQJQ%2BQ7MUxQtK6vomp0Fk%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626711", 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:58:32 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
|
-
- www112.flickr.mud.yahoo.com
|
25
|
-
vary:
|
26
|
-
- Accept-Encoding
|
27
|
-
content-length:
|
28
|
-
- "101"
|
29
|
-
connection:
|
30
|
-
- close
|
31
|
-
content-type:
|
32
|
-
- application/json
|
33
|
-
body:
|
34
|
-
encoding: ASCII-8BIT
|
35
|
-
string: "{\"photocounts\":{\"photocount\":[{\"count\":\"98\", \"fromdate\":\"2009-05-19 00:00:00\", \"todate\":\"2012-05-19 00:00:00\"}]}, \"stat\":\"ok\"}"
|
36
|
-
http_version:
|
37
|
-
recorded_at: Mon, 21 May 2012 18:58:32 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.getCounts&taken_dates=2009-05-19+00%3A00%3A00+UTC%2C2012-05-19+00%3A00%3A00+UTC
|
41
|
-
body:
|
42
|
-
encoding: US-ASCII
|
43
|
-
string: ""
|
44
|
-
headers:
|
45
|
-
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="0bdbc3a8d20b45351708a0aa92c94e18", oauth_signature="k%2BSpl%2Fr9Hnd6VCIVwGFuvJOXZEQ%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626712", 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:58:33 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
|
-
- www75.flickr.mud.yahoo.com
|
60
|
-
vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
content-length:
|
63
|
-
- "101"
|
64
|
-
connection:
|
65
|
-
- close
|
66
|
-
content-type:
|
67
|
-
- application/json
|
68
|
-
body:
|
69
|
-
encoding: ASCII-8BIT
|
70
|
-
string: "{\"photocounts\":{\"photocount\":[{\"count\":\"98\", \"fromdate\":\"2009-05-19 00:00:00\", \"todate\":\"2012-05-19 00:00:00\"}]}, \"stat\":\"ok\"}"
|
71
|
-
http_version:
|
72
|
-
recorded_at: Mon, 21 May 2012 18:58:33 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.getCounts&taken_dates=2009-05-19+00%3A00%3A00+UTC%2C2012-05-19+00%3A00%3A00+UTC
|
76
|
-
body:
|
77
|
-
encoding: US-ASCII
|
78
|
-
string: ""
|
79
|
-
headers:
|
80
|
-
Authorization:
|
81
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="32f83ba6ae4ed2a709035776a49b8fda", oauth_signature="AGbylZOMzQWx5%2Fks%2BqfoBP2kN28%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626713", 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:58:36 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
|
-
- www105.flickr.mud.yahoo.com
|
95
|
-
vary:
|
96
|
-
- Accept-Encoding
|
97
|
-
content-length:
|
98
|
-
- "101"
|
99
|
-
connection:
|
100
|
-
- close
|
101
|
-
content-type:
|
102
|
-
- application/json
|
103
|
-
body:
|
104
|
-
encoding: ASCII-8BIT
|
105
|
-
string: "{\"photocounts\":{\"photocount\":[{\"count\":\"98\", \"fromdate\":\"2009-05-19 00:00:00\", \"todate\":\"2012-05-19 00:00:00\"}]}, \"stat\":\"ok\"}"
|
106
|
-
http_version:
|
107
|
-
recorded_at: Mon, 21 May 2012 18:58:36 GMT
|
108
|
-
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="89f00e7c568bc3ac79612bdb0370ec84", oauth_signature="QIC4cGXrxEL2UFxhrJ%2FVTXujkVo%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626716", 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:58:39 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
|
-
- www57.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 18:58:40 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=7093038981
|
41
|
-
body:
|
42
|
-
encoding: US-ASCII
|
43
|
-
string: ""
|
44
|
-
headers:
|
45
|
-
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="d61143dd52a305e94da12ffc2482896b", oauth_signature="WvzyhQ9fKLPf35DD89BKhYB5DH4%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626720", 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:58:43 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
|
-
- www225.flickr.mud.yahoo.com
|
60
|
-
vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
content-length:
|
63
|
-
- "115"
|
64
|
-
connection:
|
65
|
-
- close
|
66
|
-
content-type:
|
67
|
-
- application/json
|
68
|
-
body:
|
69
|
-
encoding: ASCII-8BIT
|
70
|
-
string: "{\"photo\":{\"id\":\"7093038981\", \"secret\":\"9a616b9f6e\", \"server\":\"5457\", \"farm\":6, \"camera\":\"\", \"exif\":[]}, \"stat\":\"ok\"}"
|
71
|
-
http_version:
|
72
|
-
recorded_at: Mon, 21 May 2012 18:58:43 GMT
|
73
|
-
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.getFavorites&photo_id=6946979188
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ""
|
9
|
-
headers:
|
10
|
-
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="bb69fa3df8f59e77f84fd174c8bc7225", oauth_signature="JZIjpC34wigg4jDE%2FTe1N76lhsA%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626723", 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:58:46 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
|
-
- www53.flickr.mud.yahoo.com
|
25
|
-
vary:
|
26
|
-
- Accept-Encoding
|
27
|
-
content-length:
|
28
|
-
- "134"
|
29
|
-
connection:
|
30
|
-
- close
|
31
|
-
content-type:
|
32
|
-
- application/json
|
33
|
-
body:
|
34
|
-
encoding: ASCII-8BIT
|
35
|
-
string: "{\"photo\":{\"person\":[], \"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"page\":1, \"pages\":0, \"perpage\":10, \"total\":\"0\"}, \"stat\":\"ok\"}"
|
36
|
-
http_version:
|
37
|
-
recorded_at: Mon, 21 May 2012 18:58:46 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.getFavorites&photo_id=6946979188
|
41
|
-
body:
|
42
|
-
encoding: US-ASCII
|
43
|
-
string: ""
|
44
|
-
headers:
|
45
|
-
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="3eff6c0832ba1ee5f478437aba1f0ce5", oauth_signature="o6a8TZR0g3xa6D%2FofWsAz6esHVQ%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626726", 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:58:49 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
|
-
- www105.flickr.mud.yahoo.com
|
60
|
-
vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
content-length:
|
63
|
-
- "134"
|
64
|
-
connection:
|
65
|
-
- close
|
66
|
-
content-type:
|
67
|
-
- application/json
|
68
|
-
body:
|
69
|
-
encoding: ASCII-8BIT
|
70
|
-
string: "{\"photo\":{\"person\":[], \"id\":\"6946979188\", \"secret\":\"25bb44852b\", \"server\":\"7049\", \"farm\":8, \"page\":1, \"pages\":0, \"perpage\":10, \"total\":\"0\"}, \"stat\":\"ok\"}"
|
71
|
-
http_version:
|
72
|
-
recorded_at: Mon, 21 May 2012 18:58:49 GMT
|
73
|
-
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.getContactsPhotos&include_self=1&single_photo=1&extras=media
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ""
|
9
|
-
headers:
|
10
|
-
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="acfdc2fb9fa4dbfb3db359c485e4a493", oauth_signature="lb%2F%2FF%2Fjzb1TvEA8YAheas33ubXU%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626708", 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:58:28 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
|
-
- www144.flickr.mud.yahoo.com
|
25
|
-
vary:
|
26
|
-
- Accept-Encoding
|
27
|
-
content-length:
|
28
|
-
- "226"
|
29
|
-
connection:
|
30
|
-
- close
|
31
|
-
content-type:
|
32
|
-
- application/json
|
33
|
-
body:
|
34
|
-
encoding: ASCII-8BIT
|
35
|
-
string: "{\"photos\":{\"photo\":[{\"id\":\"7093101501\", \"secret\":\"9337f28800\", \"server\":\"7090\", \"farm\":8, \"owner\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"title\":\"IMG_0917\", \"ispublic\":1, \"isfriend\":0, \"isfamily\":0, \"media\":\"photo\", \"media_status\":\"ready\"}], \"total\":2, \"page\":1, \"per_page\":10, \"pages\":1}, \"stat\":\"ok\"}"
|
36
|
-
http_version:
|
37
|
-
recorded_at: Mon, 21 May 2012 18:58:28 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.getContactsPhotos&include_self=1&single_photo=1&extras=media
|
41
|
-
body:
|
42
|
-
encoding: US-ASCII
|
43
|
-
string: ""
|
44
|
-
headers:
|
45
|
-
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="754636d924e0612b2d04b1bb64b800ed", oauth_signature="%2F7vPlmSAAyG9tJ5krLQgQjCJFcw%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626708", 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:58:29 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
|
-
- www147.flickr.mud.yahoo.com
|
60
|
-
vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
content-length:
|
63
|
-
- "226"
|
64
|
-
connection:
|
65
|
-
- close
|
66
|
-
content-type:
|
67
|
-
- application/json
|
68
|
-
body:
|
69
|
-
encoding: ASCII-8BIT
|
70
|
-
string: "{\"photos\":{\"photo\":[{\"id\":\"7093101501\", \"secret\":\"9337f28800\", \"server\":\"7090\", \"farm\":8, \"owner\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"title\":\"IMG_0917\", \"ispublic\":1, \"isfriend\":0, \"isfamily\":0, \"media\":\"photo\", \"media_status\":\"ready\"}], \"total\":2, \"page\":1, \"per_page\":10, \"pages\":1}, \"stat\":\"ok\"}"
|
71
|
-
http_version:
|
72
|
-
recorded_at: Mon, 21 May 2012 18:58:29 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="d775b1bc74e018bf93cb3c030e2d28c7", oauth_signature="%2FE%2F5f5Os%2Fw0ycUADG%2BskiqWXBFI%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626729", 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:58:49 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
|
-
- www15.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:58:49 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="ef2074dbeaa2c5c9927cbf2bca263d0b", oauth_signature="0VGCeKbYfZAXtfBVcICUKj37kbs%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626729", 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:58:50 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
|
-
- www13.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:58:50 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=7093038981
|
76
|
-
body:
|
77
|
-
encoding: US-ASCII
|
78
|
-
string: ""
|
79
|
-
headers:
|
80
|
-
Authorization:
|
81
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="bb69dab5aac2337cb43d3373f8fd1cb5", oauth_signature="8O3S537HNs9W%2BHXyfPOT1cAxCLo%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337626730", 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:58:51 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
|
-
- www169.flickr.mud.yahoo.com
|
95
|
-
vary:
|
96
|
-
- Accept-Encoding
|
97
|
-
content-length:
|
98
|
-
- "858"
|
99
|
-
connection:
|
100
|
-
- close
|
101
|
-
content-type:
|
102
|
-
- application/json
|
103
|
-
body:
|
104
|
-
encoding: ASCII-8BIT
|
105
|
-
string: "{\"photo\":{\"id\":\"7093038981\", \"secret\":\"9a616b9f6e\", \"server\":\"5457\", \"farm\":6, \"dateuploaded\":\"1334832295\", \"isfavorite\":0, \"license\":\"0\", \"safety_level\":\"0\", \"rotation\":0, \"owner\":{\"nsid\":\"67131352@N04\", \"username\":\"Janko Marohni\\u0107\", \"realname\":\"Janko Marohni\\u0107\", \"location\":\"Zagreb, Croatia\", \"iconserver\":\"5464\", \"iconfarm\":6}, \"title\":{\"_content\":\"5 meter backflip\"}, \"description\":{\"_content\":\"Description\"}, \"visibility\":{\"ispublic\":1, \"isfriend\":0, \"isfamily\":0}, \"dates\":{\"posted\":\"1334832295\", \"taken\":\"2012-04-19 03:44:55\", \"takengranularity\":\"0\", \"lastupdate\":\"1337626707\"}, \"permissions\":{\"permcomment\":3, \"permaddmeta\":2}, \"views\":\"1\", \"editability\":{\"cancomment\":1, \"canaddmeta\":1}, \"publiceditability\":{\"cancomment\":1, \"canaddmeta\":0}, \"usage\":{\"candownload\":1, \"canblog\":1, \"canprint\":1, \"canshare\":0}, \"comments\":{\"_content\":\"1\"}, \"notes\":{\"note\":[]}, \"people\":{\"haspeople\":0}, \"tags\":{\"tag\":[{\"id\":\"67099213-7093038981-5987\", \"author\":\"67131352@N04\", \"raw\":\"Tag\", \"_content\":\"tag\", \"machine_tag\":0}]}, \"location\":{\"latitude\":45.809537, \"longitude\":15.970344, \"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\\/7093038981\\/\"}]}, \"media\":\"video\", \"video\":{\"ready\":1, \"failed\":0, \"pending\":0, \"duration\":\"16\", \"width\":\"352\", \"height\":\"288\"}}, \"stat\":\"ok\"}"
|
106
|
-
http_version:
|
107
|
-
recorded_at: Mon, 21 May 2012 18:58:51 GMT
|
108
|
-
recorded_with: VCR 2.1.1
|