linkedin-bdigital 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. data/.autotest +14 -0
  2. data/.document +5 -0
  3. data/.gitignore +25 -0
  4. data/Gemfile +3 -0
  5. data/LICENSE +20 -0
  6. data/README.markdown +78 -0
  7. data/Rakefile +41 -0
  8. data/VERSION +1 -0
  9. data/changelog.markdown +71 -0
  10. data/examples/authenticate.rb +21 -0
  11. data/examples/network.rb +12 -0
  12. data/examples/profile.rb +14 -0
  13. data/examples/status.rb +9 -0
  14. data/lib/linked_in/api_standard_profile_request.rb +17 -0
  15. data/lib/linked_in/authorization_helpers.rb +48 -0
  16. data/lib/linked_in/base.rb +13 -0
  17. data/lib/linked_in/birthdate.rb +21 -0
  18. data/lib/linked_in/client.rb +155 -0
  19. data/lib/linked_in/company.rb +11 -0
  20. data/lib/linked_in/connections.rb +16 -0
  21. data/lib/linked_in/country.rb +9 -0
  22. data/lib/linked_in/current_share.rb +56 -0
  23. data/lib/linked_in/education.rb +41 -0
  24. data/lib/linked_in/error.rb +21 -0
  25. data/lib/linked_in/group.rb +32 -0
  26. data/lib/linked_in/languages.rb +28 -0
  27. data/lib/linked_in/likes.rb +23 -0
  28. data/lib/linked_in/location.rb +13 -0
  29. data/lib/linked_in/message.rb +20 -0
  30. data/lib/linked_in/network.rb +12 -0
  31. data/lib/linked_in/patents.rb +42 -0
  32. data/lib/linked_in/people.rb +18 -0
  33. data/lib/linked_in/person.rb +7 -0
  34. data/lib/linked_in/phone_number.rb +29 -0
  35. data/lib/linked_in/position.rb +46 -0
  36. data/lib/linked_in/profile.rb +85 -0
  37. data/lib/linked_in/publications.rb +40 -0
  38. data/lib/linked_in/recipient.rb +7 -0
  39. data/lib/linked_in/recipients.rb +18 -0
  40. data/lib/linked_in/recommendations.rb +30 -0
  41. data/lib/linked_in/request_helpers.rb +78 -0
  42. data/lib/linked_in/short_profile.rb +13 -0
  43. data/lib/linked_in/skill.rb +33 -0
  44. data/lib/linked_in/to_xml_helpers.rb +53 -0
  45. data/lib/linked_in/update.rb +23 -0
  46. data/lib/linked_in/url_resource.rb +26 -0
  47. data/lib/linkedin.rb +81 -0
  48. data/linkedin.gemspec +49 -0
  49. data/spec/cases/client_spec.rb +230 -0
  50. data/spec/cases/linkedin_spec.rb +37 -0
  51. data/spec/cases/oauth_spec.rb +109 -0
  52. data/spec/client_shared_examples.rb +91 -0
  53. data/spec/fixtures/403.xml +7 -0
  54. data/spec/fixtures/404.xml +7 -0
  55. data/spec/fixtures/blank.xml +0 -0
  56. data/spec/fixtures/connections.xml +3733 -0
  57. data/spec/fixtures/likes.xml +18 -0
  58. data/spec/fixtures/mailbox_items.xml +16 -0
  59. data/spec/fixtures/network_status_with_group.xml +44 -0
  60. data/spec/fixtures/network_statuses.xml +317 -0
  61. data/spec/fixtures/picture_updates.xml +117 -0
  62. data/spec/fixtures/profile.xml +9 -0
  63. data/spec/fixtures/profile_full.xml +3909 -0
  64. data/spec/fixtures/profile_with_positions.xml +79 -0
  65. data/spec/fixtures/search.xml +538 -0
  66. data/spec/fixtures/shares.xml +12 -0
  67. data/spec/fixtures/status.xml +2 -0
  68. data/spec/spec_helper.rb +58 -0
  69. metadata +179 -0
