socialcastr 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. data/.gitignore +1 -0
  2. data/README.markdown +29 -6
  3. data/examples/parse_messages.rb +16 -0
  4. data/examples/post_comment.rb +11 -0
  5. data/examples/post_message.rb +15 -0
  6. data/examples/search.rb +19 -0
  7. data/lib/socialcastr/api.rb +70 -78
  8. data/lib/socialcastr/base.rb +151 -0
  9. data/lib/socialcastr/collection.rb +30 -0
  10. data/lib/socialcastr/comment.rb +2 -2
  11. data/lib/socialcastr/exceptions.rb +75 -0
  12. data/lib/socialcastr/external_resource.rb +2 -2
  13. data/lib/socialcastr/flag.rb +5 -0
  14. data/lib/socialcastr/like.rb +1 -1
  15. data/lib/socialcastr/message.rb +45 -11
  16. data/lib/socialcastr/version.rb +2 -2
  17. data/lib/socialcastr.rb +19 -11
  18. data/socialcastr.gemspec +2 -0
  19. data/spec/api_spec.rb +167 -0
  20. data/spec/base_spec.rb +235 -0
  21. data/spec/comment_spec.rb +4 -0
  22. data/spec/configuration_spec.rb +97 -0
  23. data/spec/fixtures/demo_config.yml +3 -0
  24. data/spec/fixtures/message.xml +69 -0
  25. data/spec/fixtures/messages.xml +3338 -0
  26. data/spec/message_spec.rb +173 -0
  27. data/spec/socialcastr_spec.rb +58 -0
  28. data/spec/spec_helper.rb +54 -0
  29. metadata +62 -19
  30. data/lib/socialcastr/attachment_list.rb +0 -5
  31. data/lib/socialcastr/comment_list.rb +0 -5
  32. data/lib/socialcastr/external_resource_list.rb +0 -5
  33. data/lib/socialcastr/group_list.rb +0 -5
  34. data/lib/socialcastr/group_membership_list.rb +0 -5
  35. data/lib/socialcastr/like_list.rb +0 -5
  36. data/lib/socialcastr/media_file_list.rb +0 -5
  37. data/lib/socialcastr/message_list.rb +0 -5
  38. data/lib/socialcastr/recipient_list.rb +0 -6
  39. data/lib/socialcastr/stream_list.rb +0 -5
  40. data/lib/socialcastr/tag_list.rb +0 -5
