flickrie 0.7.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/.travis.yml +4 -0
- data/CHANGELOG.md +70 -30
- data/Gemfile +5 -4
- data/README.md +55 -53
- data/Rakefile +6 -9
- data/lib/flickrie/api_methods.rb +16 -3
- data/lib/flickrie/client.rb +11 -40
- data/lib/flickrie/instance.rb +0 -1
- data/lib/flickrie/location.rb +21 -18
- data/lib/flickrie/media.rb +5 -21
- data/lib/flickrie/media_count.rb +4 -0
- data/lib/flickrie/middleware.rb +71 -0
- data/lib/flickrie/oauth.rb +58 -49
- data/lib/flickrie/photo.rb +0 -2
- data/lib/flickrie/set.rb +0 -5
- data/lib/flickrie/upload_client.rb +45 -56
- data/lib/flickrie/user.rb +10 -10
- data/lib/flickrie/version.rb +1 -1
- data/lib/flickrie/video.rb +0 -2
- data/spec/files/photo.bla +0 -0
- data/spec/{api_methods_spec.rb → flickrie/api_methods_spec.rb} +14 -14
- data/spec/{error_spec.rb → flickrie/error_spec.rb} +1 -1
- data/spec/{instance_spec.rb → flickrie/instance_spec.rb} +2 -5
- data/spec/{license_spec.rb → flickrie/license_spec.rb} +1 -1
- data/spec/{location_spec.rb → flickrie/location_spec.rb} +12 -1
- data/spec/{media_count_spec.rb → flickrie/media_count_spec.rb} +7 -3
- data/spec/{media_spec.rb → flickrie/media_spec.rb} +25 -26
- data/spec/flickrie/oauth_spec.rb +25 -0
- data/spec/{photo_spec.rb → flickrie/photo_spec.rb} +1 -1
- data/spec/{set_spec.rb → flickrie/set_spec.rb} +2 -2
- data/spec/flickrie/upload_client_spec.rb +40 -0
- data/spec/flickrie/user_spec.rb +58 -0
- data/spec/{video_spec.rb → flickrie/video_spec.rb} +1 -1
- data/spec/spec_helper.rb +16 -13
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/api_methods/asynchronous_upload.yml +60 -95
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/api_methods/replace.yml +16 -16
- data/spec/{fixtures/vcr_cassettes/api_methods/tags.yml → vcr_cassettes/api_methods/tag_manipulation.yml} +24 -24
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/api_methods/upload_and_delete.yml +21 -21
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/error/a_request_was_made_and_failed.yml +9 -9
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/instance/calling_api_methods.yml +32 -32
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/license/get.yml +4 -4
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/from_contacts.yml +8 -8
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/from_set.yml +5 -5
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/from_user.yml +5 -5
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/get_context.yml +4 -4
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/get_exif.yml +8 -8
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/get_info.yml +18 -18
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/public_from_user.yml +5 -5
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media/search.yml +5 -5
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/media_count/get.yml +8 -8
- data/spec/vcr_cassettes/o_auth/incorrect_credentials.yml +249 -0
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/photo/get_info.yml +6 -6
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/photo/get_sizes.yml +12 -12
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/photo/search.yml +5 -5
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/set/from_user.yml +16 -16
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/set/get_info.yml +32 -32
- data/spec/vcr_cassettes/upload_client/content_type.yml +117 -0
- data/spec/vcr_cassettes/upload_client/invalid_credentials.yml +208 -0
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/user/find_by_username_or_email.yml +8 -8
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/user/get_info.yml +8 -8
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/video/get_info.yml +4 -4
- data/spec/{fixtures/vcr_cassettes → vcr_cassettes}/video/get_sizes.yml +8 -8
- metadata +105 -99
- data/spec/fixtures/vcr_cassettes/api_methods/tag_manipulation.yml +0 -178
- data/spec/fixtures/vcr_cassettes/error/code.yml +0 -84
- data/spec/fixtures/vcr_cassettes/error/was_raised.yml +0 -84
- data/spec/fixtures/vcr_cassettes/o_auth/incorrect_credentials.yml +0 -167
- data/spec/oauth_spec.rb +0 -22
- data/spec/user_spec.rb +0 -53
@@ -8,20 +8,20 @@ http_interactions:
|
|
8
8
|
string: ""
|
9
9
|
headers:
|
10
10
|
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="
|
11
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="35bf213e1db730b221103f7d07c9ba62", oauth_signature="teVswA3o1LeXzpfkr1Tg6oOAiV4%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292017", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 200
|
15
15
|
message:
|
16
16
|
headers:
|
17
17
|
date:
|
18
|
-
-
|
18
|
+
- Thu, 17 May 2012 22:00:17 GMT
|
19
19
|
p3p:
|
20
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
21
|
cache-control:
|
22
22
|
- private
|
23
23
|
x-served-by:
|
24
|
-
-
|
24
|
+
- www117.flickr.mud.yahoo.com
|
25
25
|
vary:
|
26
26
|
- Accept-Encoding
|
27
27
|
content-length:
|
@@ -34,7 +34,7 @@ http_interactions:
|
|
34
34
|
encoding: ASCII-8BIT
|
35
35
|
string: "{\"photocounts\":{\"photocount\":[{\"count\":\"1\", \"fromdate\":\"2012-03-01 00:00:00\", \"todate\":\"2012-05-05 00:00:00\"}]}, \"stat\":\"ok\"}"
|
36
36
|
http_version:
|
37
|
-
recorded_at:
|
37
|
+
recorded_at: Thu, 17 May 2012 22:00:17 GMT
|
38
38
|
- request:
|
39
39
|
method: get
|
40
40
|
uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getCounts&dates=1330560000%2C1336176000
|
@@ -43,20 +43,20 @@ http_interactions:
|
|
43
43
|
string: ""
|
44
44
|
headers:
|
45
45
|
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="
|
46
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="379801c451b059e6a34e1f9814ff00f3", oauth_signature="LDYAXyl6pQx%2FnJlvoB6L6GVWd3Q%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292017", oauth_token="ACCESS_TOKEN", oauth_version="1.0"
|
47
47
|
response:
|
48
48
|
status:
|
49
49
|
code: 200
|
50
50
|
message:
|
51
51
|
headers:
|
52
52
|
date:
|
53
|
-
-
|
53
|
+
- Thu, 17 May 2012 22:00:17 GMT
|
54
54
|
p3p:
|
55
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
56
|
cache-control:
|
57
57
|
- private
|
58
58
|
x-served-by:
|
59
|
-
-
|
59
|
+
- www224.flickr.mud.yahoo.com
|
60
60
|
vary:
|
61
61
|
- Accept-Encoding
|
62
62
|
content-length:
|
@@ -69,5 +69,5 @@ http_interactions:
|
|
69
69
|
encoding: ASCII-8BIT
|
70
70
|
string: "{\"photocounts\":{\"photocount\":[{\"count\":\"98\", \"fromdate\":\"1330560000\", \"todate\":\"1336176000\"}]}, \"stat\":\"ok\"}"
|
71
71
|
http_version:
|
72
|
-
recorded_at:
|
72
|
+
recorded_at: Thu, 17 May 2012 22:00:17 GMT
|
73
73
|
recorded_with: VCR 2.1.1
|
@@ -0,0 +1,249 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://www.flickr.com/services/oauth/request_token?oauth_callback=oob
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ""
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- OAuth oauth_consumer_key="foo", oauth_nonce="a5107dfb019095292c4ff528a09a34c9", oauth_signature="SMfbnrKqbEch6TaZ6XIwTikaCVw%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292030", oauth_token="", oauth_version="1.0"
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 401
|
15
|
+
message:
|
16
|
+
headers:
|
17
|
+
date:
|
18
|
+
- Thu, 17 May 2012 22:00:31 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
|
+
set-cookie:
|
22
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:31 GMT; path=/; domain=.flickr.com
|
23
|
+
cache-control:
|
24
|
+
- private
|
25
|
+
x-served-by:
|
26
|
+
- www138.flickr.mud.yahoo.com
|
27
|
+
vary:
|
28
|
+
- Accept-Encoding
|
29
|
+
content-type:
|
30
|
+
- text/plain;charset=UTF-8
|
31
|
+
age:
|
32
|
+
- "0"
|
33
|
+
via:
|
34
|
+
- HTTP/1.1 r08.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r05.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
35
|
+
server:
|
36
|
+
- YTS/1.20.16
|
37
|
+
connection:
|
38
|
+
- close
|
39
|
+
body:
|
40
|
+
encoding: ASCII-8BIT
|
41
|
+
string: oauth_problem=consumer_key_unknown
|
42
|
+
http_version:
|
43
|
+
recorded_at: Thu, 17 May 2012 22:00:31 GMT
|
44
|
+
- request:
|
45
|
+
method: get
|
46
|
+
uri: http://www.flickr.com/services/oauth/request_token?oauth_callback=oob
|
47
|
+
body:
|
48
|
+
encoding: US-ASCII
|
49
|
+
string: ""
|
50
|
+
headers:
|
51
|
+
Authorization:
|
52
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="f9dd3eac7c190d39c1988834796ed7a0", oauth_signature="GleKtFk0f4DQ9K9bkJd4btVbOaw%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292031", oauth_token="", oauth_version="1.0"
|
53
|
+
response:
|
54
|
+
status:
|
55
|
+
code: 401
|
56
|
+
message:
|
57
|
+
headers:
|
58
|
+
date:
|
59
|
+
- Thu, 17 May 2012 22:00:31 GMT
|
60
|
+
p3p:
|
61
|
+
- 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"
|
62
|
+
set-cookie:
|
63
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:31 GMT; path=/; domain=.flickr.com
|
64
|
+
cache-control:
|
65
|
+
- private
|
66
|
+
x-served-by:
|
67
|
+
- www168.flickr.mud.yahoo.com
|
68
|
+
vary:
|
69
|
+
- Accept-Encoding
|
70
|
+
content-type:
|
71
|
+
- text/plain;charset=UTF-8
|
72
|
+
age:
|
73
|
+
- "0"
|
74
|
+
via:
|
75
|
+
- HTTP/1.1 r45.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r01.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
76
|
+
server:
|
77
|
+
- YTS/1.20.16
|
78
|
+
connection:
|
79
|
+
- close
|
80
|
+
body:
|
81
|
+
encoding: ASCII-8BIT
|
82
|
+
string: oauth_problem=signature_invalid&debug_sbs=GET&http%3A%2F%2Fwww.flickr.com%2Fservices%2Foauth%2Frequest_token&oauth_callback%3Doob%26oauth_consumer_key%3DAPI_KEY%26oauth_nonce%3Df9dd3eac7c190d39c1988834796ed7a0%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1337292031%26oauth_token%3D%26oauth_version%3D1.0
|
83
|
+
http_version:
|
84
|
+
recorded_at: Thu, 17 May 2012 22:00:31 GMT
|
85
|
+
- request:
|
86
|
+
method: get
|
87
|
+
uri: http://www.flickr.com/services/oauth/request_token?oauth_callback=oob
|
88
|
+
body:
|
89
|
+
encoding: US-ASCII
|
90
|
+
string: ""
|
91
|
+
headers:
|
92
|
+
Authorization:
|
93
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="91dd8b13df46482312b6a8bec8ca099b", oauth_signature="Odq0m9tekhdUtDiqwqmAzAHCZpo%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292031", oauth_token="", oauth_version="1.0"
|
94
|
+
response:
|
95
|
+
status:
|
96
|
+
code: 200
|
97
|
+
message:
|
98
|
+
headers:
|
99
|
+
date:
|
100
|
+
- Thu, 17 May 2012 22:00:32 GMT
|
101
|
+
p3p:
|
102
|
+
- 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"
|
103
|
+
set-cookie:
|
104
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:32 GMT; path=/; domain=.flickr.com
|
105
|
+
cache-control:
|
106
|
+
- private
|
107
|
+
x-served-by:
|
108
|
+
- www94.flickr.mud.yahoo.com
|
109
|
+
vary:
|
110
|
+
- Accept-Encoding
|
111
|
+
content-type:
|
112
|
+
- text/plain;charset=UTF-8
|
113
|
+
age:
|
114
|
+
- "1"
|
115
|
+
via:
|
116
|
+
- HTTP/1.1 r43.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r09.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
117
|
+
server:
|
118
|
+
- YTS/1.20.16
|
119
|
+
connection:
|
120
|
+
- close
|
121
|
+
body:
|
122
|
+
encoding: ASCII-8BIT
|
123
|
+
string: oauth_callback_confirmed=true&oauth_token=72157629776300290-bf6ae537300bad0f&oauth_token_secret=a8062959186048ac
|
124
|
+
http_version:
|
125
|
+
recorded_at: Thu, 17 May 2012 22:00:32 GMT
|
126
|
+
- request:
|
127
|
+
method: get
|
128
|
+
uri: http://www.flickr.com/services/oauth/request_token?oauth_callback=oob
|
129
|
+
body:
|
130
|
+
encoding: US-ASCII
|
131
|
+
string: ""
|
132
|
+
headers:
|
133
|
+
Authorization:
|
134
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="8b68f5ca433255bf0140764123624e39", oauth_signature="ms0w%2FF%2FkLYGHz77jkdAAgU4QZOY%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292032", oauth_token="", oauth_version="1.0"
|
135
|
+
response:
|
136
|
+
status:
|
137
|
+
code: 200
|
138
|
+
message:
|
139
|
+
headers:
|
140
|
+
date:
|
141
|
+
- Thu, 17 May 2012 22:00:32 GMT
|
142
|
+
p3p:
|
143
|
+
- 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"
|
144
|
+
set-cookie:
|
145
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:32 GMT; path=/; domain=.flickr.com
|
146
|
+
cache-control:
|
147
|
+
- private
|
148
|
+
x-served-by:
|
149
|
+
- www117.flickr.mud.yahoo.com
|
150
|
+
vary:
|
151
|
+
- Accept-Encoding
|
152
|
+
content-type:
|
153
|
+
- text/plain;charset=UTF-8
|
154
|
+
age:
|
155
|
+
- "0"
|
156
|
+
via:
|
157
|
+
- HTTP/1.1 r13.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r16.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
158
|
+
server:
|
159
|
+
- YTS/1.20.16
|
160
|
+
connection:
|
161
|
+
- close
|
162
|
+
body:
|
163
|
+
encoding: ASCII-8BIT
|
164
|
+
string: oauth_callback_confirmed=true&oauth_token=72157629776300362-d58f0b1789eaf242&oauth_token_secret=9dd8bc03ea2b66b2
|
165
|
+
http_version:
|
166
|
+
recorded_at: Thu, 17 May 2012 22:00:32 GMT
|
167
|
+
- request:
|
168
|
+
method: get
|
169
|
+
uri: http://www.flickr.com/services/oauth/access_token?oauth_verifier=foo
|
170
|
+
body:
|
171
|
+
encoding: US-ASCII
|
172
|
+
string: ""
|
173
|
+
headers:
|
174
|
+
Authorization:
|
175
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="e4da1794dd6715555bb8107dbabf1fa3", oauth_signature="DRUR88g7CyDh4GW9C8PZYAO3WnQ%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292032", oauth_token="72157629776300362-d58f0b1789eaf242", oauth_version="1.0"
|
176
|
+
response:
|
177
|
+
status:
|
178
|
+
code: 401
|
179
|
+
message:
|
180
|
+
headers:
|
181
|
+
date:
|
182
|
+
- Thu, 17 May 2012 22:00:32 GMT
|
183
|
+
p3p:
|
184
|
+
- 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"
|
185
|
+
set-cookie:
|
186
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:32 GMT; path=/; domain=.flickr.com
|
187
|
+
cache-control:
|
188
|
+
- private
|
189
|
+
x-served-by:
|
190
|
+
- www137.flickr.mud.yahoo.com
|
191
|
+
vary:
|
192
|
+
- Accept-Encoding
|
193
|
+
content-type:
|
194
|
+
- text/plain;charset=UTF-8
|
195
|
+
age:
|
196
|
+
- "0"
|
197
|
+
via:
|
198
|
+
- HTTP/1.1 r34.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r18.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
199
|
+
server:
|
200
|
+
- YTS/1.20.16
|
201
|
+
connection:
|
202
|
+
- close
|
203
|
+
body:
|
204
|
+
encoding: ASCII-8BIT
|
205
|
+
string: oauth_problem=token_rejected
|
206
|
+
http_version:
|
207
|
+
recorded_at: Thu, 17 May 2012 22:00:33 GMT
|
208
|
+
- request:
|
209
|
+
method: get
|
210
|
+
uri: http://www.flickr.com/services/oauth/access_token?oauth_verifier=foo
|
211
|
+
body:
|
212
|
+
encoding: US-ASCII
|
213
|
+
string: ""
|
214
|
+
headers:
|
215
|
+
Authorization:
|
216
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="8bcfc159ea643c5579517139ee6de4f7", oauth_signature="XPTf9qCcdaPuUiKar68G5%2FHtZuw%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292033", oauth_token="72157629776300362-d58f0b1789eaf242", oauth_version="1.0"
|
217
|
+
response:
|
218
|
+
status:
|
219
|
+
code: 401
|
220
|
+
message:
|
221
|
+
headers:
|
222
|
+
date:
|
223
|
+
- Thu, 17 May 2012 22:00:33 GMT
|
224
|
+
p3p:
|
225
|
+
- 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"
|
226
|
+
set-cookie:
|
227
|
+
- localization=en-us%3Bus%3Bus; expires=Thu, 15-May-2014 22:00:33 GMT; path=/; domain=.flickr.com
|
228
|
+
cache-control:
|
229
|
+
- private
|
230
|
+
x-served-by:
|
231
|
+
- www75.flickr.mud.yahoo.com
|
232
|
+
vary:
|
233
|
+
- Accept-Encoding
|
234
|
+
content-type:
|
235
|
+
- text/plain;charset=UTF-8
|
236
|
+
age:
|
237
|
+
- "0"
|
238
|
+
via:
|
239
|
+
- HTTP/1.1 r18.ycpi.mud.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ]), HTTP/1.1 r16.ycpi.ukl.yahoo.net (YahooTrafficServer/1.20.16 [cMsSf ])
|
240
|
+
server:
|
241
|
+
- YTS/1.20.16
|
242
|
+
connection:
|
243
|
+
- close
|
244
|
+
body:
|
245
|
+
encoding: ASCII-8BIT
|
246
|
+
string: oauth_problem=token_rejected
|
247
|
+
http_version:
|
248
|
+
recorded_at: Thu, 17 May 2012 22:00:33 GMT
|
249
|
+
recorded_with: VCR 2.1.1
|
@@ -8,31 +8,31 @@ http_interactions:
|
|
8
8
|
string: ""
|
9
9
|
headers:
|
10
10
|
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="
|
11
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="fa010379af9bd275e924e7adbbed22ce", oauth_signature="lbElgQksVQGnKrcoY1zUO%2FXG5J8%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292036", oauth_token="", oauth_version="1.0"
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 200
|
15
15
|
message:
|
16
16
|
headers:
|
17
17
|
date:
|
18
|
-
-
|
18
|
+
- Thu, 17 May 2012 22:00:37 GMT
|
19
19
|
p3p:
|
20
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
21
|
cache-control:
|
22
22
|
- private
|
23
23
|
x-served-by:
|
24
|
-
-
|
24
|
+
- www31.flickr.mud.yahoo.com
|
25
25
|
vary:
|
26
26
|
- Accept-Encoding
|
27
27
|
content-length:
|
28
|
-
- "
|
28
|
+
- "822"
|
29
29
|
connection:
|
30
30
|
- close
|
31
31
|
content-type:
|
32
32
|
- application/json
|
33
33
|
body:
|
34
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\":\"
|
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\":\"1337292003\"}, \"views\":\"4\", \"editability\":{\"cancomment\":0, \"canaddmeta\":0}, \"publiceditability\":{\"cancomment\":1, \"canaddmeta\":0}, \"usage\":{\"candownload\":1, \"canblog\":0, \"canprint\":0, \"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
36
|
http_version:
|
37
|
-
recorded_at:
|
37
|
+
recorded_at: Thu, 17 May 2012 22:00:37 GMT
|
38
38
|
recorded_with: VCR 2.1.1
|
@@ -8,33 +8,33 @@ http_interactions:
|
|
8
8
|
string: ""
|
9
9
|
headers:
|
10
10
|
Authorization:
|
11
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="
|
11
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="d0b1964251c30192fd89d5e501d0c38a", oauth_signature="VvAA7lHtlYieXz31vL4%2BJTSZFaU%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292033", oauth_token="", oauth_version="1.0"
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 200
|
15
15
|
message:
|
16
16
|
headers:
|
17
17
|
date:
|
18
|
-
-
|
18
|
+
- Thu, 17 May 2012 22:00:33 GMT
|
19
19
|
p3p:
|
20
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
21
|
cache-control:
|
22
22
|
- private
|
23
23
|
x-served-by:
|
24
|
-
-
|
24
|
+
- www167.flickr.mud.yahoo.com
|
25
25
|
vary:
|
26
26
|
- Accept-Encoding
|
27
27
|
content-length:
|
28
|
-
- "
|
28
|
+
- "439"
|
29
29
|
connection:
|
30
30
|
- close
|
31
31
|
content-type:
|
32
32
|
- application/json
|
33
33
|
body:
|
34
34
|
encoding: ASCII-8BIT
|
35
|
-
string: "{\"sizes\":{\"canblog\":0, \"canprint\":0, \"candownload\":1, \"size\":[{\"label\":\"Square\", \"width\":75, \"height\":75, \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_s.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/sq\\/\", \"media\":\"photo\"}, {\"label\":\"Large Square\", \"width\":\"150\", \"height\":\"150\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_q.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/q\\/\", \"media\":\"photo\"}, {\"label\":\"Thumbnail\", \"width\":\"75\", \"height\":\"100\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_t.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/t\\/\", \"media\":\"photo\"}, {\"label\":\"Small\", \"width\":\"180\", \"height\":\"240\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_m.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/s\\/\", \"media\":\"photo\"}, {\"label\":\"Small 320\", \"width\":240, \"height\":\"320\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_n.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/n\\/\", \"media\":\"photo\"}, {\"label\":\"Medium\", \"width\":\"375\", \"height\":\"500\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/m\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 640\", \"width\":\"480\", \"height\":\"640\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_z.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/z\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 800\", \"width\":600, \"height\":\"800\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_c.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/c\\/\", \"media\":\"photo\"}, {\"label\":\"Large\", \"width\":\"768\", \"height\":\"1024\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/l\\/\", \"media\":\"photo\"}]}, \"stat\":\"ok\"}"
|
35
|
+
string: "{\"sizes\":{\"canblog\":0, \"canprint\":0, \"candownload\":1, \"size\":[{\"label\":\"Square\", \"width\":75, \"height\":75, \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_s.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/sq\\/\", \"media\":\"photo\"}, {\"label\":\"Large Square\", \"width\":\"150\", \"height\":\"150\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_q.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/q\\/\", \"media\":\"photo\"}, {\"label\":\"Thumbnail\", \"width\":\"75\", \"height\":\"100\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_t.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/t\\/\", \"media\":\"photo\"}, {\"label\":\"Small\", \"width\":\"180\", \"height\":\"240\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_m.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/s\\/\", \"media\":\"photo\"}, {\"label\":\"Small 320\", \"width\":240, \"height\":\"320\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_n.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/n\\/\", \"media\":\"photo\"}, {\"label\":\"Medium\", \"width\":\"375\", \"height\":\"500\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/m\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 640\", \"width\":\"480\", \"height\":\"640\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_z.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/z\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 800\", \"width\":600, \"height\":\"800\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_c.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/c\\/\", \"media\":\"photo\"}, {\"label\":\"Large\", \"width\":\"768\", \"height\":\"1024\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/l\\/\", \"media\":\"photo\"}, {\"label\":\"Large 1600\", \"width\":1200, \"height\":\"1600\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_3219ddaa99_h.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/h\\/\", \"media\":\"photo\"}, {\"label\":\"Large 2048\", \"width\":1536, \"height\":\"2048\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_b7dd05a1d3_k.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/k\\/\", \"media\":\"photo\"}]}, \"stat\":\"ok\"}"
|
36
36
|
http_version:
|
37
|
-
recorded_at:
|
37
|
+
recorded_at: Thu, 17 May 2012 22:00:33 GMT
|
38
38
|
- request:
|
39
39
|
method: get
|
40
40
|
uri: http://api.flickr.com/services/rest?format=json&nojsoncallback=1&api_key=API_KEY&method=flickr.photos.getSizes&photo_id=6946979188
|
@@ -43,31 +43,31 @@ http_interactions:
|
|
43
43
|
string: ""
|
44
44
|
headers:
|
45
45
|
Authorization:
|
46
|
-
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="
|
46
|
+
- OAuth oauth_consumer_key="API_KEY", oauth_nonce="52be0f5a5909593971f523a2efc72d18", oauth_signature="QMpvNS2cXDG6AvgGjeXTc7yxByI%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1337292033", oauth_token="", oauth_version="1.0"
|
47
47
|
response:
|
48
48
|
status:
|
49
49
|
code: 200
|
50
50
|
message:
|
51
51
|
headers:
|
52
52
|
date:
|
53
|
-
-
|
53
|
+
- Thu, 17 May 2012 22:00:33 GMT
|
54
54
|
p3p:
|
55
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
56
|
cache-control:
|
57
57
|
- private
|
58
58
|
x-served-by:
|
59
|
-
-
|
59
|
+
- www95.flickr.mud.yahoo.com
|
60
60
|
vary:
|
61
61
|
- Accept-Encoding
|
62
62
|
content-length:
|
63
|
-
- "
|
63
|
+
- "439"
|
64
64
|
connection:
|
65
65
|
- close
|
66
66
|
content-type:
|
67
67
|
- application/json
|
68
68
|
body:
|
69
69
|
encoding: ASCII-8BIT
|
70
|
-
string: "{\"sizes\":{\"canblog\":0, \"canprint\":0, \"candownload\":1, \"size\":[{\"label\":\"Square\", \"width\":75, \"height\":75, \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_s.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/sq\\/\", \"media\":\"photo\"}, {\"label\":\"Large Square\", \"width\":\"150\", \"height\":\"150\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_q.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/q\\/\", \"media\":\"photo\"}, {\"label\":\"Thumbnail\", \"width\":\"75\", \"height\":\"100\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_t.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/t\\/\", \"media\":\"photo\"}, {\"label\":\"Small\", \"width\":\"180\", \"height\":\"240\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_m.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/s\\/\", \"media\":\"photo\"}, {\"label\":\"Small 320\", \"width\":240, \"height\":\"320\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_n.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/n\\/\", \"media\":\"photo\"}, {\"label\":\"Medium\", \"width\":\"375\", \"height\":\"500\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/m\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 640\", \"width\":\"480\", \"height\":\"640\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_z.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/z\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 800\", \"width\":600, \"height\":\"800\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_c.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/c\\/\", \"media\":\"photo\"}, {\"label\":\"Large\", \"width\":\"768\", \"height\":\"1024\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/l\\/\", \"media\":\"photo\"}]}, \"stat\":\"ok\"}"
|
70
|
+
string: "{\"sizes\":{\"canblog\":0, \"canprint\":0, \"candownload\":1, \"size\":[{\"label\":\"Square\", \"width\":75, \"height\":75, \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_s.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/sq\\/\", \"media\":\"photo\"}, {\"label\":\"Large Square\", \"width\":\"150\", \"height\":\"150\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_q.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/q\\/\", \"media\":\"photo\"}, {\"label\":\"Thumbnail\", \"width\":\"75\", \"height\":\"100\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_t.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/t\\/\", \"media\":\"photo\"}, {\"label\":\"Small\", \"width\":\"180\", \"height\":\"240\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_m.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/s\\/\", \"media\":\"photo\"}, {\"label\":\"Small 320\", \"width\":240, \"height\":\"320\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_n.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/n\\/\", \"media\":\"photo\"}, {\"label\":\"Medium\", \"width\":\"375\", \"height\":\"500\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/m\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 640\", \"width\":\"480\", \"height\":\"640\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_z.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/z\\/\", \"media\":\"photo\"}, {\"label\":\"Medium 800\", \"width\":600, \"height\":\"800\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_c.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/c\\/\", \"media\":\"photo\"}, {\"label\":\"Large\", \"width\":\"768\", \"height\":\"1024\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_25bb44852b_b.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/l\\/\", \"media\":\"photo\"}, {\"label\":\"Large 1600\", \"width\":1200, \"height\":\"1600\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_3219ddaa99_h.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/h\\/\", \"media\":\"photo\"}, {\"label\":\"Large 2048\", \"width\":1536, \"height\":\"2048\", \"source\":\"http:\\/\\/farm8.staticflickr.com\\/7049\\/6946979188_b7dd05a1d3_k.jpg\", \"url\":\"http:\\/\\/www.flickr.com\\/photos\\/67131352@N04\\/6946979188\\/sizes\\/k\\/\", \"media\":\"photo\"}]}, \"stat\":\"ok\"}"
|
71
71
|
http_version:
|
72
|
-
recorded_at:
|
72
|
+
recorded_at: Thu, 17 May 2012 22:00:34 GMT
|
73
73
|
recorded_with: VCR 2.1.1
|