@@ -0,0 +1,79 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <person>
3
+ <first-name>Wynn</first-name>
4
+ <last-name>Netherland</last-name>
5
+ <headline>Pixel Pusher at Orrka</headline>
6
+ <relation-to-viewer>
7
+ <distance>0</distance>
8
+ </relation-to-viewer>
9
+ <positions total="4">
10
+ <position>
11
+ <id>95092599</id>
12
+ <title>Founder</title>
13
+ <summary></summary>
14
+ <start-date>
15
+ <year>2009</year>
16
+ <month>10</month>
17
+ </start-date>
18
+ <is-current>true</is-current>
19
+ <company>
20
+ <name>Orrka</name>
21
+ </company>
22
+ </position>
23
+ <position>
24
+ <id>21901644</id>
25
+ <title>Founder</title>
26
+ <summary>- Ruby on Rails development
27
+ - Web application development
28
+ - Web-based customer satisfaction tools
29
+ - Hosted web applications
30
+ - User Interface design and front end development</summary>
31
+ <start-date>
32
+ <year>2000</year>
33
+ <month>9</month>
34
+ </start-date>
35
+ <end-date>
36
+ <year>2009</year>
37
+ <month>11</month>
38
+ </end-date>
39
+ <is-current>false</is-current>
40
+ <company>
41
+ <name>Squeejee</name>
42
+ </company>
43
+ </position>
44
+ <position>
45
+ <id>4891362</id>
46
+ <title>Solution Architect</title>
47
+ <summary>Part of architecture team that develops worldwide software application frameworks for web storefronts and desktop call center applications using Microsoft .NET technology.
48
+ Includes analyzing requirements, designing framework APIs, ensuring consistency and simplicity to enable regional extension.
49
+ Evangelism of project throughout enterprise and partnering with other global teams to deliver the most robust and efficient platform for our business customers.
50
+ Working closely with Microsoft consultants onstaff and in Redmond in order to influence future versions of Microsoft development products.</summary>
51
+ <start-date>
52
+ <year>2004</year>
53
+ <month>10</month>
54
+ </start-date>
55
+ <end-date>
56
+ <year>2007</year>
57
+ <month>6</month>
58
+ </end-date>
59
+ <is-current>false</is-current>
60
+ <company>
61
+ <name>Hewlett-Packard</name>
62
+ </company>
63
+ </position>
64
+ <position>
65
+ <id>4987329</id>
66
+ <title>Developer</title>
67
+ <start-date>
68
+ <year>1998</year>
69
+ </start-date>
70
+ <end-date>
71
+ <year>2000</year>
72
+ </end-date>
73
+ <is-current>false</is-current>
74
+ <company>
75
+ <name>Shell Services International</name>
76
+ </company>
77
+ </position>
78
+ </positions>
79
+ </person>
@@ -0,0 +1,538 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <people total="152" start="0" count="10">
3
+ <person>
4
+ <id>U6YB1O2bqv</id>
5
+ <first-name>Zach</first-name>
6
+ <last-name>Inglis</last-name>
7
+ <headline>Partner at London Made</headline>
8
+ <location>
9
+ <name>United Kingdom</name>
10
+ <country>
11
+ <code>gb</code>
12
+ </country>
13
+ </location>
14
+ <industry>Online Media</industry>
15
+ <connections total="333" />
16
+ <num-recommenders>0</num-recommenders>
17
+ <distance>1</distance>
18
+ <positions total="3">
19
+ <position>
20
+ <id>54820459</id>
21
+ <title>Owner</title>
22
+ <summary>London Made is a development and design shop. We also offer training and recruitment.</summary>
23
+ <start-date>
24
+ <year>2008</year>
25
+ <month>11</month>
26
+ </start-date>
27
+ <is-current>true</is-current>
28
+ <company>
29
+ <name>London Made</name>
30
+ </company>
31
+ </position>
32
+ <position>
33
+ <id>47016515</id>
34
+ <title>Writer</title>
35
+ <start-date>
36
+ <year>2008</year>
37
+ <month>8</month>
38
+ </start-date>
39
+ <is-current>true</is-current>
40
+ <company>
41
+ <name>Ruby Inside</name>
42
+ </company>
43
+ </position>
44
+ <position>
45
+ <id>30985289</id>
46
+ <title>Partner</title>
47
+ <summary>Clipgarden allows you to earn money by recording the things you do best. We’re still in the early stages of development but continue to hear positive things.</summary>
48
+ <start-date>
49
+ <year>2007</year>
50
+ <month>8</month>
51
+ </start-date>
52
+ <is-current>true</is-current>
53
+ <company>
54
+ <name>Clipgarden</name>
55
+ </company>
56
+ </position>
57
+ </positions>
58
+ <api-standard-profile-request>
59
+ <url>http://api.linkedin.com/v1/people/U6YB1O2bqv:full</url>
60
+ <headers total="1">
61
+ <http-header>
62
+ <name>x-li-auth-token</name>
63
+ <value>OUT_OF_NETWORK:h0Rc</value>
64
+ </http-header>
65
+ </headers>
66
+ </api-standard-profile-request>
67
+ <site-standard-profile-request>
68
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=3669630&amp;authToken=h0Rc&amp;authType=OUT_OF_NETWORK</url>
69
+ </site-standard-profile-request>
70
+ </person>
71
+ <person>
72
+ <id>OVeaSymWcX</id>
73
+ <first-name>Zach</first-name>
74
+ <last-name>Moazeni</last-name>
75
+ <headline>Founder at Downstream</headline>
76
+ <location>
77
+ <name>Greater Grand Rapids, Michigan Area</name>
78
+ </location>
79
+ <industry>Computer Software</industry>
80
+ <connections total="93" />
81
+ <num-recommenders>0</num-recommenders>
82
+ <distance>2</distance>
83
+ <positions total="2">
84
+ <position>
85
+ <id>78139799</id>
86
+ <title>Founder</title>
87
+ <summary>As a co-founder of Downstream, I am tasked with the development in order to bring the product to launch. I am also responsible for the Application Scaling plans as well as helping give language to the other founders as they communicate to investors.</summary>
88
+ <start-date>
89
+ <year>2009</year>
90
+ <month>5</month>
91
+ </start-date>
92
+ <is-current>true</is-current>
93
+ <company>
94
+ <name>Downstream</name>
95
+ </company>
96
+ </position>
97
+ <position>
98
+ <id>14106883</id>
99
+ <title>Software Developer</title>
100
+ <summary>I've taken the technical lead on many of Elevator Up's projects from decision, design, and the implementation. Beyond the codebase itself, I have also been tasked to train junior developers to become productive contributors to the team. These projects have exposed me to many leading edge open source technologies surrounding the Rails stack.
101
+
102
+ Though my role is primarily as a developer, I've also taken responsibility in a wide variety of non-software areas. Business Planning, Business/Revenue Modeling, Interviewing/Hiring, Proposals, Estimating, Project Management, Server and Network Engineering/Administration, User Interface Design. My role(s) have consistently required me to distill technical knowledge and translate it into business terms.</summary>
103
+ <start-date>
104
+ <year>2007</year>
105
+ <month>1</month>
106
+ </start-date>
107
+ <is-current>true</is-current>
108
+ <company>
109
+ <name>Elevator Up</name>
110
+ </company>
111
+ </position>
112
+ </positions>
113
+ <api-standard-profile-request>
114
+ <url>http://api.linkedin.com/v1/people/OVeaSymWcX:full</url>
115
+ <headers total="1">
116
+ <http-header>
117
+ <name>x-li-auth-token</name>
118
+ <value>OUT_OF_NETWORK:-TzE</value>
119
+ </http-header>
120
+ </headers>
121
+ </api-standard-profile-request>
122
+ <site-standard-profile-request>
123
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=10342418&amp;authToken=-TzE&amp;authType=OUT_OF_NETWORK</url>
124
+ </site-standard-profile-request>
125
+ </person>
126
+ <person>
127
+ <id>HbUhpG4QBG</id>
128
+ <first-name>Kyle</first-name>
129
+ <last-name>Neath</last-name>
130
+ <headline>Designer for GitHub</headline>
131
+ <location>
132
+ <name>San Francisco Bay Area</name>
133
+ </location>
134
+ <industry>Internet</industry>
135
+ <connections total="103" />
136
+ <num-recommenders>0</num-recommenders>
137
+ <distance>2</distance>
138
+ <positions total="1">
139
+ <position>
140
+ <id>91660562</id>
141
+ <title>Designer</title>
142
+ <summary>I make shiny things for http://github.com and other Logical Awesome offerings.</summary>
143
+ <start-date>
144
+ <year>2009</year>
145
+ <month>10</month>
146
+ </start-date>
147
+ <is-current>true</is-current>
148
+ <company>
149
+ <name>Logical Awesome</name>
150
+ </company>
151
+ </position>
152
+ </positions>
153
+ <api-standard-profile-request>
154
+ <url>http://api.linkedin.com/v1/people/HbUhpG4QBG:full</url>
155
+ <headers total="1">
156
+ <http-header>
157
+ <name>x-li-auth-token</name>
158
+ <value>OUT_OF_NETWORK:Tia4</value>
159
+ </http-header>
160
+ </headers>
161
+ </api-standard-profile-request>
162
+ <site-standard-profile-request>
163
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=5178019&amp;authToken=Tia4&amp;authType=OUT_OF_NETWORK</url>
164
+ </site-standard-profile-request>
165
+ </person>
166
+ <person>
167
+ <id>YDJZU3B5E-</id>
168
+ <first-name>Rizwan</first-name>
169
+ <last-name>Reza</last-name>
170
+ <headline>Freelance Web Developer &amp; Interaction Designer</headline>
171
+ <location>
172
+ <name>Saudi Arabia</name>
173
+ </location>
174
+ <industry>Computer Software</industry>
175
+ <connections total="46" />
176
+ <num-recommenders>0</num-recommenders>
177
+ <distance>2</distance>
178
+ <positions total="1">
179
+ <position>
180
+ <id>83027482</id>
181
+ <title>Freelance Web Developer &amp; Interaction Designer</title>
182
+ <summary></summary>
183
+ <start-date>
184
+ <year>2009</year>
185
+ <month>8</month>
186
+ </start-date>
187
+ <is-current>true</is-current>
188
+ <company>
189
+ <name>Rizwan Reza</name>
190
+ </company>
191
+ </position>
192
+ </positions>
193
+ <api-standard-profile-request>
194
+ <url>http://api.linkedin.com/v1/people/YDJZU3B5E-:full</url>
195
+ <headers total="1">
196
+ <http-header>
197
+ <name>x-li-auth-token</name>
198
+ <value>OUT_OF_NETWORK:y2-T</value>
199
+ </http-header>
200
+ </headers>
201
+ </api-standard-profile-request>
202
+ <site-standard-profile-request>
203
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=26468354&amp;authToken=y2-T&amp;authType=OUT_OF_NETWORK</url>
204
+ </site-standard-profile-request>
205
+ </person>
206
+ <person>
207
+ <id>MUidFvxKQ6</id>
208
+ <first-name>Lance</first-name>
209
+ <last-name>Ennen</last-name>
210
+ <headline>Software Consultant at Obtiva</headline>
211
+ <location>
212
+ <name>Greater Chicago Area</name>
213
+ </location>
214
+ <industry>Computer Software</industry>
215
+ <connections total="206" />
216
+ <num-recommenders>0</num-recommenders>
217
+ <distance>2</distance>
218
+ <positions total="1">
219
+ <position>
220
+ <id>82862186</id>
221
+ <title>Software Consultant</title>
222
+ <summary></summary>
223
+ <start-date>
224
+ <year>2009</year>
225
+ <month>5</month>
226
+ </start-date>
227
+ <is-current>true</is-current>
228
+ <company>
229
+ <name>Obtiva</name>
230
+ </company>
231
+ </position>
232
+ </positions>
233
+ <api-standard-profile-request>
234
+ <url>http://api.linkedin.com/v1/people/MUidFvxKQ6:full</url>
235
+ <headers total="1">
236
+ <http-header>
237
+ <name>x-li-auth-token</name>
238
+ <value>OUT_OF_NETWORK:etcX</value>
239
+ </http-header>
240
+ </headers>
241
+ </api-standard-profile-request>
242
+ <site-standard-profile-request>
243
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=19558926&amp;authToken=etcX&amp;authType=OUT_OF_NETWORK</url>
244
+ </site-standard-profile-request>
245
+ </person>
246
+ <person>
247
+ <id>KH1gMc_rDG</id>
248
+ <first-name>Dominic</first-name>
249
+ <last-name>Da Silva</last-name>
250
+ <headline>Enterprise Application Developer specilizing in Java, .NET and Ruby technologies</headline>
251
+ <location>
252
+ <name>Orlando, Florida Area</name>
253
+ </location>
254
+ <industry>Information Technology and Services</industry>
255
+ <connections total="191" />
256
+ <num-recommenders>0</num-recommenders>
257
+ <distance>2</distance>
258
+ <positions total="2">
259
+ <position>
260
+ <id>71614339</id>
261
+ <title>Software Engineer</title>
262
+ <summary>Develop .NET applications using Microsoft and ALT.NET technologies, Service Oriented Architecture, and proven enterprise and software design patterns.
263
+
264
+ Follow the SCRUM agile development methodology.</summary>
265
+ <start-date>
266
+ <year>2009</year>
267
+ <month>4</month>
268
+ </start-date>
269
+ <is-current>true</is-current>
270
+ <company>
271
+ <name>Aptitude Solutions</name>
272
+ </company>
273
+ </position>
274
+ <position>
275
+ <id>18897619</id>
276
+ <title>President / Technical Architect / Lead Developer</title>
277
+ <summary>Owner, technical architect and lead developer for an independent software development consultancy.
278
+
279
+ SilvaSoft has built numerous customer facing business web sites using Java web technologies that integrate with existing web service, shipping and secure credit card processing APIs.
280
+
281
+ We use technologies such as Java (1.4, 5, 6), Struts, JBoss Seam, Tomcat (5, 6), XFire, Apache Axis, Apache CXF and Sun Metro.
282
+
283
+ We have integrated with third party web services such as:
284
+ 1. Amazon S3
285
+ 2. PayPal credit card payment API
286
+ 3. Authorize.net credit card / check payment API
287
+ 4. UPS shipping API.
288
+
289
+ Clients include Intellavia LLC, Amazon Web Services, Chenoa Information Services, adaptiveblue and Developer.com.
290
+
291
+ Client work includes:
292
+
293
+ JVI Inspection - http://www.jviinspection.com/
294
+
295
+ Coolaroo USA - http://www.coolaroousa.com/
296
+
297
+ IAPP - http://www.iappnet.org/
298
+
299
+ BMS Biowrap - http://biometricwrap.com/
300
+
301
+ Building a Struts-Based Web Application on Amazon S3 - http://tinyurl.com/d596b6
302
+
303
+ Building a Web Application with Ruby on Rails and Amazon S3 - http://tinyurl.com/236yk4</summary>
304
+ <start-date>
305
+ <year>2003</year>
306
+ <month>9</month>
307
+ </start-date>
308
+ <is-current>true</is-current>
309
+ <company>
310
+ <name>SilvaSoft, Inc.</name>
311
+ </company>
312
+ </position>
313
+ </positions>
314
+ <api-standard-profile-request>
315
+ <url>http://api.linkedin.com/v1/people/KH1gMc_rDG:full</url>
316
+ <headers total="1">
317
+ <http-header>
318
+ <name>x-li-auth-token</name>
319
+ <value>OUT_OF_NETWORK:VunB</value>
320
+ </http-header>
321
+ </headers>
322
+ </api-standard-profile-request>
323
+ <site-standard-profile-request>
324
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=13457424&amp;authToken=VunB&amp;authType=OUT_OF_NETWORK</url>
325
+ </site-standard-profile-request>
326
+ </person>
327
+ <person>
328
+ <id>k8ASaj0HMi</id>
329
+ <first-name>Barry</first-name>
330
+ <last-name>Hess</last-name>
331
+ <headline>Independent consultant in the web world</headline>
332
+ <location>
333
+ <name>Rochester, Minnesota Area</name>
334
+ </location>
335
+ <industry>Internet</industry>
336
+ <connections total="64" />
337
+ <num-recommenders>0</num-recommenders>
338
+ <distance>2</distance>
339
+ <positions total="2">
340
+ <position>
341
+ <id>17303961</id>
342
+ <title>Prime Hacker</title>
343
+ <summary>Helping Harvest be all that it can be. Primary developer on Co-op. Manage Iridesco programmer outreach.
344
+
345
+ http://getharvest.com
346
+ http://coopapp.com
347
+ http://github.com/iridesco</summary>
348
+ <start-date>
349
+ <year>2007</year>
350
+ </start-date>
351
+ <is-current>true</is-current>
352
+ <company>
353
+ <name>Iridesco</name>
354
+ </company>
355
+ </position>
356
+ <position>
357
+ <id>16038108</id>
358
+ <title>Prime Hacker</title>
359
+ <summary>Backend programming in Ruby on Rails, I also have a sense of design and interface. Live projects:
360
+
361
+ http://followcost.com
362
+ http://scrawlers.com
363
+ http://ventorium.com
364
+ http://gethoffed.com</summary>
365
+ <start-date>
366
+ <year>2007</year>
367
+ <month>2</month>
368
+ </start-date>
369
+ <is-current>true</is-current>
370
+ <company>
371
+ <name>bjhess.com</name>
372
+ </company>
373
+ </position>
374
+ </positions>
375
+ <api-standard-profile-request>
376
+ <url>http://api.linkedin.com/v1/people/k8ASaj0HMi:full</url>
377
+ <headers total="1">
378
+ <http-header>
379
+ <name>x-li-auth-token</name>
380
+ <value>OUT_OF_NETWORK:WcpW</value>
381
+ </http-header>
382
+ </headers>
383
+ </api-standard-profile-request>
384
+ <site-standard-profile-request>
385
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=9202576&amp;authToken=WcpW&amp;authType=OUT_OF_NETWORK</url>
386
+ </site-standard-profile-request>
387
+ </person>
388
+ <person>
389
+ <id>SvKzNaGjHa</id>
390
+ <first-name>Sukhchander</first-name>
391
+ <last-name>Khanna</last-name>
392
+ <headline>Software Manufacturer, Plumber, and Mechanic</headline>
393
+ <location>
394
+ <name>Greater New York City Area</name>
395
+ </location>
396
+ <industry>Internet</industry>
397
+ <connections total="276" />
398
+ <num-recommenders>0</num-recommenders>
399
+ <distance>2</distance>
400
+ <positions total="1">
401
+ <position>
402
+ <id>95304666</id>
403
+ <title>Software Manufacturer, Plumber, and Mechanic</title>
404
+ <summary></summary>
405
+ <start-date>
406
+ <year>2009</year>
407
+ <month>11</month>
408
+ </start-date>
409
+ <is-current>true</is-current>
410
+ <company>
411
+ <name>16012</name>
412
+ </company>
413
+ </position>
414
+ </positions>
415
+ <api-standard-profile-request>
416
+ <url>http://api.linkedin.com/v1/people/SvKzNaGjHa:full</url>
417
+ <headers total="1">
418
+ <http-header>
419
+ <name>x-li-auth-token</name>
420
+ <value>OUT_OF_NETWORK:_YOz</value>
421
+ </http-header>
422
+ </headers>
423
+ </api-standard-profile-request>
424
+ <site-standard-profile-request>
425
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=7452363&amp;authToken=_YOz&amp;authType=OUT_OF_NETWORK</url>
426
+ </site-standard-profile-request>
427
+ </person>
428
+ <person>
429
+ <id>qpgZ6hzBr7</id>
430
+ <first-name>John</first-name>
431
+ <last-name>Griffiths</last-name>
432
+ <headline>Web / Media / iPhone</headline>
433
+ <location>
434
+ <name>Colchester, United Kingdom</name>
435
+ </location>
436
+ <industry>Internet</industry>
437
+ <connections total="271" />
438
+ <num-recommenders>0</num-recommenders>
439
+ <distance>2</distance>
440
+ <positions total="1">
441
+ <position>
442
+ <id>16016691</id>
443
+ <title>Owner</title>
444
+ <summary>Personal site, now 7 years &amp; going strong. Technical tutorials, code snippets &amp; research. Ported from Typo to my own RoR CMS.</summary>
445
+ <start-date>
446
+ <year>2000</year>
447
+ <month>1</month>
448
+ </start-date>
449
+ <is-current>true</is-current>
450
+ <company>
451
+ <name>Red91.com</name>
452
+ </company>
453
+ </position>
454
+ </positions>
455
+ <api-standard-profile-request>
456
+ <url>http://api.linkedin.com/v1/people/qpgZ6hzBr7:full</url>
457
+ <headers total="1">
458
+ <http-header>
459
+ <name>x-li-auth-token</name>
460
+ <value>OUT_OF_NETWORK:VtL8</value>
461
+ </http-header>
462
+ </headers>
463
+ </api-standard-profile-request>
464
+ <site-standard-profile-request>
465
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=7104192&amp;authToken=VtL8&amp;authType=OUT_OF_NETWORK</url>
466
+ </site-standard-profile-request>
467
+ </person>
468
+ <person>
469
+ <id>6Vt1KQjwGB</id>
470
+ <first-name>Matt</first-name>
471
+ <last-name>Aimonetti</last-name>
472
+ <headline>Senior Software Engineer</headline>
473
+ <location>
474
+ <name>Greater San Diego Area</name>
475
+ </location>
476
+ <industry>Computer Software</industry>
477
+ <connections total="237" />
478
+ <num-recommenders>0</num-recommenders>
479
+ <distance>2</distance>
480
+ <positions total="3">
481
+ <position>
482
+ <id>59051476</id>
483
+ <title>Evangelist/Developer Relation Engineer</title>
484
+ <summary></summary>
485
+ <start-date>
486
+ <year>2008</year>
487
+ <month>12</month>
488
+ </start-date>
489
+ <is-current>true</is-current>
490
+ <company>
491
+ <name>Ruby on Rails</name>
492
+ </company>
493
+ </position>
494
+ <position>
495
+ <id>49599478</id>
496
+ <title>Lead Evangelist/ Developer</title>
497
+ <summary>Build a critical mass of support and awareness around Merb, a flexible yet powerful Ruby framework.</summary>
498
+ <start-date>
499
+ <year>2008</year>
500
+ <month>9</month>
501
+ </start-date>
502
+ <is-current>true</is-current>
503
+ <company>
504
+ <name>Merb</name>
505
+ </company>
506
+ </position>
507
+ <position>
508
+ <id>17113878</id>
509
+ <title>Owner and Lead Developer</title>
510
+ <summary>- Help the customer evaluate and define their IT needs using Agile Methodologies
511
+ - Develop Ruby on Rails / Merb based solutions
512
+ - Evaluate effectiveness of provided solutions
513
+ - Audit on existing project
514
+ - Provide training/coaching for on-site teams</summary>
515
+ <start-date>
516
+ <year>2005</year>
517
+ <month>6</month>
518
+ </start-date>
519
+ <is-current>true</is-current>
520
+ <company>
521
+ <name>m|a agile consulting, inc.</name>
522
+ </company>
523
+ </position>
524
+ </positions>
525
+ <api-standard-profile-request>
526
+ <url>http://api.linkedin.com/v1/people/6Vt1KQjwGB:full</url>
527
+ <headers total="1">
528
+ <http-header>
529
+ <name>x-li-auth-token</name>
530
+ <value>OUT_OF_NETWORK:1QZs</value>
531
+ </http-header>
532
+ </headers>
533
+ </api-standard-profile-request>
534
+ <site-standard-profile-request>
535
+ <url>http://www.linkedin.com/profile?viewProfile=&amp;key=6347192&amp;authToken=1QZs&amp;authType=OUT_OF_NETWORK</url>
536
+ </site-standard-profile-request>
537
+ </person>
538
+ </people>