@@ -0,0 +1,3338 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <messages type="array">
3
+ <message>
4
+ <player-params nil="true"></player-params>
5
+ <media-files type="array"/>
6
+ <message-type>status_message</message-type>
7
+ <thumbnail-url nil="true"></thumbnail-url>
8
+ <tags type="array"/>
9
+ <created-at>2011-04-26T02:17:14-07:00</created-at>
10
+ <action></action>
11
+ <editable type="boolean">true</editable>
12
+ <rating nil="true"></rating>
13
+ <subscribed type="boolean">false</subscribed>
14
+ <likable type="boolean">false</likable>
15
+ <player-url nil="true"></player-url>
16
+ <source>
17
+ <formal-name>Socialcast API</formal-name>
18
+ <name>API</name>
19
+ <id>api</id>
20
+ <url>https://demo.socialcast.com/api</url>
21
+ </source>
22
+ <flag nil="true"></flag>
23
+ <deletable type="boolean">true</deletable>
24
+ <last-interacted-at type="integer">1303809434</last-interacted-at>
25
+ <attachments type="array"/>
26
+ <comments-count type="integer">0</comments-count>
27
+ <user>
28
+ <type>User</type>
29
+ <username>EmilyJames</username>
30
+ <terminated type="boolean">false</terminated>
31
+ <name>Emily James</name>
32
+ <avatars>
33
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
34
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
35
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
36
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
37
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
38
+ </avatars>
39
+ <id type="integer">25</id>
40
+ <url>https://demo.socialcast.com/users/emilyjames</url>
41
+ </user>
42
+ <contains-url-only nil="true"></contains-url-only>
43
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/status_message.png</icon>
44
+ <target-user nil="true"></target-user>
45
+ <likes type="array"/>
46
+ <permalink-url>https://demo.socialcast.com/messages/425-trying-out-the-api</permalink-url>
47
+ <verb nil="true"></verb>
48
+ <in-reply-to nil="true"></in-reply-to>
49
+ <watchable type="boolean">false</watchable>
50
+ <ratable type="boolean">false</ratable>
51
+ <recipients type="array"/>
52
+ <group>
53
+ </group>
54
+ <external-resources type="array"/>
55
+ <updated-at>2011-04-26T02:17:14-07:00</updated-at>
56
+ <title>trying out the api</title>
57
+ <extensions type="array"/>
58
+ <groups type="array"/>
59
+ <ratings-average nil="true"></ratings-average>
60
+ <category-id nil="true"></category-id>
61
+ <external-url nil="true"></external-url>
62
+ <body>hello</body>
63
+ <hidden type="boolean">false</hidden>
64
+ <embed nil="true"></embed>
65
+ <watch nil="true"></watch>
66
+ <ratings-count nil="true"></ratings-count>
67
+ <comments type="array"/>
68
+ <id type="integer">425</id>
69
+ <likes-count type="integer">0</likes-count>
70
+ <url>https://demo.socialcast.com/api/messages/425-trying-out-the-api</url>
71
+ </message>
72
+ <message>
73
+ <player-params nil="true"></player-params>
74
+ <media-files type="array"/>
75
+ <message-type>link</message-type>
76
+ <thumbnail-url nil="true"></thumbnail-url>
77
+ <tags type="array">
78
+ <tag>
79
+ <name>sales</name>
80
+ </tag>
81
+ <tag>
82
+ <name>meetings</name>
83
+ </tag>
84
+ </tags>
85
+ <created-at>2011-04-25T14:27:38-07:00</created-at>
86
+ <action>shared a link</action>
87
+ <editable type="boolean">false</editable>
88
+ <rating nil="true"></rating>
89
+ <subscribed type="boolean">false</subscribed>
90
+ <likable type="boolean">true</likable>
91
+ <player-url nil="true"></player-url>
92
+ <source>
93
+ <formal-name>Web App</formal-name>
94
+ <name>web</name>
95
+ <id>web</id>
96
+ </source>
97
+ <flag nil="true"></flag>
98
+ <deletable type="boolean">false</deletable>
99
+ <last-interacted-at type="integer">1303768876</last-interacted-at>
100
+ <attachments type="array"/>
101
+ <comments-count type="integer">1</comments-count>
102
+ <user>
103
+ <type>User</type>
104
+ <username>JenniferLawson</username>
105
+ <terminated type="boolean">false</terminated>
106
+ <name>Jennifer Lawson</name>
107
+ <avatars>
108
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
109
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
110
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
111
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
112
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
113
+ </avatars>
114
+ <id type="integer">26</id>
115
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
116
+ </user>
117
+ <contains-url-only type="boolean">false</contains-url-only>
118
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/link.png</icon>
119
+ <target-user nil="true"></target-user>
120
+ <likes type="array"/>
121
+ <permalink-url>https://demo.socialcast.com/messages/406-web-conferencing--gotomeeting</permalink-url>
122
+ <verb nil="true"></verb>
123
+ <in-reply-to nil="true"></in-reply-to>
124
+ <watchable type="boolean">false</watchable>
125
+ <ratable type="boolean">false</ratable>
126
+ <recipients type="array">
127
+ <recipient>
128
+ <type>Group</type>
129
+ <username>InsideSalesDemonstrations</username>
130
+ <name>Inside Sales Demonstrations</name>
131
+ <id type="integer">7</id>
132
+ <avatars>
133
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square16.jpg</square16>
134
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square70.jpg</square70>
135
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square30.jpg</square30>
136
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square45.jpg</square45>
137
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square140.jpg</square140>
138
+ </avatars>
139
+ <private type="boolean">false</private>
140
+ <url>https://demo.socialcast.com/groups/insidesalesdemonstrations</url>
141
+ </recipient>
142
+ </recipients>
143
+ <group>
144
+ <type>Group</type>
145
+ <username>InsideSalesDemonstrations</username>
146
+ <groupname>InsideSalesDemonstrations</groupname>
147
+ <name>Inside Sales Demonstrations</name>
148
+ <private type="boolean">false</private>
149
+ <avatars>
150
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square16.jpg</square16>
151
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square70.jpg</square70>
152
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square30.jpg</square30>
153
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square45.jpg</square45>
154
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square140.jpg</square140>
155
+ </avatars>
156
+ <id type="integer">7</id>
157
+ <url>https://demo.socialcast.com/groups/insidesalesdemonstrations</url>
158
+ </group>
159
+ <external-resources type="array">
160
+ <external-resource>
161
+ <media-files type="array"/>
162
+ <resource-properties>
163
+ <html.title>Web Conferencing | GoToMeeting</html.title>
164
+ <meta.description>Reliable, easy, effective web conferencing and online meetings. Work with anyone, anywhere.</meta.description>
165
+ </resource-properties>
166
+ <type nil="true"></type>
167
+ <tags type="array"/>
168
+ <canonical-hashtag></canonical-hashtag>
169
+ <source>
170
+ <name>www.gotomeeting.com</name>
171
+ <url>http://www.gotomeeting.com</url>
172
+ </source>
173
+ <title>Web Conferencing | GoToMeeting</title>
174
+ <description>Reliable, easy, effective web conferencing and online meetings. Work with anyone, anywhere.</description>
175
+ <id type="integer">1</id>
176
+ <url>http://www.gotomeeting.com/fec/</url>
177
+ </external-resource>
178
+ </external-resources>
179
+ <updated-at>2011-04-25T15:01:21-07:00</updated-at>
180
+ <title>Web Conferencing | GoToMeeting</title>
181
+ <extensions type="array"/>
182
+ <groups type="array">
183
+ <group>
184
+ <type>Group</type>
185
+ <username>InsideSalesDemonstrations</username>
186
+ <groupname>InsideSalesDemonstrations</groupname>
187
+ <name>Inside Sales Demonstrations</name>
188
+ <private type="boolean">false</private>
189
+ <avatars>
190
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square16.jpg</square16>
191
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square70.jpg</square70>
192
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square30.jpg</square30>
193
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square45.jpg</square45>
194
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/154/Sales_Up_Graph_square140.jpg</square140>
195
+ </avatars>
196
+ <id type="integer">7</id>
197
+ <url>https://demo.socialcast.com/groups/insidesalesdemonstrations</url>
198
+ </group>
199
+ </groups>
200
+ <ratings-average nil="true"></ratings-average>
201
+ <category-id nil="true"></category-id>
202
+ <external-url>http://www.gotomeeting.com/fec/</external-url>
203
+ <body>Here is the link for our Go-To-Meeting account. #sales #meetings</body>
204
+ <hidden type="boolean">false</hidden>
205
+ <embed nil="true"></embed>
206
+ <watch nil="true"></watch>
207
+ <ratings-count nil="true"></ratings-count>
208
+ <comments type="array">
209
+ <comment>
210
+ <media-files type="array"/>
211
+ <thumbnail-url nil="true"></thumbnail-url>
212
+ <created-at>2011-04-25T14:12:17-07:00</created-at>
213
+ <editable type="boolean">true</editable>
214
+ <likable type="boolean">false</likable>
215
+ <deletable type="boolean">true</deletable>
216
+ <attachments type="array"/>
217
+ <text>Thanks Jennifer. Glad it's in our company stream. Won't lose it anymore.</text>
218
+ <user>
219
+ <type>User</type>
220
+ <username>EmilyJames</username>
221
+ <terminated type="boolean">false</terminated>
222
+ <name>Emily James</name>
223
+ <avatars>
224
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
225
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
226
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
227
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
228
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
229
+ </avatars>
230
+ <id type="integer">25</id>
231
+ <url>https://demo.socialcast.com/users/emilyjames</url>
232
+ </user>
233
+ <likes type="array"/>
234
+ <permalink-url>https://demo.socialcast.com/messages/406-web-conferencing--gotomeeting#comment-63</permalink-url>
235
+ <id type="integer">63</id>
236
+ <likes-count type="integer">0</likes-count>
237
+ <url>https://demo.socialcast.com/api/messages/406/comments/63</url>
238
+ </comment>
239
+ </comments>
240
+ <id type="integer">406</id>
241
+ <likes-count type="integer">0</likes-count>
242
+ <url>https://demo.socialcast.com/api/messages/406-web-conferencing--gotomeeting</url>
243
+ </message>
244
+ <message>
245
+ <player-params nil="true"></player-params>
246
+ <media-files type="array">
247
+ <media-file>
248
+ <external-resource-id nil="true"></external-resource-id>
249
+ <content-type>application/x-shockwave-flash</content-type>
250
+ <thumbnails>
251
+ <stream-square>https://socialcast-demo.s3.amazonaws.com/link_thumbnails/402/default.jpg</stream-square>
252
+ <square45>https://socialcast-demo.s3.amazonaws.com/link_thumbnails/402/default.jpg</square45>
253
+ <scaled480>https://socialcast-demo.s3.amazonaws.com/link_thumbnails/402/default.jpg</scaled480>
254
+ <stream>https://socialcast-demo.s3.amazonaws.com/link_thumbnails/402/default.jpg</stream>
255
+ </thumbnails>
256
+ <page-url nil="true"></page-url>
257
+ <title nil="true"></title>
258
+ <description nil="true"></description>
259
+ <attachment-id nil="true"></attachment-id>
260
+ <url>http://www.youtube.com/v/hbXLOeICLOI&amp;autoplay=1</url>
261
+ </media-file>
262
+ </media-files>
263
+ <message-type>link</message-type>
264
+ <thumbnail-url>https://socialcast-demo.s3.amazonaws.com/link_thumbnails/402/default.jpg</thumbnail-url>
265
+ <tags type="array"/>
266
+ <created-at>2011-04-25T14:28:42-07:00</created-at>
267
+ <action>shared a link</action>
268
+ <editable type="boolean">false</editable>
269
+ <rating nil="true"></rating>
270
+ <subscribed type="boolean">false</subscribed>
271
+ <likable type="boolean">true</likable>
272
+ <player-url>http://www.youtube.com/v/hbXLOeICLOI&amp;autoplay=1</player-url>
273
+ <source>
274
+ <formal-name>Web App</formal-name>
275
+ <name>web</name>
276
+ <id>web</id>
277
+ </source>
278
+ <flag nil="true"></flag>
279
+ <deletable type="boolean">false</deletable>
280
+ <last-interacted-at type="integer">1303047574</last-interacted-at>
281
+ <attachments type="array"/>
282
+ <comments-count type="integer">3</comments-count>
283
+ <user>
284
+ <type>User</type>
285
+ <username>JenniferLawson</username>
286
+ <terminated type="boolean">false</terminated>
287
+ <name>Jennifer Lawson</name>
288
+ <avatars>
289
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
290
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
291
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
292
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
293
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
294
+ </avatars>
295
+ <id type="integer">26</id>
296
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
297
+ </user>
298
+ <contains-url-only type="boolean">true</contains-url-only>
299
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/link.png</icon>
300
+ <target-user nil="true"></target-user>
301
+ <likes type="array">
302
+ <like>
303
+ <created-at>2011-04-25T14:03:42-07:00</created-at>
304
+ <user>
305
+ <name>Paul Gandy</name>
306
+ <id type="integer">23</id>
307
+ <url>https://demo.socialcast.com/users/paulgandy</url>
308
+ </user>
309
+ <unlikable type="boolean">false</unlikable>
310
+ <id type="integer">33</id>
311
+ </like>
312
+ <like>
313
+ <created-at>2011-04-25T14:27:46-07:00</created-at>
314
+ <user>
315
+ <name>Mike Whittington</name>
316
+ <id type="integer">27</id>
317
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
318
+ </user>
319
+ <unlikable type="boolean">false</unlikable>
320
+ <id type="integer">36</id>
321
+ </like>
322
+ <like>
323
+ <created-at>2011-04-25T14:10:41-07:00</created-at>
324
+ <user>
325
+ <name>Linda Allen</name>
326
+ <id type="integer">24</id>
327
+ <url>https://demo.socialcast.com/users/lindaallen</url>
328
+ </user>
329
+ <unlikable type="boolean">false</unlikable>
330
+ <id type="integer">43</id>
331
+ </like>
332
+ <like>
333
+ <created-at>2011-04-25T14:33:57-07:00</created-at>
334
+ <user>
335
+ <name>Emily James</name>
336
+ <id type="integer">25</id>
337
+ <url>https://demo.socialcast.com/users/emilyjames</url>
338
+ </user>
339
+ <unlikable type="boolean">true</unlikable>
340
+ <id type="integer">47</id>
341
+ </like>
342
+ <like>
343
+ <created-at>2011-04-25T14:51:11-07:00</created-at>
344
+ <user>
345
+ <name>Lee Mosely</name>
346
+ <id type="integer">20</id>
347
+ <url>https://demo.socialcast.com/users/leemosely</url>
348
+ </user>
349
+ <unlikable type="boolean">false</unlikable>
350
+ <id type="integer">57</id>
351
+ </like>
352
+ <like>
353
+ <created-at>2011-04-25T14:16:30-07:00</created-at>
354
+ <user>
355
+ <name>Bob Davis</name>
356
+ <id type="integer">21</id>
357
+ <url>https://demo.socialcast.com/users/bobdavis</url>
358
+ </user>
359
+ <unlikable type="boolean">false</unlikable>
360
+ <id type="integer">58</id>
361
+ </like>
362
+ </likes>
363
+ <permalink-url>https://demo.socialcast.com/messages/402-httpwwwyoutubecomwatchvhbxloeicloi</permalink-url>
364
+ <verb nil="true"></verb>
365
+ <in-reply-to nil="true"></in-reply-to>
366
+ <watchable type="boolean">false</watchable>
367
+ <ratable type="boolean">false</ratable>
368
+ <recipients type="array">
369
+ <recipient>
370
+ <type>User</type>
371
+ <username>LindaAllen</username>
372
+ <terminated type="boolean">false</terminated>
373
+ <name>Linda Allen</name>
374
+ <avatars>
375
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
376
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
377
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
378
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
379
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
380
+ </avatars>
381
+ <id type="integer">24</id>
382
+ <url>https://demo.socialcast.com/users/lindaallen</url>
383
+ </recipient>
384
+ </recipients>
385
+ <group>
386
+ </group>
387
+ <external-resources type="array"/>
388
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
389
+ <title>http://www.youtube.com/watch?v=hbXLOeICLOI</title>
390
+ <extensions type="array"/>
391
+ <groups type="array"/>
392
+ <ratings-average nil="true"></ratings-average>
393
+ <category-id nil="true"></category-id>
394
+ <external-url>http://www.youtube.com/watch?v=hbXLOeICLOI</external-url>
395
+ <body>Great video podcast on &quot;Measuring Your Marketing Success&quot; /cc @LindaAllen</body>
396
+ <hidden type="boolean">false</hidden>
397
+ <embed nil="true"></embed>
398
+ <watch nil="true"></watch>
399
+ <ratings-count nil="true"></ratings-count>
400
+ <comments type="array">
401
+ <comment>
402
+ <media-files type="array"/>
403
+ <thumbnail-url nil="true"></thumbnail-url>
404
+ <created-at>2011-04-25T14:18:08-07:00</created-at>
405
+ <editable type="boolean">false</editable>
406
+ <likable type="boolean">true</likable>
407
+ <deletable type="boolean">false</deletable>
408
+ <attachments type="array"/>
409
+ <text>Have we ever thought about doing a podcast? A buddy of mine at another company does them, he says that they have had a lot of success with them. Just a thought.</text>
410
+ <user>
411
+ <type>User</type>
412
+ <username>BobDavis</username>
413
+ <terminated type="boolean">false</terminated>
414
+ <name>Bob Davis</name>
415
+ <avatars>
416
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
417
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
418
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
419
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
420
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
421
+ </avatars>
422
+ <id type="integer">21</id>
423
+ <url>https://demo.socialcast.com/users/bobdavis</url>
424
+ </user>
425
+ <likes type="array"/>
426
+ <permalink-url>https://demo.socialcast.com/messages/402-httpwwwyoutubecomwatchvhbxloeicloi#comment-57</permalink-url>
427
+ <id type="integer">57</id>
428
+ <likes-count type="integer">0</likes-count>
429
+ <url>https://demo.socialcast.com/api/messages/402/comments/57</url>
430
+ </comment>
431
+ <comment>
432
+ <media-files type="array"/>
433
+ <thumbnail-url nil="true"></thumbnail-url>
434
+ <created-at>2011-04-25T14:31:01-07:00</created-at>
435
+ <editable type="boolean">false</editable>
436
+ <likable type="boolean">true</likable>
437
+ <deletable type="boolean">false</deletable>
438
+ <attachments type="array"/>
439
+ <text>Great idea Bob. This has been something we have been tossing around in the Marketing department in our last few meetings.</text>
440
+ <user>
441
+ <type>User</type>
442
+ <username>LindaAllen</username>
443
+ <terminated type="boolean">false</terminated>
444
+ <name>Linda Allen</name>
445
+ <avatars>
446
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
447
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
448
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
449
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
450
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
451
+ </avatars>
452
+ <id type="integer">24</id>
453
+ <url>https://demo.socialcast.com/users/lindaallen</url>
454
+ </user>
455
+ <likes type="array"/>
456
+ <permalink-url>https://demo.socialcast.com/messages/402-httpwwwyoutubecomwatchvhbxloeicloi#comment-58</permalink-url>
457
+ <id type="integer">58</id>
458
+ <likes-count type="integer">0</likes-count>
459
+ <url>https://demo.socialcast.com/api/messages/402/comments/58</url>
460
+ </comment>
461
+ <comment>
462
+ <media-files type="array"/>
463
+ <thumbnail-url nil="true"></thumbnail-url>
464
+ <created-at>2011-04-25T14:02:31-07:00</created-at>
465
+ <editable type="boolean">false</editable>
466
+ <likable type="boolean">true</likable>
467
+ <deletable type="boolean">false</deletable>
468
+ <attachments type="array"/>
469
+ <text>Sounds great. I know the software engineering team would be interested in doing some for our development community.</text>
470
+ <user>
471
+ <type>User</type>
472
+ <username>BobDavis</username>
473
+ <terminated type="boolean">false</terminated>
474
+ <name>Bob Davis</name>
475
+ <avatars>
476
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
477
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
478
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
479
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
480
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
481
+ </avatars>
482
+ <id type="integer">21</id>
483
+ <url>https://demo.socialcast.com/users/bobdavis</url>
484
+ </user>
485
+ <likes type="array"/>
486
+ <permalink-url>https://demo.socialcast.com/messages/402-httpwwwyoutubecomwatchvhbxloeicloi#comment-59</permalink-url>
487
+ <id type="integer">59</id>
488
+ <likes-count type="integer">0</likes-count>
489
+ <url>https://demo.socialcast.com/api/messages/402/comments/59</url>
490
+ </comment>
491
+ </comments>
492
+ <id type="integer">402</id>
493
+ <likes-count type="integer">6</likes-count>
494
+ <url>https://demo.socialcast.com/api/messages/402-httpwwwyoutubecomwatchvhbxloeicloi</url>
495
+ </message>
496
+ <message>
497
+ <player-params nil="true"></player-params>
498
+ <media-files type="array">
499
+ <media-file>
500
+ <external-resource-id nil="true"></external-resource-id>
501
+ <content-type>image/jpeg</content-type>
502
+ <thumbnails>
503
+ <stream-square>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin_stream_square.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=LSqgVekjaMauvIo0rSNd5Dev59A%3D</stream-square>
504
+ <square45>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin_square45.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=IVSQam1bVZmPDXlNXmU0H3oLwAE%3D</square45>
505
+ <scaled480>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin_scaled480.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=Bz2uLKOxSFLMrt%2BhWm0CAB71jgU%3D</scaled480>
506
+ <stream>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin_stream.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=zLKwCRFcwJHECI1o7UYk%2BvNfH4Y%3D</stream>
507
+ </thumbnails>
508
+ <page-url nil="true"></page-url>
509
+ <title>back_of_the_napkin.jpg</title>
510
+ <description nil="true"></description>
511
+ <attachment-id type="integer">111</attachment-id>
512
+ <url>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=LhinZh4apDgNJI28W81mef3k0Wk%3D</url>
513
+ </media-file>
514
+ </media-files>
515
+ <message-type>status_message</message-type>
516
+ <thumbnail-url>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin_stream.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=zLKwCRFcwJHECI1o7UYk%2BvNfH4Y%3D</thumbnail-url>
517
+ <tags type="array">
518
+ <tag>
519
+ <name>fyi</name>
520
+ </tag>
521
+ <tag>
522
+ <name>reference</name>
523
+ </tag>
524
+ <tag>
525
+ <name>code</name>
526
+ </tag>
527
+ </tags>
528
+ <created-at>2011-04-25T14:26:13-07:00</created-at>
529
+ <action></action>
530
+ <editable type="boolean">false</editable>
531
+ <rating nil="true"></rating>
532
+ <subscribed type="boolean">false</subscribed>
533
+ <likable type="boolean">true</likable>
534
+ <player-url nil="true"></player-url>
535
+ <source>
536
+ <formal-name>Web App</formal-name>
537
+ <name>web</name>
538
+ <id>web</id>
539
+ </source>
540
+ <flag nil="true"></flag>
541
+ <deletable type="boolean">false</deletable>
542
+ <last-interacted-at type="integer">1303046126</last-interacted-at>
543
+ <attachments type="array">
544
+ <attachment>
545
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/102/BD-software-design-ideas.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=5J7Dhn%2Fv3VOcYxoyb6l9ZWFucP8%3D</public-filename>
546
+ <content-type>application/pdf</content-type>
547
+ <file-extension>pdf</file-extension>
548
+ <filename>BD-software-design-ideas.pdf</filename>
549
+ <id type="integer">102</id>
550
+ <url>https://demo.socialcast.com/attachments/102</url>
551
+ </attachment>
552
+ <attachment>
553
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/111/back_of_the_napkin.jpg?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=LhinZh4apDgNJI28W81mef3k0Wk%3D</public-filename>
554
+ <content-type>image/jpeg</content-type>
555
+ <file-extension>jpg</file-extension>
556
+ <filename>back_of_the_napkin.jpg</filename>
557
+ <id type="integer">111</id>
558
+ <url>https://demo.socialcast.com/attachments/111</url>
559
+ </attachment>
560
+ </attachments>
561
+ <comments-count type="integer">5</comments-count>
562
+ <user>
563
+ <type>User</type>
564
+ <username>BobDavis</username>
565
+ <terminated type="boolean">false</terminated>
566
+ <name>Bob Davis</name>
567
+ <avatars>
568
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
569
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
570
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
571
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
572
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
573
+ </avatars>
574
+ <id type="integer">21</id>
575
+ <url>https://demo.socialcast.com/users/bobdavis</url>
576
+ </user>
577
+ <contains-url-only type="boolean">true</contains-url-only>
578
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/status_message.png</icon>
579
+ <target-user nil="true"></target-user>
580
+ <likes type="array">
581
+ <like>
582
+ <created-at>2011-04-25T14:49:02-07:00</created-at>
583
+ <user>
584
+ <name>Paul Gandy</name>
585
+ <id type="integer">23</id>
586
+ <url>https://demo.socialcast.com/users/paulgandy</url>
587
+ </user>
588
+ <unlikable type="boolean">false</unlikable>
589
+ <id type="integer">26</id>
590
+ </like>
591
+ <like>
592
+ <created-at>2011-04-25T14:19:34-07:00</created-at>
593
+ <user>
594
+ <name>Mike Whittington</name>
595
+ <id type="integer">27</id>
596
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
597
+ </user>
598
+ <unlikable type="boolean">false</unlikable>
599
+ <id type="integer">27</id>
600
+ </like>
601
+ <like>
602
+ <created-at>2011-04-25T14:05:37-07:00</created-at>
603
+ <user>
604
+ <name>Emily James</name>
605
+ <id type="integer">25</id>
606
+ <url>https://demo.socialcast.com/users/emilyjames</url>
607
+ </user>
608
+ <unlikable type="boolean">true</unlikable>
609
+ <id type="integer">48</id>
610
+ </like>
611
+ <like>
612
+ <created-at>2011-04-25T15:01:05-07:00</created-at>
613
+ <user>
614
+ <name>Jennifer Lawson</name>
615
+ <id type="integer">26</id>
616
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
617
+ </user>
618
+ <unlikable type="boolean">false</unlikable>
619
+ <id type="integer">52</id>
620
+ </like>
621
+ </likes>
622
+ <permalink-url>https://demo.socialcast.com/messages/407</permalink-url>
623
+ <verb nil="true"></verb>
624
+ <in-reply-to nil="true"></in-reply-to>
625
+ <watchable type="boolean">false</watchable>
626
+ <ratable type="boolean">false</ratable>
627
+ <recipients type="array">
628
+ <recipient>
629
+ <type>User</type>
630
+ <username>PaulGandy</username>
631
+ <terminated type="boolean">false</terminated>
632
+ <name>Paul Gandy</name>
633
+ <avatars>
634
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
635
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
636
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
637
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
638
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
639
+ </avatars>
640
+ <id type="integer">23</id>
641
+ <url>https://demo.socialcast.com/users/paulgandy</url>
642
+ </recipient>
643
+ <recipient>
644
+ <type>User</type>
645
+ <username>BobDavis</username>
646
+ <terminated type="boolean">false</terminated>
647
+ <name>Bob Davis</name>
648
+ <avatars>
649
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
650
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
651
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
652
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
653
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
654
+ </avatars>
655
+ <id type="integer">21</id>
656
+ <url>https://demo.socialcast.com/users/bobdavis</url>
657
+ </recipient>
658
+ <recipient>
659
+ <type>User</type>
660
+ <username>MikeWhittington</username>
661
+ <terminated type="boolean">false</terminated>
662
+ <name>Mike Whittington</name>
663
+ <avatars>
664
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square16.jpg</square16>
665
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square70.jpg</square70>
666
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square30.jpg</square30>
667
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square45.jpg</square45>
668
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square140.jpg</square140>
669
+ </avatars>
670
+ <id type="integer">27</id>
671
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
672
+ </recipient>
673
+ <recipient>
674
+ <type>Group</type>
675
+ <username>Widget11ProductTeam</username>
676
+ <name>Widget 11 Product Team</name>
677
+ <id type="integer">8</id>
678
+ <avatars>
679
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
680
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
681
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
682
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
683
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
684
+ </avatars>
685
+ <private type="boolean">false</private>
686
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
687
+ </recipient>
688
+ </recipients>
689
+ <group>
690
+ <type>Group</type>
691
+ <username>Widget11ProductTeam</username>
692
+ <groupname>Widget11ProductTeam</groupname>
693
+ <name>Widget 11 Product Team</name>
694
+ <private type="boolean">false</private>
695
+ <avatars>
696
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
697
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
698
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
699
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
700
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
701
+ </avatars>
702
+ <id type="integer">8</id>
703
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
704
+ </group>
705
+ <external-resources type="array"/>
706
+ <updated-at>2011-04-25T15:01:21-07:00</updated-at>
707
+ <title></title>
708
+ <extensions type="array"/>
709
+ <groups type="array">
710
+ <group>
711
+ <type>Group</type>
712
+ <username>Widget11ProductTeam</username>
713
+ <groupname>Widget11ProductTeam</groupname>
714
+ <name>Widget 11 Product Team</name>
715
+ <private type="boolean">false</private>
716
+ <avatars>
717
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
718
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
719
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
720
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
721
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
722
+ </avatars>
723
+ <id type="integer">8</id>
724
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
725
+ </group>
726
+ </groups>
727
+ <ratings-average nil="true"></ratings-average>
728
+ <category-id nil="true"></category-id>
729
+ <external-url></external-url>
730
+ <body>Had a great lunch with @PaulGandy about initial concepts for the widget 11 software design. See attached. Comments welcome.</body>
731
+ <hidden type="boolean">false</hidden>
732
+ <embed nil="true"></embed>
733
+ <watch nil="true"></watch>
734
+ <ratings-count nil="true"></ratings-count>
735
+ <comments type="array">
736
+ <comment>
737
+ <media-files type="array"/>
738
+ <thumbnail-url nil="true"></thumbnail-url>
739
+ <created-at>2011-04-25T14:52:30-07:00</created-at>
740
+ <editable type="boolean">true</editable>
741
+ <likable type="boolean">false</likable>
742
+ <deletable type="boolean">true</deletable>
743
+ <attachments type="array"/>
744
+ <text>I like the idea. Have we thought about using the reverse pattern a algorithms that worked well in Widget 9?</text>
745
+ <user>
746
+ <type>User</type>
747
+ <username>EmilyJames</username>
748
+ <terminated type="boolean">false</terminated>
749
+ <name>Emily James</name>
750
+ <avatars>
751
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
752
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
753
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
754
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
755
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
756
+ </avatars>
757
+ <id type="integer">25</id>
758
+ <url>https://demo.socialcast.com/users/emilyjames</url>
759
+ </user>
760
+ <likes type="array"/>
761
+ <permalink-url>https://demo.socialcast.com/messages/407#comment-64</permalink-url>
762
+ <id type="integer">64</id>
763
+ <likes-count type="integer">0</likes-count>
764
+ <url>https://demo.socialcast.com/api/messages/407/comments/64</url>
765
+ </comment>
766
+ <comment>
767
+ <media-files type="array"/>
768
+ <thumbnail-url nil="true"></thumbnail-url>
769
+ <created-at>2011-04-25T14:38:52-07:00</created-at>
770
+ <editable type="boolean">false</editable>
771
+ <likable type="boolean">true</likable>
772
+ <deletable type="boolean">false</deletable>
773
+ <attachments type="array"/>
774
+ <text>Nice thinking Emily. Using that code base never entered my mind. That is going to save a lot of development time. Thanks for the help.</text>
775
+ <user>
776
+ <type>User</type>
777
+ <username>BobDavis</username>
778
+ <terminated type="boolean">false</terminated>
779
+ <name>Bob Davis</name>
780
+ <avatars>
781
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
782
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
783
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
784
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
785
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
786
+ </avatars>
787
+ <id type="integer">21</id>
788
+ <url>https://demo.socialcast.com/users/bobdavis</url>
789
+ </user>
790
+ <likes type="array">
791
+ <like>
792
+ <created-at>2011-04-25T14:53:32-07:00</created-at>
793
+ <user>
794
+ <name>Mike Whittington</name>
795
+ <id type="integer">27</id>
796
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
797
+ </user>
798
+ <unlikable type="boolean">false</unlikable>
799
+ <id type="integer">28</id>
800
+ </like>
801
+ </likes>
802
+ <permalink-url>https://demo.socialcast.com/messages/407#comment-65</permalink-url>
803
+ <id type="integer">65</id>
804
+ <likes-count type="integer">1</likes-count>
805
+ <url>https://demo.socialcast.com/api/messages/407/comments/65</url>
806
+ </comment>
807
+ <comment>
808
+ <media-files type="array"/>
809
+ <thumbnail-url nil="true"></thumbnail-url>
810
+ <created-at>2011-04-25T14:40:20-07:00</created-at>
811
+ <editable type="boolean">false</editable>
812
+ <likable type="boolean">true</likable>
813
+ <deletable type="boolean">false</deletable>
814
+ <attachments type="array"/>
815
+ <text>Another good point to Emily's idea of using the reverse a algorithm is that it could help with the server resource issue that we were concerned about. One of the main objectives of that code base was reducing server load to free up resources for other processes. Great suggestion, Emily!</text>
816
+ <user>
817
+ <type>User</type>
818
+ <username>PaulGandy</username>
819
+ <terminated type="boolean">false</terminated>
820
+ <name>Paul Gandy</name>
821
+ <avatars>
822
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
823
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
824
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
825
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
826
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
827
+ </avatars>
828
+ <id type="integer">23</id>
829
+ <url>https://demo.socialcast.com/users/paulgandy</url>
830
+ </user>
831
+ <likes type="array"/>
832
+ <permalink-url>https://demo.socialcast.com/messages/407#comment-66</permalink-url>
833
+ <id type="integer">66</id>
834
+ <likes-count type="integer">0</likes-count>
835
+ <url>https://demo.socialcast.com/api/messages/407/comments/66</url>
836
+ </comment>
837
+ <comment>
838
+ <media-files type="array"/>
839
+ <thumbnail-url nil="true"></thumbnail-url>
840
+ <created-at>2011-04-25T14:33:35-07:00</created-at>
841
+ <editable type="boolean">false</editable>
842
+ <likable type="boolean">true</likable>
843
+ <deletable type="boolean">false</deletable>
844
+ <attachments type="array"/>
845
+ <text>Good point Paul. @MikeWhittington, could you send me the reference docs for the reverse a algorithm. I want to get started reviewing the code to see if it will work in this application.</text>
846
+ <user>
847
+ <type>User</type>
848
+ <username>BobDavis</username>
849
+ <terminated type="boolean">false</terminated>
850
+ <name>Bob Davis</name>
851
+ <avatars>
852
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
853
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
854
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
855
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
856
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
857
+ </avatars>
858
+ <id type="integer">21</id>
859
+ <url>https://demo.socialcast.com/users/bobdavis</url>
860
+ </user>
861
+ <likes type="array"/>
862
+ <permalink-url>https://demo.socialcast.com/messages/407#comment-67</permalink-url>
863
+ <id type="integer">67</id>
864
+ <likes-count type="integer">0</likes-count>
865
+ <url>https://demo.socialcast.com/api/messages/407/comments/67</url>
866
+ </comment>
867
+ <comment>
868
+ <media-files type="array"/>
869
+ <thumbnail-url nil="true"></thumbnail-url>
870
+ <created-at>2011-04-25T14:52:42-07:00</created-at>
871
+ <editable type="boolean">false</editable>
872
+ <likable type="boolean">true</likable>
873
+ <deletable type="boolean">false</deletable>
874
+ <attachments type="array">
875
+ <attachment>
876
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/108/reverse-a-algorithm-refernece-V7.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=LwAhv6AGGGQjSBxWrY70i6Jdras%3D</public-filename>
877
+ <content-type>application/pdf</content-type>
878
+ <file-extension>pdf</file-extension>
879
+ <filename>reverse-a-algorithm-refernece-V7.pdf</filename>
880
+ <id type="integer">108</id>
881
+ <url>https://demo.socialcast.com/attachments/108</url>
882
+ </attachment>
883
+ </attachments>
884
+ <text>Here you go Bob. This is version 7. Version 8 never left beta. #FYI #reference #code</text>
885
+ <user>
886
+ <type>User</type>
887
+ <username>MikeWhittington</username>
888
+ <terminated type="boolean">false</terminated>
889
+ <name>Mike Whittington</name>
890
+ <avatars>
891
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square16.jpg</square16>
892
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square70.jpg</square70>
893
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square30.jpg</square30>
894
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square45.jpg</square45>
895
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square140.jpg</square140>
896
+ </avatars>
897
+ <id type="integer">27</id>
898
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
899
+ </user>
900
+ <likes type="array"/>
901
+ <permalink-url>https://demo.socialcast.com/messages/407#comment-68</permalink-url>
902
+ <id type="integer">68</id>
903
+ <likes-count type="integer">0</likes-count>
904
+ <url>https://demo.socialcast.com/api/messages/407/comments/68</url>
905
+ </comment>
906
+ </comments>
907
+ <id type="integer">407</id>
908
+ <likes-count type="integer">4</likes-count>
909
+ <url>https://demo.socialcast.com/api/messages/407</url>
910
+ </message>
911
+ <message>
912
+ <player-params nil="true"></player-params>
913
+ <media-files type="array"/>
914
+ <message-type>question</message-type>
915
+ <thumbnail-url nil="true"></thumbnail-url>
916
+ <tags type="array">
917
+ <tag>
918
+ <name>alignment</name>
919
+ </tag>
920
+ </tags>
921
+ <created-at>2011-04-25T14:10:17-07:00</created-at>
922
+ <action>asked a question</action>
923
+ <editable type="boolean">true</editable>
924
+ <rating nil="true"></rating>
925
+ <subscribed type="boolean">false</subscribed>
926
+ <likable type="boolean">false</likable>
927
+ <player-url nil="true"></player-url>
928
+ <source>
929
+ <formal-name>Web App</formal-name>
930
+ <name>web</name>
931
+ <id>web</id>
932
+ </source>
933
+ <flag nil="true"></flag>
934
+ <deletable type="boolean">true</deletable>
935
+ <last-interacted-at type="integer">1303045576</last-interacted-at>
936
+ <attachments type="array"/>
937
+ <comments-count type="integer">2</comments-count>
938
+ <user>
939
+ <type>User</type>
940
+ <username>EmilyJames</username>
941
+ <terminated type="boolean">false</terminated>
942
+ <name>Emily James</name>
943
+ <avatars>
944
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
945
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
946
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
947
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
948
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
949
+ </avatars>
950
+ <id type="integer">25</id>
951
+ <url>https://demo.socialcast.com/users/emilyjames</url>
952
+ </user>
953
+ <contains-url-only type="boolean">true</contains-url-only>
954
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
955
+ <target-user nil="true"></target-user>
956
+ <likes type="array">
957
+ <like>
958
+ <created-at>2011-04-25T14:57:52-07:00</created-at>
959
+ <user>
960
+ <name>Bob Davis</name>
961
+ <id type="integer">21</id>
962
+ <url>https://demo.socialcast.com/users/bobdavis</url>
963
+ </user>
964
+ <unlikable type="boolean">false</unlikable>
965
+ <id type="integer">50</id>
966
+ </like>
967
+ <like>
968
+ <created-at>2011-04-25T14:56:59-07:00</created-at>
969
+ <user>
970
+ <name>Lee Mosely</name>
971
+ <id type="integer">20</id>
972
+ <url>https://demo.socialcast.com/users/leemosely</url>
973
+ </user>
974
+ <unlikable type="boolean">false</unlikable>
975
+ <id type="integer">56</id>
976
+ </like>
977
+ </likes>
978
+ <permalink-url>https://demo.socialcast.com/messages/424</permalink-url>
979
+ <verb nil="true"></verb>
980
+ <in-reply-to nil="true"></in-reply-to>
981
+ <watchable type="boolean">false</watchable>
982
+ <ratable type="boolean">false</ratable>
983
+ <recipients type="array">
984
+ <recipient>
985
+ <type>Group</type>
986
+ <username>Widget11ProductTeam</username>
987
+ <name>Widget 11 Product Team</name>
988
+ <id type="integer">8</id>
989
+ <avatars>
990
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
991
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
992
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
993
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
994
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
995
+ </avatars>
996
+ <private type="boolean">false</private>
997
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
998
+ </recipient>
999
+ </recipients>
1000
+ <group>
1001
+ <type>Group</type>
1002
+ <username>Widget11ProductTeam</username>
1003
+ <groupname>Widget11ProductTeam</groupname>
1004
+ <name>Widget 11 Product Team</name>
1005
+ <private type="boolean">false</private>
1006
+ <avatars>
1007
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
1008
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
1009
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
1010
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
1011
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
1012
+ </avatars>
1013
+ <id type="integer">8</id>
1014
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
1015
+ </group>
1016
+ <external-resources type="array"/>
1017
+ <updated-at>2011-04-25T15:01:21-07:00</updated-at>
1018
+ <title></title>
1019
+ <extensions type="array"/>
1020
+ <groups type="array">
1021
+ <group>
1022
+ <type>Group</type>
1023
+ <username>Widget11ProductTeam</username>
1024
+ <groupname>Widget11ProductTeam</groupname>
1025
+ <name>Widget 11 Product Team</name>
1026
+ <private type="boolean">false</private>
1027
+ <avatars>
1028
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square16.jpg</square16>
1029
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square70.jpg</square70>
1030
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square30.jpg</square30>
1031
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square45.jpg</square45>
1032
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/168/258822587_a80ec49477_square140_square140.jpg</square140>
1033
+ </avatars>
1034
+ <id type="integer">8</id>
1035
+ <url>https://demo.socialcast.com/groups/widget11productteam</url>
1036
+ </group>
1037
+ </groups>
1038
+ <ratings-average nil="true"></ratings-average>
1039
+ <category-id nil="true"></category-id>
1040
+ <external-url></external-url>
1041
+ <body>How will administration work for Widget 11? Will a self-service tool or alert be used?</body>
1042
+ <hidden type="boolean">false</hidden>
1043
+ <embed nil="true"></embed>
1044
+ <watch nil="true"></watch>
1045
+ <ratings-count nil="true"></ratings-count>
1046
+ <comments type="array">
1047
+ <comment>
1048
+ <media-files type="array"/>
1049
+ <thumbnail-url nil="true"></thumbnail-url>
1050
+ <created-at>2011-04-25T14:39:21-07:00</created-at>
1051
+ <editable type="boolean">false</editable>
1052
+ <likable type="boolean">true</likable>
1053
+ <deletable type="boolean">false</deletable>
1054
+ <attachments type="array">
1055
+ <attachment>
1056
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/110/Widget_11_Administration_Panel.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=Uybva4VURYWvmu9Px%2BXsAOtqH10%3D</public-filename>
1057
+ <content-type>application/pdf</content-type>
1058
+ <file-extension>pdf</file-extension>
1059
+ <filename>Widget_11_Administration_Panel.pdf</filename>
1060
+ <id type="integer">110</id>
1061
+ <url>https://demo.socialcast.com/attachments/110</url>
1062
+ </attachment>
1063
+ </attachments>
1064
+ <text>Administration of Widget 11 will be very similar to Widget 10. It will include all the same features, so training will be minimal upon launch. We have incorporated a self-service module into the administrative panel, which will allow a customer to find the information they are looking for faster. This is an outstanding new feature of Widget 11 and something we are hoping will change the way our customers use the product. I have attached a small one-sheet on the new self-service panel, as well as a short description of any minor changes in the administration panel.</text>
1065
+ <user>
1066
+ <type>User</type>
1067
+ <username>BobDavis</username>
1068
+ <terminated type="boolean">false</terminated>
1069
+ <name>Bob Davis</name>
1070
+ <avatars>
1071
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
1072
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
1073
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
1074
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
1075
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
1076
+ </avatars>
1077
+ <id type="integer">21</id>
1078
+ <url>https://demo.socialcast.com/users/bobdavis</url>
1079
+ </user>
1080
+ <likes type="array">
1081
+ <like>
1082
+ <created-at>2011-04-25T14:34:18-07:00</created-at>
1083
+ <user>
1084
+ <name>Emily James</name>
1085
+ <id type="integer">25</id>
1086
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1087
+ </user>
1088
+ <unlikable type="boolean">true</unlikable>
1089
+ <id type="integer">51</id>
1090
+ </like>
1091
+ </likes>
1092
+ <permalink-url>https://demo.socialcast.com/messages/424#comment-84</permalink-url>
1093
+ <id type="integer">84</id>
1094
+ <likes-count type="integer">1</likes-count>
1095
+ <url>https://demo.socialcast.com/api/messages/424/comments/84</url>
1096
+ </comment>
1097
+ <comment>
1098
+ <media-files type="array"/>
1099
+ <thumbnail-url nil="true"></thumbnail-url>
1100
+ <created-at>2011-04-25T14:54:12-07:00</created-at>
1101
+ <editable type="boolean">true</editable>
1102
+ <likable type="boolean">false</likable>
1103
+ <deletable type="boolean">true</deletable>
1104
+ <attachments type="array"/>
1105
+ <text>Great thanks for sending that document over, really clarified things for me. I am fully aligned now on the new admin panel. #alignment</text>
1106
+ <user>
1107
+ <type>User</type>
1108
+ <username>EmilyJames</username>
1109
+ <terminated type="boolean">false</terminated>
1110
+ <name>Emily James</name>
1111
+ <avatars>
1112
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
1113
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
1114
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
1115
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
1116
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
1117
+ </avatars>
1118
+ <id type="integer">25</id>
1119
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1120
+ </user>
1121
+ <likes type="array"/>
1122
+ <permalink-url>https://demo.socialcast.com/messages/424#comment-85</permalink-url>
1123
+ <id type="integer">85</id>
1124
+ <likes-count type="integer">0</likes-count>
1125
+ <url>https://demo.socialcast.com/api/messages/424/comments/85</url>
1126
+ </comment>
1127
+ </comments>
1128
+ <id type="integer">424</id>
1129
+ <likes-count type="integer">2</likes-count>
1130
+ <url>https://demo.socialcast.com/api/messages/424</url>
1131
+ </message>
1132
+ <message>
1133
+ <player-params nil="true"></player-params>
1134
+ <media-files type="array"/>
1135
+ <message-type>question</message-type>
1136
+ <thumbnail-url nil="true"></thumbnail-url>
1137
+ <tags type="array">
1138
+ <tag>
1139
+ <name>help</name>
1140
+ </tag>
1141
+ <tag>
1142
+ <name>sales</name>
1143
+ </tag>
1144
+ <tag>
1145
+ <name>salesdeck</name>
1146
+ </tag>
1147
+ <tag>
1148
+ <name>version4</name>
1149
+ </tag>
1150
+ </tags>
1151
+ <created-at>2011-04-25T14:02:02-07:00</created-at>
1152
+ <action>asked a question</action>
1153
+ <editable type="boolean">true</editable>
1154
+ <rating nil="true"></rating>
1155
+ <subscribed type="boolean">false</subscribed>
1156
+ <likable type="boolean">false</likable>
1157
+ <player-url nil="true"></player-url>
1158
+ <source>
1159
+ <formal-name>Web App</formal-name>
1160
+ <name>web</name>
1161
+ <id>web</id>
1162
+ </source>
1163
+ <flag nil="true"></flag>
1164
+ <deletable type="boolean">true</deletable>
1165
+ <last-interacted-at type="integer">1302988005</last-interacted-at>
1166
+ <attachments type="array"/>
1167
+ <comments-count type="integer">2</comments-count>
1168
+ <user>
1169
+ <type>User</type>
1170
+ <username>EmilyJames</username>
1171
+ <terminated type="boolean">false</terminated>
1172
+ <name>Emily James</name>
1173
+ <avatars>
1174
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
1175
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
1176
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
1177
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
1178
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
1179
+ </avatars>
1180
+ <id type="integer">25</id>
1181
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1182
+ </user>
1183
+ <contains-url-only type="boolean">true</contains-url-only>
1184
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
1185
+ <target-user nil="true"></target-user>
1186
+ <likes type="array">
1187
+ <like>
1188
+ <created-at>2011-04-25T14:27:23-07:00</created-at>
1189
+ <user>
1190
+ <name>Mike Whittington</name>
1191
+ <id type="integer">27</id>
1192
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
1193
+ </user>
1194
+ <unlikable type="boolean">false</unlikable>
1195
+ <id type="integer">30</id>
1196
+ </like>
1197
+ <like>
1198
+ <created-at>2011-04-25T14:55:02-07:00</created-at>
1199
+ <user>
1200
+ <name>Linda Allen</name>
1201
+ <id type="integer">24</id>
1202
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1203
+ </user>
1204
+ <unlikable type="boolean">false</unlikable>
1205
+ <id type="integer">45</id>
1206
+ </like>
1207
+ <like>
1208
+ <created-at>2011-04-25T14:22:08-07:00</created-at>
1209
+ <user>
1210
+ <name>Jennifer Lawson</name>
1211
+ <id type="integer">26</id>
1212
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
1213
+ </user>
1214
+ <unlikable type="boolean">false</unlikable>
1215
+ <id type="integer">54</id>
1216
+ </like>
1217
+ </likes>
1218
+ <permalink-url>https://demo.socialcast.com/messages/394</permalink-url>
1219
+ <verb nil="true"></verb>
1220
+ <in-reply-to nil="true"></in-reply-to>
1221
+ <watchable type="boolean">false</watchable>
1222
+ <ratable type="boolean">false</ratable>
1223
+ <recipients type="array">
1224
+ <recipient>
1225
+ <type>User</type>
1226
+ <username>LindaAllen</username>
1227
+ <terminated type="boolean">false</terminated>
1228
+ <name>Linda Allen</name>
1229
+ <avatars>
1230
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
1231
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
1232
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
1233
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
1234
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
1235
+ </avatars>
1236
+ <id type="integer">24</id>
1237
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1238
+ </recipient>
1239
+ <recipient>
1240
+ <type>User</type>
1241
+ <username>EmilyJames</username>
1242
+ <terminated type="boolean">false</terminated>
1243
+ <name>Emily James</name>
1244
+ <avatars>
1245
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
1246
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
1247
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
1248
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
1249
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
1250
+ </avatars>
1251
+ <id type="integer">25</id>
1252
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1253
+ </recipient>
1254
+ </recipients>
1255
+ <group>
1256
+ </group>
1257
+ <external-resources type="array"/>
1258
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
1259
+ <title></title>
1260
+ <extensions type="array"/>
1261
+ <groups type="array"/>
1262
+ <ratings-average nil="true"></ratings-average>
1263
+ <category-id nil="true"></category-id>
1264
+ <external-url></external-url>
1265
+ <body>Anyone have the latest sales deck? Meeting with a potential customer this afternoon. #help #sales</body>
1266
+ <hidden type="boolean">false</hidden>
1267
+ <embed nil="true"></embed>
1268
+ <watch nil="true"></watch>
1269
+ <ratings-count nil="true"></ratings-count>
1270
+ <comments type="array">
1271
+ <comment>
1272
+ <media-files type="array"/>
1273
+ <thumbnail-url nil="true"></thumbnail-url>
1274
+ <created-at>2011-04-25T14:13:59-07:00</created-at>
1275
+ <editable type="boolean">false</editable>
1276
+ <likable type="boolean">true</likable>
1277
+ <deletable type="boolean">false</deletable>
1278
+ <attachments type="array"/>
1279
+ <text>@LindaAllen can you send the latest sales deck to Emily when you get a chance. Thanks</text>
1280
+ <user>
1281
+ <type>User</type>
1282
+ <username>JenniferLawson</username>
1283
+ <terminated type="boolean">false</terminated>
1284
+ <name>Jennifer Lawson</name>
1285
+ <avatars>
1286
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
1287
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
1288
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
1289
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
1290
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
1291
+ </avatars>
1292
+ <id type="integer">26</id>
1293
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
1294
+ </user>
1295
+ <likes type="array"/>
1296
+ <permalink-url>https://demo.socialcast.com/messages/394#comment-44</permalink-url>
1297
+ <id type="integer">44</id>
1298
+ <likes-count type="integer">0</likes-count>
1299
+ <url>https://demo.socialcast.com/api/messages/394/comments/44</url>
1300
+ </comment>
1301
+ <comment>
1302
+ <media-files type="array"/>
1303
+ <thumbnail-url nil="true"></thumbnail-url>
1304
+ <created-at>2011-04-25T14:04:57-07:00</created-at>
1305
+ <editable type="boolean">false</editable>
1306
+ <likable type="boolean">true</likable>
1307
+ <deletable type="boolean">false</deletable>
1308
+ <attachments type="array">
1309
+ <attachment>
1310
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/100/acme_corp_sales_deck_v4_LA.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=gFvsExLckHhwgXIna9QO59hoxwc%3D</public-filename>
1311
+ <content-type>application/pdf</content-type>
1312
+ <file-extension>pdf</file-extension>
1313
+ <filename>acme_corp_sales_deck_v4_LA.pdf</filename>
1314
+ <id type="integer">100</id>
1315
+ <url>https://demo.socialcast.com/attachments/100</url>
1316
+ </attachment>
1317
+ </attachments>
1318
+ <text>@EmilyJames see attached. This is revision 4. Please be sure to discard previous version. #salesdeck #sales #version4</text>
1319
+ <user>
1320
+ <type>User</type>
1321
+ <username>LindaAllen</username>
1322
+ <terminated type="boolean">false</terminated>
1323
+ <name>Linda Allen</name>
1324
+ <avatars>
1325
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
1326
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
1327
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
1328
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
1329
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
1330
+ </avatars>
1331
+ <id type="integer">24</id>
1332
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1333
+ </user>
1334
+ <likes type="array">
1335
+ <like>
1336
+ <created-at>2011-04-25T14:45:50-07:00</created-at>
1337
+ <user>
1338
+ <name>Jennifer Lawson</name>
1339
+ <id type="integer">26</id>
1340
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
1341
+ </user>
1342
+ <unlikable type="boolean">false</unlikable>
1343
+ <id type="integer">55</id>
1344
+ </like>
1345
+ </likes>
1346
+ <permalink-url>https://demo.socialcast.com/messages/394#comment-47</permalink-url>
1347
+ <id type="integer">47</id>
1348
+ <likes-count type="integer">1</likes-count>
1349
+ <url>https://demo.socialcast.com/api/messages/394/comments/47</url>
1350
+ </comment>
1351
+ </comments>
1352
+ <id type="integer">394</id>
1353
+ <likes-count type="integer">3</likes-count>
1354
+ <url>https://demo.socialcast.com/api/messages/394</url>
1355
+ </message>
1356
+ <message>
1357
+ <player-params nil="true"></player-params>
1358
+ <media-files type="array"/>
1359
+ <message-type>status_message</message-type>
1360
+ <thumbnail-url nil="true"></thumbnail-url>
1361
+ <tags type="array"/>
1362
+ <created-at>2011-04-25T14:51:55-07:00</created-at>
1363
+ <action></action>
1364
+ <editable type="boolean">false</editable>
1365
+ <rating nil="true"></rating>
1366
+ <subscribed type="boolean">false</subscribed>
1367
+ <likable type="boolean">true</likable>
1368
+ <player-url nil="true"></player-url>
1369
+ <source>
1370
+ <formal-name>Web App</formal-name>
1371
+ <name>web</name>
1372
+ <id>web</id>
1373
+ </source>
1374
+ <flag nil="true"></flag>
1375
+ <deletable type="boolean">false</deletable>
1376
+ <last-interacted-at type="integer">1302987998</last-interacted-at>
1377
+ <attachments type="array"/>
1378
+ <comments-count type="integer">2</comments-count>
1379
+ <user>
1380
+ <type>User</type>
1381
+ <username>BrianBurke</username>
1382
+ <terminated type="boolean">false</terminated>
1383
+ <name>Brian Burke</name>
1384
+ <avatars>
1385
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/99/iStock_000002100805XSmall_square16.jpg</square16>
1386
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/99/iStock_000002100805XSmall_square70.jpg</square70>
1387
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/99/iStock_000002100805XSmall_square30.jpg</square30>
1388
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/99/iStock_000002100805XSmall_square45.jpg</square45>
1389
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/99/iStock_000002100805XSmall_square140.jpg</square140>
1390
+ </avatars>
1391
+ <id type="integer">33</id>
1392
+ <url>https://demo.socialcast.com/users/brianburke</url>
1393
+ </user>
1394
+ <contains-url-only type="boolean">true</contains-url-only>
1395
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/status_message.png</icon>
1396
+ <target-user nil="true"></target-user>
1397
+ <likes type="array">
1398
+ <like>
1399
+ <created-at>2011-04-25T14:49:56-07:00</created-at>
1400
+ <user>
1401
+ <name>Bob Davis</name>
1402
+ <id type="integer">21</id>
1403
+ <url>https://demo.socialcast.com/users/bobdavis</url>
1404
+ </user>
1405
+ <unlikable type="boolean">false</unlikable>
1406
+ <id type="integer">22</id>
1407
+ </like>
1408
+ <like>
1409
+ <created-at>2011-04-25T14:22:37-07:00</created-at>
1410
+ <user>
1411
+ <name>Stacey Lynch</name>
1412
+ <id type="integer">30</id>
1413
+ <url>https://demo.socialcast.com/users/staceylynch</url>
1414
+ </user>
1415
+ <unlikable type="boolean">false</unlikable>
1416
+ <id type="integer">23</id>
1417
+ </like>
1418
+ <like>
1419
+ <created-at>2011-04-25T14:10:17-07:00</created-at>
1420
+ <user>
1421
+ <name>Lee Mosely</name>
1422
+ <id type="integer">20</id>
1423
+ <url>https://demo.socialcast.com/users/leemosely</url>
1424
+ </user>
1425
+ <unlikable type="boolean">false</unlikable>
1426
+ <id type="integer">24</id>
1427
+ </like>
1428
+ <like>
1429
+ <created-at>2011-04-25T14:55:19-07:00</created-at>
1430
+ <user>
1431
+ <name>Paul Gandy</name>
1432
+ <id type="integer">23</id>
1433
+ <url>https://demo.socialcast.com/users/paulgandy</url>
1434
+ </user>
1435
+ <unlikable type="boolean">false</unlikable>
1436
+ <id type="integer">25</id>
1437
+ </like>
1438
+ <like>
1439
+ <created-at>2011-04-25T14:41:25-07:00</created-at>
1440
+ <user>
1441
+ <name>Mike Whittington</name>
1442
+ <id type="integer">27</id>
1443
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
1444
+ </user>
1445
+ <unlikable type="boolean">false</unlikable>
1446
+ <id type="integer">29</id>
1447
+ </like>
1448
+ <like>
1449
+ <created-at>2011-04-25T14:56:36-07:00</created-at>
1450
+ <user>
1451
+ <name>Linda Allen</name>
1452
+ <id type="integer">24</id>
1453
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1454
+ </user>
1455
+ <unlikable type="boolean">false</unlikable>
1456
+ <id type="integer">46</id>
1457
+ </like>
1458
+ <like>
1459
+ <created-at>2011-04-25T14:45:21-07:00</created-at>
1460
+ <user>
1461
+ <name>Jennifer Lawson</name>
1462
+ <id type="integer">26</id>
1463
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
1464
+ </user>
1465
+ <unlikable type="boolean">false</unlikable>
1466
+ <id type="integer">53</id>
1467
+ </like>
1468
+ </likes>
1469
+ <permalink-url>https://demo.socialcast.com/messages/404</permalink-url>
1470
+ <verb nil="true"></verb>
1471
+ <in-reply-to nil="true"></in-reply-to>
1472
+ <watchable type="boolean">false</watchable>
1473
+ <ratable type="boolean">false</ratable>
1474
+ <recipients type="array">
1475
+ <recipient>
1476
+ <type>User</type>
1477
+ <username>BobDavis</username>
1478
+ <terminated type="boolean">false</terminated>
1479
+ <name>Bob Davis</name>
1480
+ <avatars>
1481
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
1482
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
1483
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
1484
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
1485
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
1486
+ </avatars>
1487
+ <id type="integer">21</id>
1488
+ <url>https://demo.socialcast.com/users/bobdavis</url>
1489
+ </recipient>
1490
+ </recipients>
1491
+ <group>
1492
+ </group>
1493
+ <external-resources type="array"/>
1494
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
1495
+ <title></title>
1496
+ <extensions type="array"/>
1497
+ <groups type="array"/>
1498
+ <ratings-average nil="true"></ratings-average>
1499
+ <category-id nil="true"></category-id>
1500
+ <external-url></external-url>
1501
+ <body>I just had a great meeting with a client regarding our new Acme Widget 11. They said they loved the new design and really like the improvements in the software interface. It cut the configuration time in half, saving them time and money. @BobDavis great job revising the software. Our customers and the market are really validating the hard work you and your team put into this product.</body>
1502
+ <hidden type="boolean">false</hidden>
1503
+ <embed nil="true"></embed>
1504
+ <watch nil="true"></watch>
1505
+ <ratings-count nil="true"></ratings-count>
1506
+ <comments type="array">
1507
+ <comment>
1508
+ <media-files type="array"/>
1509
+ <thumbnail-url nil="true"></thumbnail-url>
1510
+ <created-at>2011-04-25T14:27:39-07:00</created-at>
1511
+ <editable type="boolean">false</editable>
1512
+ <likable type="boolean">true</likable>
1513
+ <deletable type="boolean">false</deletable>
1514
+ <attachments type="array"/>
1515
+ <text>Thanks Brian. The team did a great job. Glad to hear that all the hard work and late hours paid off.</text>
1516
+ <user>
1517
+ <type>User</type>
1518
+ <username>BobDavis</username>
1519
+ <terminated type="boolean">false</terminated>
1520
+ <name>Bob Davis</name>
1521
+ <avatars>
1522
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
1523
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
1524
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
1525
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
1526
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
1527
+ </avatars>
1528
+ <id type="integer">21</id>
1529
+ <url>https://demo.socialcast.com/users/bobdavis</url>
1530
+ </user>
1531
+ <likes type="array"/>
1532
+ <permalink-url>https://demo.socialcast.com/messages/404#comment-60</permalink-url>
1533
+ <id type="integer">60</id>
1534
+ <likes-count type="integer">0</likes-count>
1535
+ <url>https://demo.socialcast.com/api/messages/404/comments/60</url>
1536
+ </comment>
1537
+ <comment>
1538
+ <media-files type="array"/>
1539
+ <thumbnail-url nil="true"></thumbnail-url>
1540
+ <created-at>2011-04-25T14:44:26-07:00</created-at>
1541
+ <editable type="boolean">false</editable>
1542
+ <likable type="boolean">true</likable>
1543
+ <deletable type="boolean">false</deletable>
1544
+ <attachments type="array"/>
1545
+ <text>Did they mention anything about the new case design? We were interested in hearing feedback from customers on it.</text>
1546
+ <user>
1547
+ <type>User</type>
1548
+ <username>PaulGandy</username>
1549
+ <terminated type="boolean">false</terminated>
1550
+ <name>Paul Gandy</name>
1551
+ <avatars>
1552
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
1553
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
1554
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
1555
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
1556
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
1557
+ </avatars>
1558
+ <id type="integer">23</id>
1559
+ <url>https://demo.socialcast.com/users/paulgandy</url>
1560
+ </user>
1561
+ <likes type="array"/>
1562
+ <permalink-url>https://demo.socialcast.com/messages/404#comment-62</permalink-url>
1563
+ <id type="integer">62</id>
1564
+ <likes-count type="integer">0</likes-count>
1565
+ <url>https://demo.socialcast.com/api/messages/404/comments/62</url>
1566
+ </comment>
1567
+ </comments>
1568
+ <id type="integer">404</id>
1569
+ <likes-count type="integer">7</likes-count>
1570
+ <url>https://demo.socialcast.com/api/messages/404</url>
1571
+ </message>
1572
+ <message>
1573
+ <player-params nil="true"></player-params>
1574
+ <media-files type="array"/>
1575
+ <message-type>question</message-type>
1576
+ <thumbnail-url nil="true"></thumbnail-url>
1577
+ <tags type="array"/>
1578
+ <created-at>2011-04-25T14:57:46-07:00</created-at>
1579
+ <action>asked a question</action>
1580
+ <editable type="boolean">true</editable>
1581
+ <rating nil="true"></rating>
1582
+ <subscribed type="boolean">false</subscribed>
1583
+ <likable type="boolean">false</likable>
1584
+ <player-url nil="true"></player-url>
1585
+ <source>
1586
+ <formal-name>Web App</formal-name>
1587
+ <name>web</name>
1588
+ <id>web</id>
1589
+ </source>
1590
+ <flag nil="true"></flag>
1591
+ <deletable type="boolean">true</deletable>
1592
+ <last-interacted-at type="integer">1302969076</last-interacted-at>
1593
+ <attachments type="array"/>
1594
+ <comments-count type="integer">1</comments-count>
1595
+ <user>
1596
+ <type>User</type>
1597
+ <username>EmilyJames</username>
1598
+ <terminated type="boolean">false</terminated>
1599
+ <name>Emily James</name>
1600
+ <avatars>
1601
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
1602
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
1603
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
1604
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
1605
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
1606
+ </avatars>
1607
+ <id type="integer">25</id>
1608
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1609
+ </user>
1610
+ <contains-url-only type="boolean">true</contains-url-only>
1611
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
1612
+ <target-user nil="true"></target-user>
1613
+ <likes type="array">
1614
+ <like>
1615
+ <created-at>2011-04-25T14:38:38-07:00</created-at>
1616
+ <user>
1617
+ <name>Paul Gandy</name>
1618
+ <id type="integer">23</id>
1619
+ <url>https://demo.socialcast.com/users/paulgandy</url>
1620
+ </user>
1621
+ <unlikable type="boolean">false</unlikable>
1622
+ <id type="integer">34</id>
1623
+ </like>
1624
+ <like>
1625
+ <created-at>2011-04-25T14:59:21-07:00</created-at>
1626
+ <user>
1627
+ <name>Linda Allen</name>
1628
+ <id type="integer">24</id>
1629
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1630
+ </user>
1631
+ <unlikable type="boolean">false</unlikable>
1632
+ <id type="integer">44</id>
1633
+ </like>
1634
+ </likes>
1635
+ <permalink-url>https://demo.socialcast.com/messages/401</permalink-url>
1636
+ <verb nil="true"></verb>
1637
+ <in-reply-to nil="true"></in-reply-to>
1638
+ <watchable type="boolean">false</watchable>
1639
+ <ratable type="boolean">false</ratable>
1640
+ <recipients type="array">
1641
+ <recipient>
1642
+ <type>User</type>
1643
+ <username>LindaAllen</username>
1644
+ <terminated type="boolean">false</terminated>
1645
+ <name>Linda Allen</name>
1646
+ <avatars>
1647
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
1648
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
1649
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
1650
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
1651
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
1652
+ </avatars>
1653
+ <id type="integer">24</id>
1654
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1655
+ </recipient>
1656
+ </recipients>
1657
+ <group>
1658
+ </group>
1659
+ <external-resources type="array"/>
1660
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
1661
+ <title></title>
1662
+ <extensions type="array"/>
1663
+ <groups type="array"/>
1664
+ <ratings-average nil="true"></ratings-average>
1665
+ <category-id nil="true"></category-id>
1666
+ <external-url></external-url>
1667
+ <body>@LindaAllen do you have the minutes from this weeks marketing meeting?</body>
1668
+ <hidden type="boolean">false</hidden>
1669
+ <embed nil="true"></embed>
1670
+ <watch nil="true"></watch>
1671
+ <ratings-count nil="true"></ratings-count>
1672
+ <comments type="array">
1673
+ <comment>
1674
+ <media-files type="array"/>
1675
+ <thumbnail-url nil="true"></thumbnail-url>
1676
+ <created-at>2011-04-25T14:24:56-07:00</created-at>
1677
+ <editable type="boolean">false</editable>
1678
+ <likable type="boolean">true</likable>
1679
+ <deletable type="boolean">false</deletable>
1680
+ <attachments type="array">
1681
+ <attachment>
1682
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/101/Marketing_Minutes.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=57XQNdtVsz2C9kyP3X1P55msaZg%3D</public-filename>
1683
+ <content-type>application/pdf</content-type>
1684
+ <file-extension>pdf</file-extension>
1685
+ <filename>Marketing_Minutes.pdf</filename>
1686
+ <id type="integer">101</id>
1687
+ <url>https://demo.socialcast.com/attachments/101</url>
1688
+ </attachment>
1689
+ </attachments>
1690
+ <text>See attached minutes.</text>
1691
+ <user>
1692
+ <type>User</type>
1693
+ <username>LindaAllen</username>
1694
+ <terminated type="boolean">false</terminated>
1695
+ <name>Linda Allen</name>
1696
+ <avatars>
1697
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
1698
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
1699
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
1700
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
1701
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
1702
+ </avatars>
1703
+ <id type="integer">24</id>
1704
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1705
+ </user>
1706
+ <likes type="array"/>
1707
+ <permalink-url>https://demo.socialcast.com/messages/401#comment-54</permalink-url>
1708
+ <id type="integer">54</id>
1709
+ <likes-count type="integer">0</likes-count>
1710
+ <url>https://demo.socialcast.com/api/messages/401/comments/54</url>
1711
+ </comment>
1712
+ </comments>
1713
+ <id type="integer">401</id>
1714
+ <likes-count type="integer">2</likes-count>
1715
+ <url>https://demo.socialcast.com/api/messages/401</url>
1716
+ </message>
1717
+ <message>
1718
+ <player-params nil="true"></player-params>
1719
+ <media-files type="array"/>
1720
+ <message-type>question</message-type>
1721
+ <thumbnail-url nil="true"></thumbnail-url>
1722
+ <tags type="array">
1723
+ <tag>
1724
+ <name>internet</name>
1725
+ </tag>
1726
+ </tags>
1727
+ <created-at>2011-04-25T14:35:22-07:00</created-at>
1728
+ <action>asked a question</action>
1729
+ <editable type="boolean">false</editable>
1730
+ <rating nil="true"></rating>
1731
+ <subscribed type="boolean">false</subscribed>
1732
+ <likable type="boolean">true</likable>
1733
+ <player-url nil="true"></player-url>
1734
+ <source>
1735
+ <formal-name>Web App</formal-name>
1736
+ <name>web</name>
1737
+ <id>web</id>
1738
+ </source>
1739
+ <flag nil="true"></flag>
1740
+ <deletable type="boolean">false</deletable>
1741
+ <last-interacted-at type="integer">1302969069</last-interacted-at>
1742
+ <attachments type="array"/>
1743
+ <comments-count type="integer">5</comments-count>
1744
+ <user>
1745
+ <type>User</type>
1746
+ <username>StaceyLynch</username>
1747
+ <terminated type="boolean">false</terminated>
1748
+ <name>Stacey Lynch</name>
1749
+ <avatars>
1750
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square16.jpg</square16>
1751
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square70.jpg</square70>
1752
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square30.jpg</square30>
1753
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square45.jpg</square45>
1754
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square140.jpg</square140>
1755
+ </avatars>
1756
+ <id type="integer">30</id>
1757
+ <url>https://demo.socialcast.com/users/staceylynch</url>
1758
+ </user>
1759
+ <contains-url-only type="boolean">true</contains-url-only>
1760
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
1761
+ <target-user nil="true"></target-user>
1762
+ <likes type="array">
1763
+ <like>
1764
+ <created-at>2011-04-25T14:37:19-07:00</created-at>
1765
+ <user>
1766
+ <name>Mike Whittington</name>
1767
+ <id type="integer">27</id>
1768
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
1769
+ </user>
1770
+ <unlikable type="boolean">false</unlikable>
1771
+ <id type="integer">37</id>
1772
+ </like>
1773
+ <like>
1774
+ <created-at>2011-04-25T14:11:57-07:00</created-at>
1775
+ <user>
1776
+ <name>Linda Allen</name>
1777
+ <id type="integer">24</id>
1778
+ <url>https://demo.socialcast.com/users/lindaallen</url>
1779
+ </user>
1780
+ <unlikable type="boolean">false</unlikable>
1781
+ <id type="integer">42</id>
1782
+ </like>
1783
+ </likes>
1784
+ <permalink-url>https://demo.socialcast.com/messages/399</permalink-url>
1785
+ <verb nil="true"></verb>
1786
+ <in-reply-to nil="true"></in-reply-to>
1787
+ <watchable type="boolean">false</watchable>
1788
+ <ratable type="boolean">false</ratable>
1789
+ <recipients type="array">
1790
+ <recipient>
1791
+ <type>User</type>
1792
+ <username>MikeWhittington</username>
1793
+ <terminated type="boolean">false</terminated>
1794
+ <name>Mike Whittington</name>
1795
+ <avatars>
1796
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square16.jpg</square16>
1797
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square70.jpg</square70>
1798
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square30.jpg</square30>
1799
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square45.jpg</square45>
1800
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square140.jpg</square140>
1801
+ </avatars>
1802
+ <id type="integer">27</id>
1803
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
1804
+ </recipient>
1805
+ </recipients>
1806
+ <group>
1807
+ </group>
1808
+ <external-resources type="array"/>
1809
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
1810
+ <title></title>
1811
+ <extensions type="array"/>
1812
+ <groups type="array"/>
1813
+ <ratings-average nil="true"></ratings-average>
1814
+ <category-id nil="true"></category-id>
1815
+ <external-url></external-url>
1816
+ <body>@MikeWhittington The back office internet is still not working correctly. When doing product demos with customers, the pages lag and often freeze. Are we still waiting on a fix or did it go in? If it did, I don't think it is working. #internet</body>
1817
+ <hidden type="boolean">false</hidden>
1818
+ <embed nil="true"></embed>
1819
+ <watch nil="true"></watch>
1820
+ <ratings-count nil="true"></ratings-count>
1821
+ <comments type="array">
1822
+ <comment>
1823
+ <media-files type="array"/>
1824
+ <thumbnail-url nil="true"></thumbnail-url>
1825
+ <created-at>2011-04-25T14:04:21-07:00</created-at>
1826
+ <editable type="boolean">false</editable>
1827
+ <likable type="boolean">true</likable>
1828
+ <deletable type="boolean">false</deletable>
1829
+ <attachments type="array"/>
1830
+ <text>I was using this back office earlier today and experienced similar results.</text>
1831
+ <user>
1832
+ <type>User</type>
1833
+ <username>BobDavis</username>
1834
+ <terminated type="boolean">false</terminated>
1835
+ <name>Bob Davis</name>
1836
+ <avatars>
1837
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
1838
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
1839
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
1840
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
1841
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
1842
+ </avatars>
1843
+ <id type="integer">21</id>
1844
+ <url>https://demo.socialcast.com/users/bobdavis</url>
1845
+ </user>
1846
+ <likes type="array"/>
1847
+ <permalink-url>https://demo.socialcast.com/messages/399#comment-50</permalink-url>
1848
+ <id type="integer">50</id>
1849
+ <likes-count type="integer">0</likes-count>
1850
+ <url>https://demo.socialcast.com/api/messages/399/comments/50</url>
1851
+ </comment>
1852
+ <comment>
1853
+ <media-files type="array"/>
1854
+ <thumbnail-url nil="true"></thumbnail-url>
1855
+ <created-at>2011-04-25T14:21:11-07:00</created-at>
1856
+ <editable type="boolean">false</editable>
1857
+ <likable type="boolean">true</likable>
1858
+ <deletable type="boolean">false</deletable>
1859
+ <attachments type="array"/>
1860
+ <text>A fix was implemented this afternoon. Shouldn't have any issues moving forward.</text>
1861
+ <user>
1862
+ <type>User</type>
1863
+ <username>MikeWhittington</username>
1864
+ <terminated type="boolean">false</terminated>
1865
+ <name>Mike Whittington</name>
1866
+ <avatars>
1867
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square16.jpg</square16>
1868
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square70.jpg</square70>
1869
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square30.jpg</square30>
1870
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square45.jpg</square45>
1871
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square140.jpg</square140>
1872
+ </avatars>
1873
+ <id type="integer">27</id>
1874
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
1875
+ </user>
1876
+ <likes type="array">
1877
+ <like>
1878
+ <created-at>2011-04-25T14:08:36-07:00</created-at>
1879
+ <user>
1880
+ <name>Emily James</name>
1881
+ <id type="integer">25</id>
1882
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1883
+ </user>
1884
+ <unlikable type="boolean">true</unlikable>
1885
+ <id type="integer">21</id>
1886
+ </like>
1887
+ </likes>
1888
+ <permalink-url>https://demo.socialcast.com/messages/399#comment-51</permalink-url>
1889
+ <id type="integer">51</id>
1890
+ <likes-count type="integer">1</likes-count>
1891
+ <url>https://demo.socialcast.com/api/messages/399/comments/51</url>
1892
+ </comment>
1893
+ <comment>
1894
+ <media-files type="array"/>
1895
+ <thumbnail-url nil="true"></thumbnail-url>
1896
+ <created-at>2011-04-25T14:17:11-07:00</created-at>
1897
+ <editable type="boolean">true</editable>
1898
+ <likable type="boolean">false</likable>
1899
+ <deletable type="boolean">true</deletable>
1900
+ <attachments type="array"/>
1901
+ <text>Hooray for @MikeWhittington</text>
1902
+ <user>
1903
+ <type>User</type>
1904
+ <username>EmilyJames</username>
1905
+ <terminated type="boolean">false</terminated>
1906
+ <name>Emily James</name>
1907
+ <avatars>
1908
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
1909
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
1910
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
1911
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
1912
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
1913
+ </avatars>
1914
+ <id type="integer">25</id>
1915
+ <url>https://demo.socialcast.com/users/emilyjames</url>
1916
+ </user>
1917
+ <likes type="array"/>
1918
+ <permalink-url>https://demo.socialcast.com/messages/399#comment-52</permalink-url>
1919
+ <id type="integer">52</id>
1920
+ <likes-count type="integer">0</likes-count>
1921
+ <url>https://demo.socialcast.com/api/messages/399/comments/52</url>
1922
+ </comment>
1923
+ <comment>
1924
+ <media-files type="array"/>
1925
+ <thumbnail-url nil="true"></thumbnail-url>
1926
+ <created-at>2011-04-25T14:18:39-07:00</created-at>
1927
+ <editable type="boolean">false</editable>
1928
+ <likable type="boolean">true</likable>
1929
+ <deletable type="boolean">false</deletable>
1930
+ <attachments type="array"/>
1931
+ <text>Thanks Mike!!</text>
1932
+ <user>
1933
+ <type>User</type>
1934
+ <username>StaceyLynch</username>
1935
+ <terminated type="boolean">false</terminated>
1936
+ <name>Stacey Lynch</name>
1937
+ <avatars>
1938
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square16.jpg</square16>
1939
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square70.jpg</square70>
1940
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square30.jpg</square30>
1941
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square45.jpg</square45>
1942
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square140.jpg</square140>
1943
+ </avatars>
1944
+ <id type="integer">30</id>
1945
+ <url>https://demo.socialcast.com/users/staceylynch</url>
1946
+ </user>
1947
+ <likes type="array"/>
1948
+ <permalink-url>https://demo.socialcast.com/messages/399#comment-53</permalink-url>
1949
+ <id type="integer">53</id>
1950
+ <likes-count type="integer">0</likes-count>
1951
+ <url>https://demo.socialcast.com/api/messages/399/comments/53</url>
1952
+ </comment>
1953
+ <comment>
1954
+ <media-files type="array"/>
1955
+ <thumbnail-url nil="true"></thumbnail-url>
1956
+ <created-at>2011-04-25T14:10:41-07:00</created-at>
1957
+ <editable type="boolean">false</editable>
1958
+ <likable type="boolean">true</likable>
1959
+ <deletable type="boolean">false</deletable>
1960
+ <attachments type="array"/>
1961
+ <text>Mike you made my week. The internet issue has been driving me nuts.</text>
1962
+ <user>
1963
+ <username>LeeMosely</username>
1964
+ <terminated type="boolean">false</terminated>
1965
+ <name>Lee Mosely</name>
1966
+ <avatars>
1967
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/15/iStock_000003831616XSmall_square16.jpg</square16>
1968
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/15/iStock_000003831616XSmall_square70.jpg</square70>
1969
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/15/iStock_000003831616XSmall_square30.jpg</square30>
1970
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/15/iStock_000003831616XSmall_square45.jpg</square45>
1971
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/15/iStock_000003831616XSmall_square140.jpg</square140>
1972
+ </avatars>
1973
+ <id type="integer">20</id>
1974
+ <url>https://demo.socialcast.com/users/leemosely</url>
1975
+ </user>
1976
+ <likes type="array"/>
1977
+ <permalink-url>https://demo.socialcast.com/messages/399#comment-61</permalink-url>
1978
+ <id type="integer">61</id>
1979
+ <likes-count type="integer">0</likes-count>
1980
+ <url>https://demo.socialcast.com/api/messages/399/comments/61</url>
1981
+ </comment>
1982
+ </comments>
1983
+ <id type="integer">399</id>
1984
+ <likes-count type="integer">2</likes-count>
1985
+ <url>https://demo.socialcast.com/api/messages/399</url>
1986
+ </message>
1987
+ <message>
1988
+ <player-params nil="true"></player-params>
1989
+ <media-files type="array"/>
1990
+ <message-type>poll</message-type>
1991
+ <thumbnail-url nil="true"></thumbnail-url>
1992
+ <tags type="array"/>
1993
+ <created-at>2011-04-25T14:37:36-07:00</created-at>
1994
+ <action>created a poll</action>
1995
+ <editable type="boolean">false</editable>
1996
+ <rating nil="true"></rating>
1997
+ <subscribed type="boolean">false</subscribed>
1998
+ <likable type="boolean">true</likable>
1999
+ <player-url nil="true"></player-url>
2000
+ <source>
2001
+ <formal-name>Web App</formal-name>
2002
+ <name>web</name>
2003
+ <id>web</id>
2004
+ </source>
2005
+ <flag nil="true"></flag>
2006
+ <deletable type="boolean">false</deletable>
2007
+ <last-interacted-at type="integer">1302736004</last-interacted-at>
2008
+ <attachments type="array"/>
2009
+ <comments-count type="integer">0</comments-count>
2010
+ <user>
2011
+ <type>User</type>
2012
+ <username>LindaAllen</username>
2013
+ <terminated type="boolean">false</terminated>
2014
+ <name>Linda Allen</name>
2015
+ <avatars>
2016
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
2017
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
2018
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
2019
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
2020
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
2021
+ </avatars>
2022
+ <id type="integer">24</id>
2023
+ <url>https://demo.socialcast.com/users/lindaallen</url>
2024
+ </user>
2025
+ <contains-url-only type="boolean">true</contains-url-only>
2026
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/poll.png</icon>
2027
+ <target-user nil="true"></target-user>
2028
+ <likes type="array">
2029
+ <like>
2030
+ <created-at>2011-04-25T14:05:42-07:00</created-at>
2031
+ <user>
2032
+ <name>Emily James</name>
2033
+ <id type="integer">25</id>
2034
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2035
+ </user>
2036
+ <unlikable type="boolean">true</unlikable>
2037
+ <id type="integer">41</id>
2038
+ </like>
2039
+ </likes>
2040
+ <permalink-url>https://demo.socialcast.com/messages/403</permalink-url>
2041
+ <verb nil="true"></verb>
2042
+ <in-reply-to nil="true"></in-reply-to>
2043
+ <watchable type="boolean">false</watchable>
2044
+ <ratable type="boolean">false</ratable>
2045
+ <recipients type="array"/>
2046
+ <group>
2047
+ </group>
2048
+ <external-resources type="array"/>
2049
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2050
+ <title></title>
2051
+ <extensions type="array"/>
2052
+ <groups type="array"/>
2053
+ <ratings-average nil="true"></ratings-average>
2054
+ <category-id nil="true"></category-id>
2055
+ <external-url></external-url>
2056
+ <body>We are finalizing the new Widget 10 product page on the website. Wanted to get some help on the tweet button.</body>
2057
+ <hidden type="boolean">false</hidden>
2058
+ <embed>/polls/1</embed>
2059
+ <watch nil="true"></watch>
2060
+ <ratings-count nil="true"></ratings-count>
2061
+ <comments type="array"/>
2062
+ <id type="integer">403</id>
2063
+ <likes-count type="integer">1</likes-count>
2064
+ <url>https://demo.socialcast.com/api/messages/403</url>
2065
+ </message>
2066
+ <message>
2067
+ <player-params nil="true"></player-params>
2068
+ <media-files type="array"/>
2069
+ <message-type>question</message-type>
2070
+ <thumbnail-url nil="true"></thumbnail-url>
2071
+ <tags type="array">
2072
+ <tag>
2073
+ <name>teambuilding</name>
2074
+ </tag>
2075
+ </tags>
2076
+ <created-at>2011-04-25T14:41:32-07:00</created-at>
2077
+ <action>asked a question</action>
2078
+ <editable type="boolean">false</editable>
2079
+ <rating nil="true"></rating>
2080
+ <subscribed type="boolean">false</subscribed>
2081
+ <likable type="boolean">true</likable>
2082
+ <player-url nil="true"></player-url>
2083
+ <source>
2084
+ <formal-name>Web App</formal-name>
2085
+ <name>web</name>
2086
+ <id>web</id>
2087
+ </source>
2088
+ <flag nil="true"></flag>
2089
+ <deletable type="boolean">false</deletable>
2090
+ <last-interacted-at type="integer">1302734151</last-interacted-at>
2091
+ <attachments type="array"/>
2092
+ <comments-count type="integer">2</comments-count>
2093
+ <user>
2094
+ <type>User</type>
2095
+ <username>PaulGandy</username>
2096
+ <terminated type="boolean">false</terminated>
2097
+ <name>Paul Gandy</name>
2098
+ <avatars>
2099
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
2100
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
2101
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
2102
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
2103
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
2104
+ </avatars>
2105
+ <id type="integer">23</id>
2106
+ <url>https://demo.socialcast.com/users/paulgandy</url>
2107
+ </user>
2108
+ <contains-url-only nil="true"></contains-url-only>
2109
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
2110
+ <target-user nil="true"></target-user>
2111
+ <likes type="array">
2112
+ <like>
2113
+ <created-at>2011-04-25T14:54:13-07:00</created-at>
2114
+ <user>
2115
+ <name>Emily James</name>
2116
+ <id type="integer">25</id>
2117
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2118
+ </user>
2119
+ <unlikable type="boolean">true</unlikable>
2120
+ <id type="integer">18</id>
2121
+ </like>
2122
+ <like>
2123
+ <created-at>2011-04-25T14:06:00-07:00</created-at>
2124
+ <user>
2125
+ <name>Mike Whittington</name>
2126
+ <id type="integer">27</id>
2127
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
2128
+ </user>
2129
+ <unlikable type="boolean">false</unlikable>
2130
+ <id type="integer">40</id>
2131
+ </like>
2132
+ </likes>
2133
+ <permalink-url>https://demo.socialcast.com/messages/384-does-saturday-practice-work-for-everyone-be-at-the</permalink-url>
2134
+ <verb nil="true"></verb>
2135
+ <in-reply-to nil="true"></in-reply-to>
2136
+ <watchable type="boolean">false</watchable>
2137
+ <ratable type="boolean">false</ratable>
2138
+ <recipients type="array">
2139
+ <recipient>
2140
+ <type>User</type>
2141
+ <username>PaulGandy</username>
2142
+ <terminated type="boolean">false</terminated>
2143
+ <name>Paul Gandy</name>
2144
+ <avatars>
2145
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
2146
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
2147
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
2148
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
2149
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
2150
+ </avatars>
2151
+ <id type="integer">23</id>
2152
+ <url>https://demo.socialcast.com/users/paulgandy</url>
2153
+ </recipient>
2154
+ <recipient>
2155
+ <type>Group</type>
2156
+ <username>AcmeCorpSoftballTeam</username>
2157
+ <name>Acme Corp Softball Team</name>
2158
+ <id type="integer">2</id>
2159
+ <avatars>
2160
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square16.jpg</square16>
2161
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square70.jpg</square70>
2162
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square30.jpg</square30>
2163
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square45.jpg</square45>
2164
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square140.jpg</square140>
2165
+ </avatars>
2166
+ <private type="boolean">false</private>
2167
+ <url>https://demo.socialcast.com/groups/acmecorpsoftballteam</url>
2168
+ </recipient>
2169
+ </recipients>
2170
+ <group>
2171
+ <type>Group</type>
2172
+ <username>AcmeCorpSoftballTeam</username>
2173
+ <groupname>AcmeCorpSoftballTeam</groupname>
2174
+ <name>Acme Corp Softball Team</name>
2175
+ <private type="boolean">false</private>
2176
+ <avatars>
2177
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square16.jpg</square16>
2178
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square70.jpg</square70>
2179
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square30.jpg</square30>
2180
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square45.jpg</square45>
2181
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square140.jpg</square140>
2182
+ </avatars>
2183
+ <id type="integer">2</id>
2184
+ <url>https://demo.socialcast.com/groups/acmecorpsoftballteam</url>
2185
+ </group>
2186
+ <external-resources type="array"/>
2187
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2188
+ <title>Does Saturday practice work for everyone? Be at the field at 9am!</title>
2189
+ <extensions type="array"/>
2190
+ <groups type="array">
2191
+ <group>
2192
+ <type>Group</type>
2193
+ <username>AcmeCorpSoftballTeam</username>
2194
+ <groupname>AcmeCorpSoftballTeam</groupname>
2195
+ <name>Acme Corp Softball Team</name>
2196
+ <private type="boolean">false</private>
2197
+ <avatars>
2198
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square16.jpg</square16>
2199
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square70.jpg</square70>
2200
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square30.jpg</square30>
2201
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square45.jpg</square45>
2202
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/118/softball_image_square140.jpg</square140>
2203
+ </avatars>
2204
+ <id type="integer">2</id>
2205
+ <url>https://demo.socialcast.com/groups/acmecorpsoftballteam</url>
2206
+ </group>
2207
+ </groups>
2208
+ <ratings-average nil="true"></ratings-average>
2209
+ <category-id nil="true"></category-id>
2210
+ <external-url nil="true"></external-url>
2211
+ <body></body>
2212
+ <hidden type="boolean">false</hidden>
2213
+ <embed nil="true"></embed>
2214
+ <watch nil="true"></watch>
2215
+ <ratings-count nil="true"></ratings-count>
2216
+ <comments type="array">
2217
+ <comment>
2218
+ <media-files type="array"/>
2219
+ <thumbnail-url nil="true"></thumbnail-url>
2220
+ <created-at>2011-04-25T14:11:49-07:00</created-at>
2221
+ <editable type="boolean">false</editable>
2222
+ <likable type="boolean">true</likable>
2223
+ <deletable type="boolean">false</deletable>
2224
+ <attachments type="array"/>
2225
+ <text>Works for me. See everyone there.</text>
2226
+ <user>
2227
+ <type>User</type>
2228
+ <username>BobDavis</username>
2229
+ <terminated type="boolean">false</terminated>
2230
+ <name>Bob Davis</name>
2231
+ <avatars>
2232
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
2233
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
2234
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
2235
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
2236
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
2237
+ </avatars>
2238
+ <id type="integer">21</id>
2239
+ <url>https://demo.socialcast.com/users/bobdavis</url>
2240
+ </user>
2241
+ <likes type="array"/>
2242
+ <permalink-url>https://demo.socialcast.com/messages/384-does-saturday-practice-work-for-everyone-be-at-the#comment-41</permalink-url>
2243
+ <id type="integer">41</id>
2244
+ <likes-count type="integer">0</likes-count>
2245
+ <url>https://demo.socialcast.com/api/messages/384/comments/41</url>
2246
+ </comment>
2247
+ <comment>
2248
+ <media-files type="array"/>
2249
+ <thumbnail-url nil="true"></thumbnail-url>
2250
+ <created-at>2011-04-25T14:08:08-07:00</created-at>
2251
+ <editable type="boolean">true</editable>
2252
+ <likable type="boolean">false</likable>
2253
+ <deletable type="boolean">true</deletable>
2254
+ <attachments type="array"/>
2255
+ <text>@PaulGandy Thanks for coordinating this team building event!</text>
2256
+ <user>
2257
+ <type>User</type>
2258
+ <username>EmilyJames</username>
2259
+ <terminated type="boolean">false</terminated>
2260
+ <name>Emily James</name>
2261
+ <avatars>
2262
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
2263
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
2264
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
2265
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
2266
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
2267
+ </avatars>
2268
+ <id type="integer">25</id>
2269
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2270
+ </user>
2271
+ <likes type="array"/>
2272
+ <permalink-url>https://demo.socialcast.com/messages/384-does-saturday-practice-work-for-everyone-be-at-the#comment-42</permalink-url>
2273
+ <id type="integer">42</id>
2274
+ <likes-count type="integer">0</likes-count>
2275
+ <url>https://demo.socialcast.com/api/messages/384/comments/42</url>
2276
+ </comment>
2277
+ </comments>
2278
+ <id type="integer">384</id>
2279
+ <likes-count type="integer">2</likes-count>
2280
+ <url>https://demo.socialcast.com/api/messages/384-does-saturday-practice-work-for-everyone-be-at-the</url>
2281
+ </message>
2282
+ <message>
2283
+ <player-params nil="true"></player-params>
2284
+ <media-files type="array"/>
2285
+ <message-type>question</message-type>
2286
+ <thumbnail-url nil="true"></thumbnail-url>
2287
+ <tags type="array">
2288
+ <tag>
2289
+ <name>marketing</name>
2290
+ </tag>
2291
+ <tag>
2292
+ <name>promotion</name>
2293
+ </tag>
2294
+ </tags>
2295
+ <created-at>2011-04-25T14:21:13-07:00</created-at>
2296
+ <action>asked a question</action>
2297
+ <editable type="boolean">false</editable>
2298
+ <rating nil="true"></rating>
2299
+ <subscribed type="boolean">false</subscribed>
2300
+ <likable type="boolean">true</likable>
2301
+ <player-url nil="true"></player-url>
2302
+ <source>
2303
+ <formal-name>Web App</formal-name>
2304
+ <name>web</name>
2305
+ <id>web</id>
2306
+ </source>
2307
+ <flag nil="true"></flag>
2308
+ <deletable type="boolean">false</deletable>
2309
+ <last-interacted-at type="integer">1302734142</last-interacted-at>
2310
+ <attachments type="array"/>
2311
+ <comments-count type="integer">2</comments-count>
2312
+ <user>
2313
+ <type>User</type>
2314
+ <username>LindaAllen</username>
2315
+ <terminated type="boolean">false</terminated>
2316
+ <name>Linda Allen</name>
2317
+ <avatars>
2318
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
2319
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
2320
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
2321
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
2322
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
2323
+ </avatars>
2324
+ <id type="integer">24</id>
2325
+ <url>https://demo.socialcast.com/users/lindaallen</url>
2326
+ </user>
2327
+ <contains-url-only type="boolean">true</contains-url-only>
2328
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
2329
+ <target-user nil="true"></target-user>
2330
+ <likes type="array">
2331
+ <like>
2332
+ <created-at>2011-04-25T14:08:42-07:00</created-at>
2333
+ <user>
2334
+ <name>Mike Whittington</name>
2335
+ <id type="integer">27</id>
2336
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
2337
+ </user>
2338
+ <unlikable type="boolean">false</unlikable>
2339
+ <id type="integer">39</id>
2340
+ </like>
2341
+ </likes>
2342
+ <permalink-url>https://demo.socialcast.com/messages/400</permalink-url>
2343
+ <verb nil="true"></verb>
2344
+ <in-reply-to nil="true"></in-reply-to>
2345
+ <watchable type="boolean">false</watchable>
2346
+ <ratable type="boolean">false</ratable>
2347
+ <recipients type="array">
2348
+ <recipient>
2349
+ <type>User</type>
2350
+ <username>StaceyLynch</username>
2351
+ <terminated type="boolean">false</terminated>
2352
+ <name>Stacey Lynch</name>
2353
+ <avatars>
2354
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square16.jpg</square16>
2355
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square70.jpg</square70>
2356
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square30.jpg</square30>
2357
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square45.jpg</square45>
2358
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square140.jpg</square140>
2359
+ </avatars>
2360
+ <id type="integer">30</id>
2361
+ <url>https://demo.socialcast.com/users/staceylynch</url>
2362
+ </recipient>
2363
+ <recipient>
2364
+ <type>User</type>
2365
+ <username>PaulGandy</username>
2366
+ <terminated type="boolean">false</terminated>
2367
+ <name>Paul Gandy</name>
2368
+ <avatars>
2369
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square16.jpg</square16>
2370
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square70.jpg</square70>
2371
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square30.jpg</square30>
2372
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square45.jpg</square45>
2373
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/36/iStock_000003905548XSmall_square140.jpg</square140>
2374
+ </avatars>
2375
+ <id type="integer">23</id>
2376
+ <url>https://demo.socialcast.com/users/paulgandy</url>
2377
+ </recipient>
2378
+ </recipients>
2379
+ <group>
2380
+ </group>
2381
+ <external-resources type="array"/>
2382
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2383
+ <title></title>
2384
+ <extensions type="array"/>
2385
+ <groups type="array"/>
2386
+ <ratings-average nil="true"></ratings-average>
2387
+ <category-id nil="true"></category-id>
2388
+ <external-url></external-url>
2389
+ <body>Drafting the new email campaign proposal. @StaceyLynch what products would you like to focus on for this campaign? #marketing #promotion</body>
2390
+ <hidden type="boolean">false</hidden>
2391
+ <embed nil="true"></embed>
2392
+ <watch nil="true"></watch>
2393
+ <ratings-count nil="true"></ratings-count>
2394
+ <comments type="array">
2395
+ <comment>
2396
+ <media-files type="array"/>
2397
+ <thumbnail-url nil="true"></thumbnail-url>
2398
+ <created-at>2011-04-25T14:56:52-07:00</created-at>
2399
+ <editable type="boolean">false</editable>
2400
+ <likable type="boolean">true</likable>
2401
+ <deletable type="boolean">false</deletable>
2402
+ <attachments type="array"/>
2403
+ <text>Let's feature the Acme Widget 1, Acme Widget 10 and Acme Widget 12. Those are all key products that we need to continue to push into the market. When is this campaign slated to launch. I want to be sure the sales team is prepared. cc @PaulGandy</text>
2404
+ <user>
2405
+ <type>User</type>
2406
+ <username>StaceyLynch</username>
2407
+ <terminated type="boolean">false</terminated>
2408
+ <name>Stacey Lynch</name>
2409
+ <avatars>
2410
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square16.jpg</square16>
2411
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square70.jpg</square70>
2412
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square30.jpg</square30>
2413
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square45.jpg</square45>
2414
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/78/iStock_000005807416XSmall_square140.jpg</square140>
2415
+ </avatars>
2416
+ <id type="integer">30</id>
2417
+ <url>https://demo.socialcast.com/users/staceylynch</url>
2418
+ </user>
2419
+ <likes type="array">
2420
+ <like>
2421
+ <created-at>2011-04-25T14:57:08-07:00</created-at>
2422
+ <user>
2423
+ <name>Mike Whittington</name>
2424
+ <id type="integer">27</id>
2425
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
2426
+ </user>
2427
+ <unlikable type="boolean">false</unlikable>
2428
+ <id type="integer">38</id>
2429
+ </like>
2430
+ </likes>
2431
+ <permalink-url>https://demo.socialcast.com/messages/400#comment-55</permalink-url>
2432
+ <id type="integer">55</id>
2433
+ <likes-count type="integer">1</likes-count>
2434
+ <url>https://demo.socialcast.com/api/messages/400/comments/55</url>
2435
+ </comment>
2436
+ <comment>
2437
+ <media-files type="array"/>
2438
+ <thumbnail-url nil="true"></thumbnail-url>
2439
+ <created-at>2011-04-25T14:17:12-07:00</created-at>
2440
+ <editable type="boolean">false</editable>
2441
+ <likable type="boolean">true</likable>
2442
+ <deletable type="boolean">false</deletable>
2443
+ <attachments type="array"/>
2444
+ <text>Thanks Stacey. We are planning on kicking this campaign off at the end of Q3. I will have an outline of the campaign for your team in a few weeks.</text>
2445
+ <user>
2446
+ <type>User</type>
2447
+ <username>LindaAllen</username>
2448
+ <terminated type="boolean">false</terminated>
2449
+ <name>Linda Allen</name>
2450
+ <avatars>
2451
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square16.jpg</square16>
2452
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square70.jpg</square70>
2453
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square30.jpg</square30>
2454
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square45.jpg</square45>
2455
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/43/iStock_000004412952XSmall_square140.jpg</square140>
2456
+ </avatars>
2457
+ <id type="integer">24</id>
2458
+ <url>https://demo.socialcast.com/users/lindaallen</url>
2459
+ </user>
2460
+ <likes type="array"/>
2461
+ <permalink-url>https://demo.socialcast.com/messages/400#comment-56</permalink-url>
2462
+ <id type="integer">56</id>
2463
+ <likes-count type="integer">0</likes-count>
2464
+ <url>https://demo.socialcast.com/api/messages/400/comments/56</url>
2465
+ </comment>
2466
+ </comments>
2467
+ <id type="integer">400</id>
2468
+ <likes-count type="integer">1</likes-count>
2469
+ <url>https://demo.socialcast.com/api/messages/400</url>
2470
+ </message>
2471
+ <message>
2472
+ <player-params nil="true"></player-params>
2473
+ <media-files type="array"/>
2474
+ <message-type>status_message</message-type>
2475
+ <thumbnail-url nil="true"></thumbnail-url>
2476
+ <tags type="array">
2477
+ <tag>
2478
+ <name>GV</name>
2479
+ </tag>
2480
+ <tag>
2481
+ <name>sales</name>
2482
+ </tag>
2483
+ </tags>
2484
+ <created-at>2011-04-25T14:12:03-07:00</created-at>
2485
+ <action></action>
2486
+ <editable type="boolean">false</editable>
2487
+ <rating nil="true"></rating>
2488
+ <subscribed type="boolean">false</subscribed>
2489
+ <likable type="boolean">true</likable>
2490
+ <player-url nil="true"></player-url>
2491
+ <source>
2492
+ <formal-name>Web App</formal-name>
2493
+ <name>web</name>
2494
+ <id>web</id>
2495
+ </source>
2496
+ <flag nil="true"></flag>
2497
+ <deletable type="boolean">false</deletable>
2498
+ <last-interacted-at type="integer">1302733988</last-interacted-at>
2499
+ <attachments type="array">
2500
+ <attachment>
2501
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/88/On_Premise_Sales_Information.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=PTnZX0cZA3M0PJtZmZeYjuXQcQs%3D</public-filename>
2502
+ <content-type>application/pdf</content-type>
2503
+ <file-extension>pdf</file-extension>
2504
+ <filename>On_Premise_Sales_Information.pdf</filename>
2505
+ <id type="integer">88</id>
2506
+ <url>https://demo.socialcast.com/attachments/88</url>
2507
+ </attachment>
2508
+ </attachments>
2509
+ <comments-count type="integer">1</comments-count>
2510
+ <user>
2511
+ <type>User</type>
2512
+ <username>BobDavis</username>
2513
+ <terminated type="boolean">false</terminated>
2514
+ <name>Bob Davis</name>
2515
+ <avatars>
2516
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
2517
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
2518
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
2519
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
2520
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
2521
+ </avatars>
2522
+ <id type="integer">21</id>
2523
+ <url>https://demo.socialcast.com/users/bobdavis</url>
2524
+ </user>
2525
+ <contains-url-only nil="true"></contains-url-only>
2526
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/status_message.png</icon>
2527
+ <target-user nil="true"></target-user>
2528
+ <likes type="array">
2529
+ <like>
2530
+ <created-at>2011-04-25T14:03:36-07:00</created-at>
2531
+ <user>
2532
+ <name>Mike Whittington</name>
2533
+ <id type="integer">27</id>
2534
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
2535
+ </user>
2536
+ <unlikable type="boolean">false</unlikable>
2537
+ <id type="integer">31</id>
2538
+ </like>
2539
+ <like>
2540
+ <created-at>2011-04-25T14:04:35-07:00</created-at>
2541
+ <user>
2542
+ <name>Paul Gandy</name>
2543
+ <id type="integer">23</id>
2544
+ <url>https://demo.socialcast.com/users/paulgandy</url>
2545
+ </user>
2546
+ <unlikable type="boolean">false</unlikable>
2547
+ <id type="integer">32</id>
2548
+ </like>
2549
+ </likes>
2550
+ <permalink-url>https://demo.socialcast.com/messages/387-presentation-to-general-vehicles-today</permalink-url>
2551
+ <verb nil="true"></verb>
2552
+ <in-reply-to nil="true"></in-reply-to>
2553
+ <watchable type="boolean">false</watchable>
2554
+ <ratable type="boolean">false</ratable>
2555
+ <recipients type="array"/>
2556
+ <group>
2557
+ </group>
2558
+ <external-resources type="array"/>
2559
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2560
+ <title>Presentation to General Vehicles today</title>
2561
+ <extensions type="array"/>
2562
+ <groups type="array"/>
2563
+ <ratings-average nil="true"></ratings-average>
2564
+ <category-id type="integer">13</category-id>
2565
+ <external-url nil="true"></external-url>
2566
+ <body>This afternoon, I'm talking to Aaron Washington at GV about our behind-the-firewall solution. Our data is attached. Does anyone have recommendations about solidifying our partnership?</body>
2567
+ <hidden type="boolean">false</hidden>
2568
+ <embed nil="true"></embed>
2569
+ <watch nil="true"></watch>
2570
+ <ratings-count nil="true"></ratings-count>
2571
+ <comments type="array">
2572
+ <comment>
2573
+ <media-files type="array"/>
2574
+ <thumbnail-url nil="true"></thumbnail-url>
2575
+ <created-at>2011-04-25T14:42:40-07:00</created-at>
2576
+ <editable type="boolean">true</editable>
2577
+ <likable type="boolean">false</likable>
2578
+ <deletable type="boolean">true</deletable>
2579
+ <attachments type="array">
2580
+ <attachment>
2581
+ <public-filename>https://socialcast-demo.s3.amazonaws.com/tenants/5/attachments/87/Socialcast_Data_Security_SaaS.pdf?AWSAccessKeyId=1WEP0BG96AHQFNB6AXG2&amp;Expires=1305596095&amp;Signature=5PGquSynIPTVRCr5xbZ9OfGKdxU%3D</public-filename>
2582
+ <content-type>application/pdf</content-type>
2583
+ <file-extension>pdf</file-extension>
2584
+ <filename>Socialcast_Data_Security_SaaS.pdf</filename>
2585
+ <id type="integer">87</id>
2586
+ <url>https://demo.socialcast.com/attachments/87</url>
2587
+ </attachment>
2588
+ </attachments>
2589
+ <text>I recommend showing them our SaaS security sheet too. Last year I spoke with Amanda Wang at GV and she was interested in understanding all of our security features. Good luck!</text>
2590
+ <user>
2591
+ <type>User</type>
2592
+ <username>EmilyJames</username>
2593
+ <terminated type="boolean">false</terminated>
2594
+ <name>Emily James</name>
2595
+ <avatars>
2596
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
2597
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
2598
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
2599
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
2600
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
2601
+ </avatars>
2602
+ <id type="integer">25</id>
2603
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2604
+ </user>
2605
+ <likes type="array">
2606
+ <like>
2607
+ <created-at>2011-04-25T14:09:44-07:00</created-at>
2608
+ <user>
2609
+ <name>Paul Gandy</name>
2610
+ <id type="integer">23</id>
2611
+ <url>https://demo.socialcast.com/users/paulgandy</url>
2612
+ </user>
2613
+ <unlikable type="boolean">false</unlikable>
2614
+ <id type="integer">35</id>
2615
+ </like>
2616
+ </likes>
2617
+ <permalink-url>https://demo.socialcast.com/messages/387-presentation-to-general-vehicles-today#comment-43</permalink-url>
2618
+ <id type="integer">43</id>
2619
+ <likes-count type="integer">1</likes-count>
2620
+ <url>https://demo.socialcast.com/api/messages/387/comments/43</url>
2621
+ </comment>
2622
+ </comments>
2623
+ <id type="integer">387</id>
2624
+ <likes-count type="integer">2</likes-count>
2625
+ <url>https://demo.socialcast.com/api/messages/387-presentation-to-general-vehicles-today</url>
2626
+ </message>
2627
+ <message>
2628
+ <player-params nil="true"></player-params>
2629
+ <media-files type="array"/>
2630
+ <message-type>new_group</message-type>
2631
+ <thumbnail-url nil="true"></thumbnail-url>
2632
+ <tags type="array"/>
2633
+ <created-at>2011-04-25T14:55:40-07:00</created-at>
2634
+ <action>created the group</action>
2635
+ <editable type="boolean">false</editable>
2636
+ <rating nil="true"></rating>
2637
+ <subscribed type="boolean">false</subscribed>
2638
+ <likable type="boolean">true</likable>
2639
+ <player-url nil="true"></player-url>
2640
+ <source nil="true"></source>
2641
+ <flag nil="true"></flag>
2642
+ <deletable type="boolean">false</deletable>
2643
+ <last-interacted-at type="integer">1302728118</last-interacted-at>
2644
+ <attachments type="array"/>
2645
+ <comments-count type="integer">0</comments-count>
2646
+ <user>
2647
+ <type>User</type>
2648
+ <username>BobDavis</username>
2649
+ <terminated type="boolean">false</terminated>
2650
+ <name>Bob Davis</name>
2651
+ <avatars>
2652
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
2653
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
2654
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
2655
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
2656
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
2657
+ </avatars>
2658
+ <id type="integer">21</id>
2659
+ <url>https://demo.socialcast.com/users/bobdavis</url>
2660
+ </user>
2661
+ <contains-url-only type="boolean">true</contains-url-only>
2662
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/new_group.png</icon>
2663
+ <target-user nil="true"></target-user>
2664
+ <likes type="array"/>
2665
+ <permalink-url>https://demo.socialcast.com/messages/405-widget-11-product-team</permalink-url>
2666
+ <verb nil="true"></verb>
2667
+ <in-reply-to nil="true"></in-reply-to>
2668
+ <watchable type="boolean">false</watchable>
2669
+ <ratable type="boolean">false</ratable>
2670
+ <recipients type="array"/>
2671
+ <group>
2672
+ </group>
2673
+ <external-resources type="array"/>
2674
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2675
+ <title>Widget 11 Product Team</title>
2676
+ <extensions type="array"/>
2677
+ <groups type="array"/>
2678
+ <ratings-average nil="true"></ratings-average>
2679
+ <category-id nil="true"></category-id>
2680
+ <external-url>https://demo.socialcast.local/groups/8</external-url>
2681
+ <body>A group for the research and implementation of Widget 10.</body>
2682
+ <hidden type="boolean">false</hidden>
2683
+ <embed nil="true"></embed>
2684
+ <watch nil="true"></watch>
2685
+ <ratings-count nil="true"></ratings-count>
2686
+ <comments type="array"/>
2687
+ <id type="integer">405</id>
2688
+ <likes-count type="integer">0</likes-count>
2689
+ <url>https://demo.socialcast.com/api/messages/405-widget-11-product-team</url>
2690
+ </message>
2691
+ <message>
2692
+ <player-params nil="true"></player-params>
2693
+ <media-files type="array"/>
2694
+ <message-type>status_message</message-type>
2695
+ <thumbnail-url nil="true"></thumbnail-url>
2696
+ <tags type="array"/>
2697
+ <created-at>2011-04-25T14:52:11-07:00</created-at>
2698
+ <action></action>
2699
+ <editable type="boolean">false</editable>
2700
+ <rating nil="true"></rating>
2701
+ <subscribed type="boolean">false</subscribed>
2702
+ <likable type="boolean">true</likable>
2703
+ <player-url nil="true"></player-url>
2704
+ <source>
2705
+ <formal-name>Web App</formal-name>
2706
+ <name>web</name>
2707
+ <id>web</id>
2708
+ </source>
2709
+ <flag nil="true"></flag>
2710
+ <deletable type="boolean">false</deletable>
2711
+ <last-interacted-at type="integer">1302645754</last-interacted-at>
2712
+ <attachments type="array"/>
2713
+ <comments-count type="integer">2</comments-count>
2714
+ <user>
2715
+ <type>User</type>
2716
+ <username>MikeWhittington</username>
2717
+ <terminated type="boolean">false</terminated>
2718
+ <name>Mike Whittington</name>
2719
+ <avatars>
2720
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square16.jpg</square16>
2721
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square70.jpg</square70>
2722
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square30.jpg</square30>
2723
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square45.jpg</square45>
2724
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/64/iStock_000004262678XSmall_square140.jpg</square140>
2725
+ </avatars>
2726
+ <id type="integer">27</id>
2727
+ <url>https://demo.socialcast.com/users/mikewhittington</url>
2728
+ </user>
2729
+ <contains-url-only type="boolean">true</contains-url-only>
2730
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/status_message.png</icon>
2731
+ <target-user nil="true"></target-user>
2732
+ <likes type="array"/>
2733
+ <permalink-url>https://demo.socialcast.com/messages/398</permalink-url>
2734
+ <verb nil="true"></verb>
2735
+ <in-reply-to nil="true"></in-reply-to>
2736
+ <watchable type="boolean">false</watchable>
2737
+ <ratable type="boolean">false</ratable>
2738
+ <recipients type="array">
2739
+ <recipient>
2740
+ <type>User</type>
2741
+ <username>BobDavis</username>
2742
+ <terminated type="boolean">false</terminated>
2743
+ <name>Bob Davis</name>
2744
+ <avatars>
2745
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
2746
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
2747
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
2748
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
2749
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
2750
+ </avatars>
2751
+ <id type="integer">21</id>
2752
+ <url>https://demo.socialcast.com/users/bobdavis</url>
2753
+ </recipient>
2754
+ </recipients>
2755
+ <group>
2756
+ </group>
2757
+ <external-resources type="array"/>
2758
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
2759
+ <title></title>
2760
+ <extensions type="array"/>
2761
+ <groups type="array"/>
2762
+ <ratings-average nil="true"></ratings-average>
2763
+ <category-id nil="true"></category-id>
2764
+ <external-url></external-url>
2765
+ <body>@BobDavis the new SSL certificate has been added to the website. It is registered to Acme Corp. Inc. Let me know if you have any questions / comments.</body>
2766
+ <hidden type="boolean">false</hidden>
2767
+ <embed nil="true"></embed>
2768
+ <watch nil="true"></watch>
2769
+ <ratings-count nil="true"></ratings-count>
2770
+ <comments type="array">
2771
+ <comment>
2772
+ <media-files type="array"/>
2773
+ <thumbnail-url nil="true"></thumbnail-url>
2774
+ <created-at>2011-04-25T14:53:59-07:00</created-at>
2775
+ <editable type="boolean">false</editable>
2776
+ <likable type="boolean">true</likable>
2777
+ <deletable type="boolean">false</deletable>
2778
+ <attachments type="array"/>
2779
+ <text>Thanks Mike. Will let you know if I have any questions.</text>
2780
+ <user>
2781
+ <type>User</type>
2782
+ <username>BobDavis</username>
2783
+ <terminated type="boolean">false</terminated>
2784
+ <name>Bob Davis</name>
2785
+ <avatars>
2786
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
2787
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
2788
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
2789
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
2790
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
2791
+ </avatars>
2792
+ <id type="integer">21</id>
2793
+ <url>https://demo.socialcast.com/users/bobdavis</url>
2794
+ </user>
2795
+ <likes type="array"/>
2796
+ <permalink-url>https://demo.socialcast.com/messages/398#comment-48</permalink-url>
2797
+ <id type="integer">48</id>
2798
+ <likes-count type="integer">0</likes-count>
2799
+ <url>https://demo.socialcast.com/api/messages/398/comments/48</url>
2800
+ </comment>
2801
+ <comment>
2802
+ <media-files type="array"/>
2803
+ <thumbnail-url nil="true"></thumbnail-url>
2804
+ <created-at>2011-04-25T14:01:21-07:00</created-at>
2805
+ <editable type="boolean">false</editable>
2806
+ <likable type="boolean">true</likable>
2807
+ <deletable type="boolean">false</deletable>
2808
+ <attachments type="array"/>
2809
+ <text>What was the final cost on this SSL certificate?</text>
2810
+ <user>
2811
+ <username>MarshallSellers</username>
2812
+ <terminated type="boolean">false</terminated>
2813
+ <name>Marshall Sellers</name>
2814
+ <avatars>
2815
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/29/iStock_000003885835XSmall_square16.jpg</square16>
2816
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/29/iStock_000003885835XSmall_square70.jpg</square70>
2817
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/29/iStock_000003885835XSmall_square30.jpg</square30>
2818
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/29/iStock_000003885835XSmall_square45.jpg</square45>
2819
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/29/iStock_000003885835XSmall_square140.jpg</square140>
2820
+ </avatars>
2821
+ <id type="integer">22</id>
2822
+ <url>https://demo.socialcast.com/users/marshallsellers</url>
2823
+ </user>
2824
+ <likes type="array"/>
2825
+ <permalink-url>https://demo.socialcast.com/messages/398#comment-49</permalink-url>
2826
+ <id type="integer">49</id>
2827
+ <likes-count type="integer">0</likes-count>
2828
+ <url>https://demo.socialcast.com/api/messages/398/comments/49</url>
2829
+ </comment>
2830
+ </comments>
2831
+ <id type="integer">398</id>
2832
+ <likes-count type="integer">0</likes-count>
2833
+ <url>https://demo.socialcast.com/api/messages/398</url>
2834
+ </message>
2835
+ <message>
2836
+ <player-params nil="true"></player-params>
2837
+ <media-files type="array"/>
2838
+ <message-type>web_feed</message-type>
2839
+ <thumbnail-url nil="true"></thumbnail-url>
2840
+ <tags type="array"/>
2841
+ <created-at>2011-04-25T14:54:01-07:00</created-at>
2842
+ <action>posted a message on Twitter</action>
2843
+ <editable type="boolean">false</editable>
2844
+ <rating nil="true"></rating>
2845
+ <subscribed type="boolean">false</subscribed>
2846
+ <likable type="boolean">true</likable>
2847
+ <player-url nil="true"></player-url>
2848
+ <source nil="true"></source>
2849
+ <flag nil="true"></flag>
2850
+ <deletable type="boolean">false</deletable>
2851
+ <last-interacted-at type="integer">1302643753</last-interacted-at>
2852
+ <attachments type="array"/>
2853
+ <comments-count type="integer">2</comments-count>
2854
+ <user>
2855
+ <type>User</type>
2856
+ <username>JenniferLawson</username>
2857
+ <terminated type="boolean">false</terminated>
2858
+ <name>Jennifer Lawson</name>
2859
+ <avatars>
2860
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
2861
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
2862
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
2863
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
2864
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
2865
+ </avatars>
2866
+ <id type="integer">26</id>
2867
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
2868
+ </user>
2869
+ <contains-url-only nil="true"></contains-url-only>
2870
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/external_services/twitter.png</icon>
2871
+ <target-user nil="true"></target-user>
2872
+ <likes type="array">
2873
+ <like>
2874
+ <created-at>2011-04-25T14:06:43-07:00</created-at>
2875
+ <user>
2876
+ <name>Emily James</name>
2877
+ <id type="integer">25</id>
2878
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2879
+ </user>
2880
+ <unlikable type="boolean">true</unlikable>
2881
+ <id type="integer">20</id>
2882
+ </like>
2883
+ </likes>
2884
+ <permalink-url>https://demo.socialcast.com/messages/280-leaving-for-interopsoftware2010-see-you-in-vegas</permalink-url>
2885
+ <verb>posted</verb>
2886
+ <in-reply-to nil="true"></in-reply-to>
2887
+ <watchable type="boolean">false</watchable>
2888
+ <ratable type="boolean">false</ratable>
2889
+ <recipients type="array">
2890
+ <recipient>
2891
+ <type>User</type>
2892
+ <username>EmilyJames</username>
2893
+ <terminated type="boolean">false</terminated>
2894
+ <name>Emily James</name>
2895
+ <avatars>
2896
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
2897
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
2898
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
2899
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
2900
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
2901
+ </avatars>
2902
+ <id type="integer">25</id>
2903
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2904
+ </recipient>
2905
+ </recipients>
2906
+ <group>
2907
+ </group>
2908
+ <external-resources type="array"/>
2909
+ <updated-at>2011-04-25T15:01:19-07:00</updated-at>
2910
+ <title>leaving for Interop/Software2010. See you in Vegas!</title>
2911
+ <extensions type="array"/>
2912
+ <groups type="array"/>
2913
+ <ratings-average nil="true"></ratings-average>
2914
+ <category-id nil="true"></category-id>
2915
+ <external-url nil="true"></external-url>
2916
+ <body></body>
2917
+ <hidden type="boolean">false</hidden>
2918
+ <embed nil="true"></embed>
2919
+ <watch nil="true"></watch>
2920
+ <ratings-count nil="true"></ratings-count>
2921
+ <comments type="array">
2922
+ <comment>
2923
+ <media-files type="array"/>
2924
+ <thumbnail-url nil="true"></thumbnail-url>
2925
+ <created-at>2011-04-25T14:38:10-07:00</created-at>
2926
+ <editable type="boolean">true</editable>
2927
+ <likable type="boolean">false</likable>
2928
+ <deletable type="boolean">true</deletable>
2929
+ <attachments type="array"/>
2930
+ <text>Can't wait for this show. Last year we closed 115 deals. Looking forward to another smashing success this year.</text>
2931
+ <user>
2932
+ <type>User</type>
2933
+ <username>EmilyJames</username>
2934
+ <terminated type="boolean">false</terminated>
2935
+ <name>Emily James</name>
2936
+ <avatars>
2937
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
2938
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
2939
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
2940
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
2941
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
2942
+ </avatars>
2943
+ <id type="integer">25</id>
2944
+ <url>https://demo.socialcast.com/users/emilyjames</url>
2945
+ </user>
2946
+ <likes type="array"/>
2947
+ <permalink-url>https://demo.socialcast.com/messages/280-leaving-for-interopsoftware2010-see-you-in-vegas#comment-45</permalink-url>
2948
+ <id type="integer">45</id>
2949
+ <likes-count type="integer">0</likes-count>
2950
+ <url>https://demo.socialcast.com/api/messages/280/comments/45</url>
2951
+ </comment>
2952
+ <comment>
2953
+ <media-files type="array"/>
2954
+ <thumbnail-url nil="true"></thumbnail-url>
2955
+ <created-at>2011-04-25T14:38:41-07:00</created-at>
2956
+ <editable type="boolean">false</editable>
2957
+ <likable type="boolean">true</likable>
2958
+ <deletable type="boolean">false</deletable>
2959
+ <attachments type="array"/>
2960
+ <text>Sounds good @EmilyJames. When are you checking into your hotel? We should try and grab a late dinner to discuss strategy for this show.</text>
2961
+ <user>
2962
+ <type>User</type>
2963
+ <username>JenniferLawson</username>
2964
+ <terminated type="boolean">false</terminated>
2965
+ <name>Jennifer Lawson</name>
2966
+ <avatars>
2967
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
2968
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
2969
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
2970
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
2971
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
2972
+ </avatars>
2973
+ <id type="integer">26</id>
2974
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
2975
+ </user>
2976
+ <likes type="array"/>
2977
+ <permalink-url>https://demo.socialcast.com/messages/280-leaving-for-interopsoftware2010-see-you-in-vegas#comment-46</permalink-url>
2978
+ <id type="integer">46</id>
2979
+ <likes-count type="integer">0</likes-count>
2980
+ <url>https://demo.socialcast.com/api/messages/280/comments/46</url>
2981
+ </comment>
2982
+ </comments>
2983
+ <id type="integer">280</id>
2984
+ <likes-count type="integer">1</likes-count>
2985
+ <url>https://demo.socialcast.com/api/messages/280-leaving-for-interopsoftware2010-see-you-in-vegas</url>
2986
+ </message>
2987
+ <message>
2988
+ <player-params nil="true"></player-params>
2989
+ <media-files type="array"/>
2990
+ <message-type>idea</message-type>
2991
+ <thumbnail-url nil="true"></thumbnail-url>
2992
+ <tags type="array">
2993
+ <tag>
2994
+ <name>sales</name>
2995
+ </tag>
2996
+ </tags>
2997
+ <created-at>2011-04-25T15:00:28-07:00</created-at>
2998
+ <action>shared an idea</action>
2999
+ <editable type="boolean">false</editable>
3000
+ <rating nil="true"></rating>
3001
+ <subscribed type="boolean">false</subscribed>
3002
+ <likable type="boolean">false</likable>
3003
+ <player-url nil="true"></player-url>
3004
+ <source nil="true"></source>
3005
+ <flag nil="true"></flag>
3006
+ <deletable type="boolean">false</deletable>
3007
+ <last-interacted-at type="integer">1302642160</last-interacted-at>
3008
+ <attachments type="array"/>
3009
+ <comments-count type="integer">1</comments-count>
3010
+ <user>
3011
+ <type>User</type>
3012
+ <username>JenniferLawson</username>
3013
+ <terminated type="boolean">false</terminated>
3014
+ <name>Jennifer Lawson</name>
3015
+ <avatars>
3016
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
3017
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
3018
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
3019
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
3020
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
3021
+ </avatars>
3022
+ <id type="integer">26</id>
3023
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
3024
+ </user>
3025
+ <contains-url-only nil="true"></contains-url-only>
3026
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/idea.png</icon>
3027
+ <target-user nil="true"></target-user>
3028
+ <likes type="array"/>
3029
+ <permalink-url>https://demo.socialcast.com/messages/63-software-spend-for-2010-should-include-photoshop-e</permalink-url>
3030
+ <verb nil="true"></verb>
3031
+ <in-reply-to nil="true"></in-reply-to>
3032
+ <watchable type="boolean">false</watchable>
3033
+ <ratable type="boolean">true</ratable>
3034
+ <recipients type="array"/>
3035
+ <group>
3036
+ </group>
3037
+ <external-resources type="array"/>
3038
+ <updated-at>2011-04-25T15:01:17-07:00</updated-at>
3039
+ <title>Software spend for 2010 should include Photoshop Elements 6</title>
3040
+ <extensions type="array"/>
3041
+ <groups type="array"/>
3042
+ <ratings-average type="integer">0</ratings-average>
3043
+ <category-id type="integer">15</category-id>
3044
+ <external-url nil="true"></external-url>
3045
+ <body>Considering that a lot of our sales are done through our website, using Elements will help when editing various pictures, images, pdfs, etc. You can try using a trial version of this tool at www.adobe.com. Please let me know what you think.</body>
3046
+ <hidden type="boolean">false</hidden>
3047
+ <embed nil="true"></embed>
3048
+ <watch nil="true"></watch>
3049
+ <ratings-count type="integer">0</ratings-count>
3050
+ <comments type="array">
3051
+ <comment>
3052
+ <media-files type="array"/>
3053
+ <thumbnail-url nil="true"></thumbnail-url>
3054
+ <created-at>2011-04-25T14:47:11-07:00</created-at>
3055
+ <editable type="boolean">true</editable>
3056
+ <likable type="boolean">false</likable>
3057
+ <deletable type="boolean">true</deletable>
3058
+ <attachments type="array"/>
3059
+ <text>I downloaded the tool, but am wondering if Fireworks would be a better fit for our team? Seems to be a little simpler to use.</text>
3060
+ <user>
3061
+ <type>User</type>
3062
+ <username>EmilyJames</username>
3063
+ <terminated type="boolean">false</terminated>
3064
+ <name>Emily James</name>
3065
+ <avatars>
3066
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square16.jpg</square16>
3067
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square70.jpg</square70>
3068
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square30.jpg</square30>
3069
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square45.jpg</square45>
3070
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/50/iStock_000002766836XSmall_square140.jpg</square140>
3071
+ </avatars>
3072
+ <id type="integer">25</id>
3073
+ <url>https://demo.socialcast.com/users/emilyjames</url>
3074
+ </user>
3075
+ <likes type="array"/>
3076
+ <permalink-url>https://demo.socialcast.com/messages/63-software-spend-for-2010-should-include-photoshop-e#comment-27</permalink-url>
3077
+ <id type="integer">27</id>
3078
+ <likes-count type="integer">0</likes-count>
3079
+ <url>https://demo.socialcast.com/api/messages/63/comments/27</url>
3080
+ </comment>
3081
+ </comments>
3082
+ <id type="integer">63</id>
3083
+ <likes-count type="integer">0</likes-count>
3084
+ <url>https://demo.socialcast.com/api/messages/63-software-spend-for-2010-should-include-photoshop-e</url>
3085
+ </message>
3086
+ <message>
3087
+ <player-params nil="true"></player-params>
3088
+ <media-files type="array"/>
3089
+ <message-type>question</message-type>
3090
+ <thumbnail-url nil="true"></thumbnail-url>
3091
+ <tags type="array">
3092
+ <tag>
3093
+ <name>software</name>
3094
+ </tag>
3095
+ <tag>
3096
+ <name>helpdesk</name>
3097
+ </tag>
3098
+ </tags>
3099
+ <created-at>2011-04-25T14:03:05-07:00</created-at>
3100
+ <action>asked a question</action>
3101
+ <editable type="boolean">false</editable>
3102
+ <rating nil="true"></rating>
3103
+ <subscribed type="boolean">false</subscribed>
3104
+ <likable type="boolean">true</likable>
3105
+ <player-url nil="true"></player-url>
3106
+ <source nil="true"></source>
3107
+ <flag nil="true"></flag>
3108
+ <deletable type="boolean">false</deletable>
3109
+ <last-interacted-at type="integer">1302640831</last-interacted-at>
3110
+ <attachments type="array"/>
3111
+ <comments-count type="integer">0</comments-count>
3112
+ <user>
3113
+ <type>User</type>
3114
+ <username>JenniferLawson</username>
3115
+ <terminated type="boolean">false</terminated>
3116
+ <name>Jennifer Lawson</name>
3117
+ <avatars>
3118
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
3119
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
3120
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
3121
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
3122
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
3123
+ </avatars>
3124
+ <id type="integer">26</id>
3125
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
3126
+ </user>
3127
+ <contains-url-only nil="true"></contains-url-only>
3128
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
3129
+ <target-user nil="true"></target-user>
3130
+ <likes type="array"/>
3131
+ <permalink-url>https://demo.socialcast.com/messages/44-ticketing-system</permalink-url>
3132
+ <verb nil="true"></verb>
3133
+ <in-reply-to nil="true"></in-reply-to>
3134
+ <watchable type="boolean">false</watchable>
3135
+ <ratable type="boolean">false</ratable>
3136
+ <recipients type="array"/>
3137
+ <group>
3138
+ </group>
3139
+ <external-resources type="array"/>
3140
+ <updated-at>2011-04-25T15:01:16-07:00</updated-at>
3141
+ <title>Ticketing system...</title>
3142
+ <extensions type="array"/>
3143
+ <groups type="array"/>
3144
+ <ratings-average nil="true"></ratings-average>
3145
+ <category-id type="integer">15</category-id>
3146
+ <external-url nil="true"></external-url>
3147
+ <body>We used to use Peregrine for our helpdesk/ticketing system, but we are reporting that that tool does not provide us what we need. Has anyone used another solution that has more comprehensive reporting features? Please share.</body>
3148
+ <hidden type="boolean">false</hidden>
3149
+ <embed nil="true"></embed>
3150
+ <watch nil="true"></watch>
3151
+ <ratings-count nil="true"></ratings-count>
3152
+ <comments type="array"/>
3153
+ <id type="integer">44</id>
3154
+ <likes-count type="integer">0</likes-count>
3155
+ <url>https://demo.socialcast.com/api/messages/44-ticketing-system</url>
3156
+ </message>
3157
+ <message>
3158
+ <player-params nil="true"></player-params>
3159
+ <media-files type="array"/>
3160
+ <message-type>question</message-type>
3161
+ <thumbnail-url nil="true"></thumbnail-url>
3162
+ <tags type="array">
3163
+ <tag>
3164
+ <name>developers</name>
3165
+ </tag>
3166
+ <tag>
3167
+ <name>jobs</name>
3168
+ </tag>
3169
+ </tags>
3170
+ <created-at>2011-04-25T14:25:50-07:00</created-at>
3171
+ <action>asked a question</action>
3172
+ <editable type="boolean">false</editable>
3173
+ <rating nil="true"></rating>
3174
+ <subscribed type="boolean">false</subscribed>
3175
+ <likable type="boolean">true</likable>
3176
+ <player-url nil="true"></player-url>
3177
+ <source nil="true"></source>
3178
+ <flag nil="true"></flag>
3179
+ <deletable type="boolean">false</deletable>
3180
+ <last-interacted-at type="integer">1302640407</last-interacted-at>
3181
+ <attachments type="array"/>
3182
+ <comments-count type="integer">1</comments-count>
3183
+ <user>
3184
+ <type>User</type>
3185
+ <username>BobDavis</username>
3186
+ <terminated type="boolean">false</terminated>
3187
+ <name>Bob Davis</name>
3188
+ <avatars>
3189
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square16.jpg</square16>
3190
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square70.jpg</square70>
3191
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square30.jpg</square30>
3192
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square45.jpg</square45>
3193
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/22/iStock_000004087015XSmall_square140.jpg</square140>
3194
+ </avatars>
3195
+ <id type="integer">21</id>
3196
+ <url>https://demo.socialcast.com/users/bobdavis</url>
3197
+ </user>
3198
+ <contains-url-only nil="true"></contains-url-only>
3199
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/messages/question.png</icon>
3200
+ <target-user nil="true"></target-user>
3201
+ <likes type="array"/>
3202
+ <permalink-url>https://demo.socialcast.com/messages/42-does-anyone-know-of-any-good-recruiting-services-f</permalink-url>
3203
+ <verb nil="true"></verb>
3204
+ <in-reply-to nil="true"></in-reply-to>
3205
+ <watchable type="boolean">false</watchable>
3206
+ <ratable type="boolean">false</ratable>
3207
+ <recipients type="array"/>
3208
+ <group>
3209
+ </group>
3210
+ <external-resources type="array"/>
3211
+ <updated-at>2011-04-25T15:01:16-07:00</updated-at>
3212
+ <title>Does anyone know of any good recruiting services for programmers?</title>
3213
+ <extensions type="array"/>
3214
+ <groups type="array"/>
3215
+ <ratings-average nil="true"></ratings-average>
3216
+ <category-id type="integer">15</category-id>
3217
+ <external-url nil="true"></external-url>
3218
+ <body>We are looking to fill a couple positions that have opened up in the last few months, and I have only tried monster.com and dice.com. Can anyone suggest other sites that have proven to be useful?</body>
3219
+ <hidden type="boolean">false</hidden>
3220
+ <embed nil="true"></embed>
3221
+ <watch nil="true"></watch>
3222
+ <ratings-count nil="true"></ratings-count>
3223
+ <comments type="array">
3224
+ <comment>
3225
+ <media-files type="array"/>
3226
+ <thumbnail-url nil="true"></thumbnail-url>
3227
+ <created-at>2011-04-25T14:34:57-07:00</created-at>
3228
+ <editable type="boolean">false</editable>
3229
+ <likable type="boolean">true</likable>
3230
+ <deletable type="boolean">false</deletable>
3231
+ <attachments type="array"/>
3232
+ <text>Linkedin.com is another good one.</text>
3233
+ <user>
3234
+ <type>User</type>
3235
+ <username>JenniferLawson</username>
3236
+ <terminated type="boolean">false</terminated>
3237
+ <name>Jennifer Lawson</name>
3238
+ <avatars>
3239
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square16.jpg</square16>
3240
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square70.jpg</square70>
3241
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square30.jpg</square30>
3242
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square45.jpg</square45>
3243
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/57/iStock_000004227730XSmall_square140.jpg</square140>
3244
+ </avatars>
3245
+ <id type="integer">26</id>
3246
+ <url>https://demo.socialcast.com/users/jenniferlawson</url>
3247
+ </user>
3248
+ <likes type="array"/>
3249
+ <permalink-url>https://demo.socialcast.com/messages/42-does-anyone-know-of-any-good-recruiting-services-f#comment-38</permalink-url>
3250
+ <id type="integer">38</id>
3251
+ <likes-count type="integer">0</likes-count>
3252
+ <url>https://demo.socialcast.com/api/messages/42/comments/38</url>
3253
+ </comment>
3254
+ </comments>
3255
+ <id type="integer">42</id>
3256
+ <likes-count type="integer">0</likes-count>
3257
+ <url>https://demo.socialcast.com/api/messages/42-does-anyone-know-of-any-good-recruiting-services-f</url>
3258
+ </message>
3259
+ <message>
3260
+ <player-params nil="true"></player-params>
3261
+ <media-files type="array"/>
3262
+ <message-type>web_feed</message-type>
3263
+ <thumbnail-url nil="true"></thumbnail-url>
3264
+ <tags type="array"/>
3265
+ <created-at>2011-04-25T14:42:53-07:00</created-at>
3266
+ <action>bookmarked a page on Delicious</action>
3267
+ <editable type="boolean">false</editable>
3268
+ <rating nil="true"></rating>
3269
+ <subscribed type="boolean">false</subscribed>
3270
+ <likable type="boolean">true</likable>
3271
+ <player-url nil="true"></player-url>
3272
+ <source nil="true"></source>
3273
+ <flag nil="true"></flag>
3274
+ <deletable type="boolean">false</deletable>
3275
+ <last-interacted-at type="integer">1270060267</last-interacted-at>
3276
+ <attachments type="array"/>
3277
+ <comments-count type="integer">0</comments-count>
3278
+ <user>
3279
+ <type>User</type>
3280
+ <username>ProductionBot145</username>
3281
+ <terminated type="boolean">false</terminated>
3282
+ <name>Production Bot #145</name>
3283
+ <avatars>
3284
+ <square16>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/133/bot_square16.jpg</square16>
3285
+ <square70>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/133/bot_square70.jpg</square70>
3286
+ <square30>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/133/bot_square30.jpg</square30>
3287
+ <square45>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/133/bot_square45.jpg</square45>
3288
+ <square140>https://d3s661wf84k3q3.cloudfront.net/tenants/5/profile_photos/133/bot_square140.jpg</square140>
3289
+ </avatars>
3290
+ <id type="integer">19</id>
3291
+ <url>https://demo.socialcast.com/users/productionbot145</url>
3292
+ </user>
3293
+ <contains-url-only nil="true"></contains-url-only>
3294
+ <icon>https://d1t8ns81mllsy2.cloudfront.net/images/icons/external_services/delicious.png</icon>
3295
+ <target-user nil="true"></target-user>
3296
+ <likes type="array">
3297
+ <like>
3298
+ <created-at>2011-04-25T14:08:26-07:00</created-at>
3299
+ <user>
3300
+ <name>Emily James</name>
3301
+ <id type="integer">25</id>
3302
+ <url>https://demo.socialcast.com/users/emilyjames</url>
3303
+ </user>
3304
+ <unlikable type="boolean">true</unlikable>
3305
+ <id type="integer">17</id>
3306
+ </like>
3307
+ </likes>
3308
+ <permalink-url>https://demo.socialcast.com/messages/344</permalink-url>
3309
+ <verb>bookmarked</verb>
3310
+ <in-reply-to nil="true"></in-reply-to>
3311
+ <watchable type="boolean">false</watchable>
3312
+ <ratable type="boolean">false</ratable>
3313
+ <recipients type="array"/>
3314
+ <group>
3315
+ </group>
3316
+ <external-resources type="array"/>
3317
+ <updated-at>2011-04-25T15:01:20-07:00</updated-at>
3318
+ <title></title>
3319
+ <extensions type="array"/>
3320
+ <groups type="array"/>
3321
+ <ratings-average nil="true"></ratings-average>
3322
+ <category-id nil="true"></category-id>
3323
+ <external-url nil="true"></external-url>
3324
+ <body>Weekly Production Report:
3325
+
3326
+ 15420 units
3327
+ 6 inspection rejects
3328
+ 3 faults</body>
3329
+ <hidden type="boolean">false</hidden>
3330
+ <embed nil="true"></embed>
3331
+ <watch nil="true"></watch>
3332
+ <ratings-count nil="true"></ratings-count>
3333
+ <comments type="array"/>
3334
+ <id type="integer">344</id>
3335
+ <likes-count type="integer">1</likes-count>
3336
+ <url>https://demo.socialcast.com/api/messages/344</url>
3337
+ </message>
3338
+ </messages>