plancast 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.gitignore +21 -0
- data/LICENSE +20 -0
- data/README.rdoc +17 -0
- data/Rakefile +58 -0
- data/VERSION +1 -0
- data/lib/plancast.rb +29 -0
- data/lib/plancast/client.rb +87 -0
- data/plancast.gemspec +86 -0
- data/test/fixtures/attend.json +44 -0
- data/test/fixtures/comment.json +11 -0
- data/test/fixtures/create_friendship.json +26 -0
- data/test/fixtures/featured.json +1 -0
- data/test/fixtures/home_timeline.json +529 -0
- data/test/fixtures/parse_when.json +1 -0
- data/test/fixtures/plan.json +342 -0
- data/test/fixtures/search.json +185 -0
- data/test/fixtures/subscribers.json +150 -0
- data/test/fixtures/subscriptions.json +150 -0
- data/test/fixtures/unattend.json +470 -0
- data/test/fixtures/update.json +20 -0
- data/test/fixtures/user.json +26 -0
- data/test/fixtures/user_search.json +11 -0
- data/test/fixtures/user_timeline.json +25 -0
- data/test/fixtures/verify_credentials.json +1477 -0
- data/test/helper.rb +44 -0
- data/test/test_plancast.rb +128 -0
- metadata +142 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"when_str":"Tuesday, March 23, 2010","when_start":"1269302400","when_stop":"1269388800"}
|
@@ -0,0 +1,342 @@
|
|
1
|
+
{
|
2
|
+
"attendance_id": "mkg",
|
3
|
+
"text": "#plan Y Combinator - Demo Day (Mountain View, CA) Wed, Mar 24, 2010, 12pm-3:30pm http:\/\/plancast.com\/a\/mkg",
|
4
|
+
"user": {
|
5
|
+
"id": 226,
|
6
|
+
"name": "Dave McClure",
|
7
|
+
"screen_name": "davemcclure",
|
8
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/226_pic_square_1259914793.jpg"
|
9
|
+
},
|
10
|
+
"created_at": "Sun Feb 14 16:09:54 +0000 2010",
|
11
|
+
"created_since": "1 month",
|
12
|
+
"plan_id": "c9f",
|
13
|
+
"what": "Y Combinator - Demo Day",
|
14
|
+
"when": "Wednesday, March 24, 2010, 12pm-3:30pm",
|
15
|
+
"where": "Mountain View, CA",
|
16
|
+
"start": "1269432000",
|
17
|
+
"stop": "1269444600",
|
18
|
+
"attendee_count": 45,
|
19
|
+
"attendees": [{
|
20
|
+
"id": 59,
|
21
|
+
"name": "Dan Martell",
|
22
|
+
"screen_name": "danmartell",
|
23
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v227\/1092\/105\/q829175116_7231.jpg"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"id": 2276,
|
27
|
+
"name": "Tony Zanders",
|
28
|
+
"screen_name": "zanders",
|
29
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/2276_pic_square_1259691932.png"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"id": 432,
|
33
|
+
"name": "Jeff Pester",
|
34
|
+
"screen_name": "UniqueVisitor",
|
35
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/432_pic_square_1260944053.jpg"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"id": 3619,
|
39
|
+
"name": "Shai Goldman",
|
40
|
+
"screen_name": "shaig",
|
41
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v230\/1308\/22\/q542118979_5498.jpg"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"id": 6059,
|
45
|
+
"name": "Danny Robinson",
|
46
|
+
"screen_name": "dannyrobinson",
|
47
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/6059_pic_square_1263285182.jpg"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"id": 6429,
|
51
|
+
"name": "Raymond Tonsing",
|
52
|
+
"screen_name": "tonsing",
|
53
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/6429_pic_square_1263338217.jpg"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"id": 6462,
|
57
|
+
"name": "Dave Winer",
|
58
|
+
"screen_name": "davew",
|
59
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/6462_pic_square_1263340321.jpg"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"id": 5922,
|
63
|
+
"name": "Tatyana Kanzaveli",
|
64
|
+
"screen_name": "glfceo",
|
65
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/5922_pic_square_1263191106.jpg"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"id": 3426,
|
69
|
+
"name": "Saul Colt",
|
70
|
+
"screen_name": "saulcolt",
|
71
|
+
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/431578218\/6128_263585040155_653400155_8589501_4444094_n_normal.jpg"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"id": 2399,
|
75
|
+
"name": "Abie H",
|
76
|
+
"screen_name": "abie",
|
77
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/2399_pic_square_1260406581.jpg"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"id": 3851,
|
81
|
+
"name": "Eric Traub",
|
82
|
+
"screen_name": "erictraub",
|
83
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v229\/215\/79\/q1023526598_7630.jpg"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"id": 11189,
|
87
|
+
"name": "Chip Vanek",
|
88
|
+
"screen_name": "chipski",
|
89
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/11189_pic_square_1266037499.jpg"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"id": 3468,
|
93
|
+
"name": "Chris McCann",
|
94
|
+
"screen_name": "cmccann7",
|
95
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/3468_pic_square_1262404415.jpg"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"id": 6123,
|
99
|
+
"name": "Tomio Geron",
|
100
|
+
"screen_name": "tomo",
|
101
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/profile5\/983\/68\/q1227014_8949.jpg"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"id": 4810,
|
105
|
+
"name": "Paolo Privitera",
|
106
|
+
"screen_name": "pppaolo",
|
107
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/4810_pic_square_1261707607.jpg"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"id": 4529,
|
111
|
+
"name": "Tim Van Loan",
|
112
|
+
"screen_name": "TimIsHungry",
|
113
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/529094913\/graphiti-hat_normal.jpg"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"id": 8689,
|
117
|
+
"name": "Chris Howard",
|
118
|
+
"screen_name": "chrisfhoward",
|
119
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/89644467\/Picture_4_normal.png"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"id": 4971,
|
123
|
+
"name": "Tom Keller",
|
124
|
+
"screen_name": "tkeller",
|
125
|
+
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/18648342\/tom-cartoon_normal.png"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"id": 7548,
|
129
|
+
"name": "Matt Perez",
|
130
|
+
"screen_name": "matt_perez",
|
131
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/7548_pic_square_1263803767.jpg"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"id": 4222,
|
135
|
+
"name": "Julian Gay",
|
136
|
+
"screen_name": "juliangay",
|
137
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/527341573\/twitterProfilePhoto_normal.jpg"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"id": 3489,
|
141
|
+
"name": "Harsh Singh",
|
142
|
+
"screen_name": "HarshSingh",
|
143
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/3489_pic_square_1259962738.jpg"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"id": 3197,
|
147
|
+
"name": "Rohit Gupta",
|
148
|
+
"screen_name": "rogupta",
|
149
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/profile5\/2009\/94\/q700252_3865.jpg"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"id": 1070,
|
153
|
+
"name": "Ron Bouganim",
|
154
|
+
"screen_name": "ronbouganim",
|
155
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v225\/368\/49\/q569278884_1919.jpg"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"id": 12267,
|
159
|
+
"name": "Lane Rapp",
|
160
|
+
"screen_name": "lanerapp",
|
161
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/81458283\/smile_normal.jpg"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"id": 1948,
|
165
|
+
"name": "David Hodson",
|
166
|
+
"screen_name": "davehodson",
|
167
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/1948_pic_square_1259679898.jpg"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"id": 3449,
|
171
|
+
"name": "Jeff Clavier",
|
172
|
+
"screen_name": "Jeff",
|
173
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/291057515\/Jeff_at_Blizzcon_normal.jpg"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"id": 12593,
|
177
|
+
"name": "Jeff palumbo",
|
178
|
+
"screen_name": "Jeff_Palumbo",
|
179
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/12593_pic_square_1267046225.jpg"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"id": 2166,
|
183
|
+
"name": "Stephanie Robesky",
|
184
|
+
"screen_name": "nerdgirl",
|
185
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/2166_pic_square_1259687626.png"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"id": 11383,
|
189
|
+
"name": "Nima Dilmaghani",
|
190
|
+
"screen_name": "nimad",
|
191
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/11383_pic_square_1266116519.jpg"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"id": 4749,
|
195
|
+
"name": "brandon zeuner",
|
196
|
+
"screen_name": "bzkicks",
|
197
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/4749_pic_square_1261520226.jpg"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"id": 4976,
|
201
|
+
"name": "matthew snyder",
|
202
|
+
"screen_name": "matsnyder2001",
|
203
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/4976_pic_square_1262372423.jpg"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"id": 10353,
|
207
|
+
"name": "Matthew M.",
|
208
|
+
"screen_name": "matthewmgonzales",
|
209
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/10353_pic_square_1267592950.jpg"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"id": 10172,
|
213
|
+
"name": "Michael Parekh",
|
214
|
+
"screen_name": "mparekh",
|
215
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/profile2\/952\/28\/q2737328_22740.jpg"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"id": 1631,
|
219
|
+
"name": "Adam Helweh",
|
220
|
+
"screen_name": "adamhelweh",
|
221
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/hprofile-ak-sf2p\/hs252.snc3\/23103_729364178_5605_q.jpg"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"id": 14050,
|
225
|
+
"name": "Thomas Korte",
|
226
|
+
"screen_name": "thomask",
|
227
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/634316383\/TK-0110-s_normal.jpg"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"id": 13552,
|
231
|
+
"name": "Vivian Wang",
|
232
|
+
"screen_name": "vivowang",
|
233
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v226\/1281\/91\/q655181788_44.jpg"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"id": 8330,
|
237
|
+
"name": "KyNam doan",
|
238
|
+
"screen_name": "kynamdoan",
|
239
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/v224\/842\/7\/q700130_707.jpg"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"id": 5533,
|
243
|
+
"name": "Emily Chang",
|
244
|
+
"screen_name": "emilychang",
|
245
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/606462999\/052808-em_normal.jpg"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"id": 5878,
|
249
|
+
"name": "Lina Egutkina",
|
250
|
+
"screen_name": "LinaEgutkina",
|
251
|
+
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/445387367\/LinaEgutkina_cropped-web1_normal.jpg"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"id": 6990,
|
255
|
+
"name": "Dale J. Stephens",
|
256
|
+
"screen_name": "dalejstephens",
|
257
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/6990_pic_square_1263448356.jpg"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"id": 14418,
|
261
|
+
"name": "deb schultz",
|
262
|
+
"screen_name": "debs",
|
263
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/14418_pic_square_1267819513.jpg"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"id": 2165,
|
267
|
+
"name": "Elsa Chang",
|
268
|
+
"screen_name": "elsachang",
|
269
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/2165_pic_square_1259687404.jpg"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"id": 4567,
|
273
|
+
"name": "Aki Sano",
|
274
|
+
"screen_name": "akisano",
|
275
|
+
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/390568926\/bart_normal.jpg"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"id": 1139,
|
279
|
+
"name": "Ken Yeung",
|
280
|
+
"screen_name": "thekenyeung",
|
281
|
+
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/528099556\/ken_photo_BS_normal.jpg"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"id": 4580,
|
285
|
+
"name": "Benjamin Joffe",
|
286
|
+
"screen_name": "benjaminjoffe",
|
287
|
+
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/96655662\/BJ_eComm2009_normal.jpg"
|
288
|
+
}],
|
289
|
+
"is_attending": 0,
|
290
|
+
"place": {
|
291
|
+
"place_id": 10287,
|
292
|
+
"address": "Mountain View, CA, Mountain View, California, US",
|
293
|
+
"name": "Mountain View, CA",
|
294
|
+
"maps": {
|
295
|
+
"iphone_plan": "http:\/\/plancast.com\/uploads\/maps\/10287_iphone_plan.png"
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"comments": [{
|
299
|
+
"text": "Hi, I believe it is the 23rd and 24th. http:\/\/www.ycombinator.com\/dday.html",
|
300
|
+
"created_at": "Sun Feb 14 00:45:04 +0000 2010",
|
301
|
+
"created_since": "1 month",
|
302
|
+
"user": {
|
303
|
+
"id": 6429,
|
304
|
+
"name": "Raymond Tonsing",
|
305
|
+
"screen_name": "tonsing",
|
306
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/6429_pic_square_1263338217.jpg"
|
307
|
+
}
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"text": "Yes Raymond, you are right, 2 days with the same pitches. Anyone know if anyone can go to listen to the presentations? I will be in SF coming from Italy and I would really like to see how people make a pitch in the Valley",
|
311
|
+
"created_at": "Tue Feb 16 10:08:15 +0000 2010",
|
312
|
+
"created_since": "1 month",
|
313
|
+
"user": {
|
314
|
+
"id": 7007,
|
315
|
+
"name": "Massimo Sgrelli",
|
316
|
+
"screen_name": "massimosgrelli",
|
317
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/7007_pic_square_1268645476.jpg"
|
318
|
+
}
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"text": "Y Combo Demo Days are my fav. Love seeing all the good stuff coming out.",
|
322
|
+
"created_at": "Wed Feb 24 22:08:24 +0000 2010",
|
323
|
+
"created_since": "3 weeks, 3 days",
|
324
|
+
"user": {
|
325
|
+
"id": 2166,
|
326
|
+
"name": "Stephanie Robesky",
|
327
|
+
"screen_name": "nerdgirl",
|
328
|
+
"profile_image_url": "http:\/\/plancast.com\/uploads\/pics\/2166_pic_square_1259687626.png"
|
329
|
+
}
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"text": "I wish...",
|
333
|
+
"created_at": "Thu Mar 18 21:41:06 +0000 2010",
|
334
|
+
"created_since": "2 days, 20 hours",
|
335
|
+
"user": {
|
336
|
+
"id": 16760,
|
337
|
+
"name": "Jack DeFuria",
|
338
|
+
"screen_name": "jackdefuria",
|
339
|
+
"profile_image_url": "http:\/\/profile.ak.fbcdn.net\/hprofile-ak-sf2p\/hs302.ash1\/23099_100000638380194_1627_q.jpg"
|
340
|
+
}
|
341
|
+
}]
|
342
|
+
}
|
@@ -0,0 +1,185 @@
|
|
1
|
+
{
|
2
|
+
"results": [{
|
3
|
+
"from_user_id": 1,
|
4
|
+
"plan_id": "1",
|
5
|
+
"what": "Drinks",
|
6
|
+
"when": "Friday, August 7, 2009, 9:00pm",
|
7
|
+
"where": "Rudy's",
|
8
|
+
"start": "1249678800",
|
9
|
+
"stop": "1249678800",
|
10
|
+
"attendee_count": 6,
|
11
|
+
"created_at": "Fri Aug 07 17:19:15 +0000 2009",
|
12
|
+
"created_since": "7 months, 2 weeks"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"from_user_id": 7,
|
16
|
+
"plan_id": "2",
|
17
|
+
"what": "the gym",
|
18
|
+
"when": "Saturday, August 8, 2009",
|
19
|
+
"where": "crunch",
|
20
|
+
"start": "1249689600",
|
21
|
+
"stop": "1249776000",
|
22
|
+
"attendee_count": 1,
|
23
|
+
"created_at": "Sat Aug 08 18:31:01 +0000 2009",
|
24
|
+
"created_since": "7 months, 2 weeks"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"from_user_id": 8,
|
28
|
+
"plan_id": "3",
|
29
|
+
"what": "test",
|
30
|
+
"when": "Thursday, January 1, 1970, 12:00am",
|
31
|
+
"where": "dolores park",
|
32
|
+
"start": "0",
|
33
|
+
"stop": "0",
|
34
|
+
"attendee_count": 1,
|
35
|
+
"created_at": "Sun Aug 09 03:17:51 +0000 2009",
|
36
|
+
"created_since": "7 months, 2 weeks"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"from_user_id": 9,
|
40
|
+
"plan_id": "4",
|
41
|
+
"what": "bball",
|
42
|
+
"when": "Wednesday, August 12, 2009, 7:00pm",
|
43
|
+
"where": "stanford courts",
|
44
|
+
"start": "1250103600",
|
45
|
+
"stop": "1250103600",
|
46
|
+
"attendee_count": 5,
|
47
|
+
"created_at": "Mon Aug 10 21:06:26 +0000 2009",
|
48
|
+
"created_since": "7 months, 1 week"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"from_user_id": 1,
|
52
|
+
"plan_id": "9",
|
53
|
+
"what": "Mexican",
|
54
|
+
"when": "Wednesday, August 12, 2009, 6pm-12:00am",
|
55
|
+
"where": "Mexican",
|
56
|
+
"start": "1250100000",
|
57
|
+
"stop": "1250121600",
|
58
|
+
"attendee_count": 1,
|
59
|
+
"created_at": "Wed Aug 12 03:30:36 +0000 2009",
|
60
|
+
"created_since": "7 months, 1 week"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"from_user_id": 16,
|
64
|
+
"plan_id": "a",
|
65
|
+
"what": "Barcelona & Meese",
|
66
|
+
"when": "Wednesday, August 12, 2009, 8pm-12:00am",
|
67
|
+
"where": "Slim's ",
|
68
|
+
"start": "1250107200",
|
69
|
+
"stop": "1250121600",
|
70
|
+
"attendee_count": 3,
|
71
|
+
"created_at": "Wed Aug 12 21:45:19 +0000 2009",
|
72
|
+
"created_since": "7 months, 1 week"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"from_user_id": 19,
|
76
|
+
"plan_id": "b",
|
77
|
+
"what": "Ladies Night",
|
78
|
+
"when": "August 12-13, 2009, 10pm-2:00am",
|
79
|
+
"where": "The Blue Note 23rd and Robinson OKC, OK",
|
80
|
+
"start": "1250114400",
|
81
|
+
"stop": "1250128800",
|
82
|
+
"attendee_count": 1,
|
83
|
+
"created_at": "Wed Aug 12 21:54:35 +0000 2009",
|
84
|
+
"created_since": "7 months, 1 week"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"from_user_id": 24,
|
88
|
+
"plan_id": "c",
|
89
|
+
"what": "Beer",
|
90
|
+
"when": "Thursday, August 13, 2009, 6pm-12:00am",
|
91
|
+
"where": "Old Pro",
|
92
|
+
"start": "1250186400",
|
93
|
+
"stop": "1250208000",
|
94
|
+
"attendee_count": 1,
|
95
|
+
"created_at": "Wed Aug 12 23:11:48 +0000 2009",
|
96
|
+
"created_since": "7 months, 1 week"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"from_user_id": 22,
|
100
|
+
"plan_id": "d",
|
101
|
+
"what": "The Time Traveler's Wife",
|
102
|
+
"when": "Sunday, August 16, 2009",
|
103
|
+
"where": "AMC Metreon",
|
104
|
+
"start": "1250380800",
|
105
|
+
"stop": "1250467200",
|
106
|
+
"attendee_count": 1,
|
107
|
+
"created_at": "Wed Aug 12 23:55:31 +0000 2009",
|
108
|
+
"created_since": "7 months, 1 week"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"from_user_id": 1,
|
112
|
+
"plan_id": "e",
|
113
|
+
"what": "Dancing the night away",
|
114
|
+
"when": "Wednesday, August 12, 2009, 8:00pm",
|
115
|
+
"where": "Medjool",
|
116
|
+
"start": "1250107200",
|
117
|
+
"stop": "1250107200",
|
118
|
+
"attendee_count": 1,
|
119
|
+
"created_at": "Thu Aug 13 01:06:32 +0000 2009",
|
120
|
+
"created_since": "7 months, 1 week"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"from_user_id": 30,
|
124
|
+
"plan_id": "f",
|
125
|
+
"what": "Trivia",
|
126
|
+
"when": "Thursday, August 13, 2009, 6:30pm",
|
127
|
+
"where": "Elephant and Castle",
|
128
|
+
"start": "1250188200",
|
129
|
+
"stop": "1250188200",
|
130
|
+
"attendee_count": 1,
|
131
|
+
"created_at": "Thu Aug 13 04:59:16 +0000 2009",
|
132
|
+
"created_since": "7 months, 1 week"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"from_user_id": 31,
|
136
|
+
"plan_id": "g",
|
137
|
+
"what": "working",
|
138
|
+
"when": "Thursday, January 1, 1970, 12:00am",
|
139
|
+
"where": "citizen space",
|
140
|
+
"start": "0",
|
141
|
+
"stop": "0",
|
142
|
+
"attendee_count": 1,
|
143
|
+
"created_at": "Thu Aug 13 05:19:43 +0000 2009",
|
144
|
+
"created_since": "7 months, 1 week"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"from_user_id": 32,
|
148
|
+
"plan_id": "h",
|
149
|
+
"what": "Green Generations Party (all welcome)",
|
150
|
+
"when": "Friday, August 14, 2009, 5-11:00pm",
|
151
|
+
"where": "Temple Nightclub, SF",
|
152
|
+
"start": "1250269200",
|
153
|
+
"stop": "1250290800",
|
154
|
+
"attendee_count": 1,
|
155
|
+
"created_at": "Thu Aug 13 22:40:31 +0000 2009",
|
156
|
+
"created_since": "7 months, 1 week"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"from_user_id": 1,
|
160
|
+
"plan_id": "l",
|
161
|
+
"what": "Drinks",
|
162
|
+
"when": "Friday, August 14, 2009, 9:00pm",
|
163
|
+
"where": "Elbo Room",
|
164
|
+
"start": "1250283600",
|
165
|
+
"stop": "1250283600",
|
166
|
+
"attendee_count": 1,
|
167
|
+
"created_at": "Sat Aug 15 01:38:43 +0000 2009",
|
168
|
+
"created_since": "7 months, 1 week"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"from_user_id": 1,
|
172
|
+
"plan_id": "m",
|
173
|
+
"what": "Hiking",
|
174
|
+
"when": "Sunday, August 16, 2009, 12:00pm",
|
175
|
+
"where": "Golden Gate Park",
|
176
|
+
"start": "1250424000",
|
177
|
+
"stop": "1250424000",
|
178
|
+
"attendee_count": 1,
|
179
|
+
"created_at": "Sat Aug 15 02:32:46 +0000 2009",
|
180
|
+
"created_since": "7 months, 1 week"
|
181
|
+
}],
|
182
|
+
"results_per_page": 15,
|
183
|
+
"page": 1,
|
184
|
+
"query": "bradleyjoyce"
|
185
|
+
}
|