linkedin 0.2.2 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/{spec/fixtures/blank.xml → .gemtest} +0 -0
- data/.gitignore +36 -21
- data/.rspec +3 -0
- data/.travis.yml +6 -0
- data/Gemfile +6 -2
- data/Rakefile +9 -31
- data/changelog.markdown +1 -1
- data/lib/linked_in/api/query_methods.rb +49 -0
- data/lib/linked_in/api/update_methods.rb +54 -0
- data/lib/linked_in/client.rb +44 -147
- data/lib/linked_in/errors.rb +20 -0
- data/lib/linked_in/helpers/authorization.rb +67 -0
- data/lib/linked_in/helpers/request.rb +77 -0
- data/lib/linked_in/mash.rb +68 -0
- data/lib/linked_in/search.rb +34 -0
- data/lib/linked_in/version.rb +11 -0
- data/lib/linkedin.rb +4 -55
- data/linkedin.gemspec +26 -47
- data/spec/cases/client_spec.rb +260 -276
- data/spec/cases/linkedin_spec.rb +6 -6
- data/spec/cases/mash_spec.rb +85 -0
- data/spec/cases/oauth_spec.rb +146 -92
- data/spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml +28 -0
- data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml +28 -0
- data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml +28 -0
- data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml +28 -0
- data/spec/helper.rb +30 -0
- metadata +139 -169
- data/VERSION +0 -1
- data/lib/linked_in/api_standard_profile_request.rb +0 -17
- data/lib/linked_in/authorization_helpers.rb +0 -48
- data/lib/linked_in/base.rb +0 -13
- data/lib/linked_in/birthdate.rb +0 -21
- data/lib/linked_in/company.rb +0 -11
- data/lib/linked_in/connections.rb +0 -16
- data/lib/linked_in/country.rb +0 -9
- data/lib/linked_in/current_share.rb +0 -56
- data/lib/linked_in/education.rb +0 -41
- data/lib/linked_in/error.rb +0 -21
- data/lib/linked_in/group.rb +0 -32
- data/lib/linked_in/languages.rb +0 -28
- data/lib/linked_in/likes.rb +0 -23
- data/lib/linked_in/location.rb +0 -13
- data/lib/linked_in/message.rb +0 -20
- data/lib/linked_in/network.rb +0 -12
- data/lib/linked_in/patents.rb +0 -42
- data/lib/linked_in/people.rb +0 -18
- data/lib/linked_in/person.rb +0 -7
- data/lib/linked_in/phone_number.rb +0 -29
- data/lib/linked_in/position.rb +0 -46
- data/lib/linked_in/profile.rb +0 -85
- data/lib/linked_in/publications.rb +0 -40
- data/lib/linked_in/recipient.rb +0 -7
- data/lib/linked_in/recipients.rb +0 -18
- data/lib/linked_in/recommendations.rb +0 -30
- data/lib/linked_in/short_profile.rb +0 -13
- data/lib/linked_in/skill.rb +0 -33
- data/lib/linked_in/to_xml_helpers.rb +0 -53
- data/lib/linked_in/update.rb +0 -23
- data/lib/linked_in/url_resource.rb +0 -26
- data/spec/fixtures/connections.xml +0 -3733
- data/spec/fixtures/error.xml +0 -7
- data/spec/fixtures/likes.xml +0 -18
- data/spec/fixtures/mailbox_items.xml +0 -16
- data/spec/fixtures/network_status_with_group.xml +0 -44
- data/spec/fixtures/network_statuses.xml +0 -317
- data/spec/fixtures/picture_updates.xml +0 -117
- data/spec/fixtures/profile.xml +0 -9
- data/spec/fixtures/profile_full.xml +0 -3906
- data/spec/fixtures/profile_with_positions.xml +0 -79
- data/spec/fixtures/search.xml +0 -538
- data/spec/fixtures/shares.xml +0 -12
- data/spec/fixtures/status.xml +0 -2
- data/spec/spec_helper.rb +0 -49
data/spec/fixtures/error.xml
DELETED
data/spec/fixtures/likes.xml
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
<likes total="2">
|
2
|
-
<like>
|
3
|
-
<person>
|
4
|
-
<id>POfcN6JhcU</id>
|
5
|
-
<first-name>George</first-name>
|
6
|
-
<last-name>Washington</last-name>
|
7
|
-
<headline>President, United States of America</headline>
|
8
|
-
</person>
|
9
|
-
</like>
|
10
|
-
<like>
|
11
|
-
<person>
|
12
|
-
<id>ROfcN6JhcW</id>
|
13
|
-
<first-name>Napoleon</first-name>
|
14
|
-
<last-name>Bonaparte</last-name>
|
15
|
-
<headline>Emperor, France</headline>
|
16
|
-
</person>
|
17
|
-
</like>
|
18
|
-
</likes>
|
@@ -1,16 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<mailbox-item>
|
3
|
-
<recipients>
|
4
|
-
<recipient>
|
5
|
-
<person path="/people/~"/>
|
6
|
-
</recipient>
|
7
|
-
|
8
|
-
<recipient>
|
9
|
-
<person path="/people/abcdefg"/>
|
10
|
-
</recipient>
|
11
|
-
|
12
|
-
</recipients>
|
13
|
-
<subject>Congratulations on your new position.</subject>
|
14
|
-
<body>You're certainly the best person for the job!</body>
|
15
|
-
</mailbox-item>
|
16
|
-
|
@@ -1,44 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<network>
|
3
|
-
<network-stats total="2">
|
4
|
-
<property key="degree-1-count">146</property>
|
5
|
-
<property key="degree-2-count">16998</property>
|
6
|
-
</network-stats>
|
7
|
-
<updates total="1" start="0" count="1">
|
8
|
-
<update>
|
9
|
-
<timestamp>1265063139120</timestamp>
|
10
|
-
<update-type>JGRP</update-type>
|
11
|
-
<update-content>
|
12
|
-
<person>
|
13
|
-
<id>Ib6zlxq9IX</id>
|
14
|
-
<first-name>Scott</first-name>
|
15
|
-
<last-name>Simon (7000+)</last-name>
|
16
|
-
<headline>President of Access Points Inc</headline>
|
17
|
-
<picture-url>http://media.linkedin.com/mpr/mprx/0_XGm9LHEp5HVsv24Z6haLLEaxWWDZvoWZQ8sWLwSfnuJeEmY4eXYVwIJ3bFSb9DeNL3uHo2xmFwqC</picture-url>
|
18
|
-
<api-standard-profile-request>
|
19
|
-
<url>http://api.linkedin.com/v1/people/Ib6zlxq9IX:full</url>
|
20
|
-
<headers total="1">
|
21
|
-
<http-header>
|
22
|
-
<name>x-li-auth-token</name>
|
23
|
-
<value>name:Ect7</value>
|
24
|
-
</http-header>
|
25
|
-
</headers>
|
26
|
-
</api-standard-profile-request>
|
27
|
-
<site-standard-profile-request>
|
28
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=46471&authToken=Ect7&authType=name&trk=api*a101622*s101622*</url>
|
29
|
-
</site-standard-profile-request>
|
30
|
-
<member-groups total="1">
|
31
|
-
<member-group>
|
32
|
-
<id>1785828</id>
|
33
|
-
<name>IT Atlanta</name>
|
34
|
-
<site-group-request>
|
35
|
-
<url>http://www.linkedin.com/groups?gid=1785828</url>
|
36
|
-
</site-group-request>
|
37
|
-
</member-group>
|
38
|
-
</member-groups>
|
39
|
-
</person>
|
40
|
-
</update-content>
|
41
|
-
<is-commentable>false</is-commentable>
|
42
|
-
</update>
|
43
|
-
</updates>
|
44
|
-
</network>
|
@@ -1,317 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<network>
|
3
|
-
<network-stats total="2">
|
4
|
-
<property key="degree-1-count">146</property>
|
5
|
-
<property key="degree-2-count">16998</property>
|
6
|
-
</network-stats>
|
7
|
-
<updates total="122" start="0" count="10">
|
8
|
-
<update>
|
9
|
-
<timestamp>1259179809524</timestamp>
|
10
|
-
<update-key>STAT-19408512-118-*1</update-key>
|
11
|
-
<update-type>STAT</update-type>
|
12
|
-
<update-content>
|
13
|
-
<person>
|
14
|
-
<id>19408512</id>
|
15
|
-
<first-name>Vahid</first-name>
|
16
|
-
<last-name>Behzadi (vahid@cybercoders.com)</last-name>
|
17
|
-
<headline>Executive Recruiter at CyberCoders - Recruiting Manager</headline>
|
18
|
-
<connections total="1">
|
19
|
-
<person>
|
20
|
-
<id>28072758</id>
|
21
|
-
<first-name>Linda</first-name>
|
22
|
-
<last-name>Varone</last-name>
|
23
|
-
<headline>Best of Boston 2007 Feng Shui, Interior Design, Professional Speaker, Owner of Nurturing Spaces</headline>
|
24
|
-
<api-standard-profile-request>
|
25
|
-
<url>http://api.linkedin.com/v1/people/28072758:full</url>
|
26
|
-
<headers total="1">
|
27
|
-
<http-header>
|
28
|
-
<name>x-li-auth-token</name>
|
29
|
-
<value>name:R5H-</value>
|
30
|
-
</http-header>
|
31
|
-
</headers>
|
32
|
-
</api-standard-profile-request>
|
33
|
-
<site-standard-profile-request>
|
34
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=28072758&authToken=R5H-&authType=name&trk=api_1025_LUCIAN</url>
|
35
|
-
</site-standard-profile-request>
|
36
|
-
</person>
|
37
|
-
</connections>
|
38
|
-
<current-status>said: Etsy Dallas Jingle Bash – Shop local for the Holidays http://ping.fm/0P80n(I+live+in+Dallas)</current-status>
|
39
|
-
<api-standard-profile-request>
|
40
|
-
<url>http://api.linkedin.com/v1/people/Hz_9mRaUxh:full</url>
|
41
|
-
<headers total="1">
|
42
|
-
<http-header>
|
43
|
-
<name>x-li-auth-token</name>
|
44
|
-
<value>name:EPo9</value>
|
45
|
-
</http-header>
|
46
|
-
</headers>
|
47
|
-
</api-standard-profile-request>
|
48
|
-
<site-standard-profile-request>
|
49
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=19408512&authToken=EPo9&authType=name</url>
|
50
|
-
</site-standard-profile-request>
|
51
|
-
</person>
|
52
|
-
</update-content>
|
53
|
-
<is-commentable>true</is-commentable>
|
54
|
-
<likes total="2">
|
55
|
-
<like>
|
56
|
-
<person>
|
57
|
-
<id>POfcN6JhcU</id>
|
58
|
-
<first-name>George</first-name>
|
59
|
-
<last-name>Washington</last-name>
|
60
|
-
<headline>President, United States of America</headline>
|
61
|
-
</person>
|
62
|
-
</like>
|
63
|
-
<like>
|
64
|
-
<person>
|
65
|
-
<id>ROfcN6JhcW</id>
|
66
|
-
<first-name>Napoleon</first-name>
|
67
|
-
<last-name>Bonaparte</last-name>
|
68
|
-
<headline>Emperor, France</headline>
|
69
|
-
</person>
|
70
|
-
</like>
|
71
|
-
</likes>
|
72
|
-
</update>
|
73
|
-
<update>
|
74
|
-
<timestamp>1259134444850</timestamp>
|
75
|
-
<update-key>STAT-10801267-18-*1</update-key>
|
76
|
-
<update-type>STAT</update-type>
|
77
|
-
<update-content>
|
78
|
-
<person>
|
79
|
-
<id>10801267</id>
|
80
|
-
<first-name>Michael</first-name>
|
81
|
-
<last-name>Bleigh</last-name>
|
82
|
-
<headline>Creative Director for Intridea</headline>
|
83
|
-
<current-status>Hate it when I get the ideas for four or five lengthy blog posts but don't have time to write any of them.</current-status>
|
84
|
-
<api-standard-profile-request>
|
85
|
-
<url>http://api.linkedin.com/v1/people/zIVkLLOYia:full</url>
|
86
|
-
<headers total="1">
|
87
|
-
<http-header>
|
88
|
-
<name>x-li-auth-token</name>
|
89
|
-
<value>name:BcLL</value>
|
90
|
-
</http-header>
|
91
|
-
</headers>
|
92
|
-
</api-standard-profile-request>
|
93
|
-
<site-standard-profile-request>
|
94
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=10801267&authToken=BcLL&authType=name</url>
|
95
|
-
</site-standard-profile-request>
|
96
|
-
</person>
|
97
|
-
</update-content>
|
98
|
-
<is-commentable>true</is-commentable>
|
99
|
-
</update>
|
100
|
-
<update>
|
101
|
-
<timestamp>1259118559812</timestamp>
|
102
|
-
<update-key>STAT-10801267-17-*1</update-key>
|
103
|
-
<update-type>STAT</update-type>
|
104
|
-
<update-content>
|
105
|
-
<person>
|
106
|
-
<id>10801267</id>
|
107
|
-
<first-name>Michael</first-name>
|
108
|
-
<last-name>Bleigh</last-name>
|
109
|
-
<headline>Creative Director for Intridea</headline>
|
110
|
-
<current-status>If you aren't exposing it to change in your app's UI, why do you need it in the database at all? Ex. currencies, roles, countries...</current-status>
|
111
|
-
<api-standard-profile-request>
|
112
|
-
<url>http://api.linkedin.com/v1/people/zIVkLLOYia:full</url>
|
113
|
-
<headers total="1">
|
114
|
-
<http-header>
|
115
|
-
<name>x-li-auth-token</name>
|
116
|
-
<value>name:BcLL</value>
|
117
|
-
</http-header>
|
118
|
-
</headers>
|
119
|
-
</api-standard-profile-request>
|
120
|
-
<site-standard-profile-request>
|
121
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=10801267&authToken=BcLL&authType=name</url>
|
122
|
-
</site-standard-profile-request>
|
123
|
-
</person>
|
124
|
-
</update-content>
|
125
|
-
<is-commentable>true</is-commentable>
|
126
|
-
</update>
|
127
|
-
<update>
|
128
|
-
<timestamp>1259104574686</timestamp>
|
129
|
-
<update-key>STAT-19408512-116-*1</update-key>
|
130
|
-
<update-type>STAT</update-type>
|
131
|
-
<update-content>
|
132
|
-
<person>
|
133
|
-
<id>19408512</id>
|
134
|
-
<first-name>Vahid</first-name>
|
135
|
-
<last-name>Behzadi (vahid@cybercoders.com)</last-name>
|
136
|
-
<headline>Executive Recruiter at CyberCoders - Recruiting Manager</headline>
|
137
|
-
<current-status>said: Nokia – The story of an Awesomely Innovative Company getting Out-innovated http://ping.fm/yTGmL</current-status>
|
138
|
-
<api-standard-profile-request>
|
139
|
-
<url>http://api.linkedin.com/v1/people/Hz_9mRaUxh:full</url>
|
140
|
-
<headers total="1">
|
141
|
-
<http-header>
|
142
|
-
<name>x-li-auth-token</name>
|
143
|
-
<value>name:EPo9</value>
|
144
|
-
</http-header>
|
145
|
-
</headers>
|
146
|
-
</api-standard-profile-request>
|
147
|
-
<site-standard-profile-request>
|
148
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=19408512&authToken=EPo9&authType=name</url>
|
149
|
-
</site-standard-profile-request>
|
150
|
-
</person>
|
151
|
-
</update-content>
|
152
|
-
<is-commentable>true</is-commentable>
|
153
|
-
</update>
|
154
|
-
<update>
|
155
|
-
<timestamp>1259094708174</timestamp>
|
156
|
-
<update-key>STAT-16571819-52-*1</update-key>
|
157
|
-
<update-type>STAT</update-type>
|
158
|
-
<update-content>
|
159
|
-
<person>
|
160
|
-
<id>16571819</id>
|
161
|
-
<first-name>Brian</first-name>
|
162
|
-
<last-name>Blankenship</last-name>
|
163
|
-
<headline>Interactive Creative Director at Balcom Agency</headline>
|
164
|
-
<current-status>Thanks @consuro for keeping @balcomagency humming today!</current-status>
|
165
|
-
<api-standard-profile-request>
|
166
|
-
<url>http://api.linkedin.com/v1/people/-5o6E7ti32:full</url>
|
167
|
-
<headers total="1">
|
168
|
-
<http-header>
|
169
|
-
<name>x-li-auth-token</name>
|
170
|
-
<value>name:NZ8c</value>
|
171
|
-
</http-header>
|
172
|
-
</headers>
|
173
|
-
</api-standard-profile-request>
|
174
|
-
<site-standard-profile-request>
|
175
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=16571819&authToken=NZ8c&authType=name</url>
|
176
|
-
</site-standard-profile-request>
|
177
|
-
</person>
|
178
|
-
</update-content>
|
179
|
-
<is-commentable>true</is-commentable>
|
180
|
-
</update>
|
181
|
-
<update>
|
182
|
-
<timestamp>1259094344698</timestamp>
|
183
|
-
<update-key>STAT-16571819-50-*1</update-key>
|
184
|
-
<update-type>STAT</update-type>
|
185
|
-
<update-content>
|
186
|
-
<person>
|
187
|
-
<id>16571819</id>
|
188
|
-
<first-name>Brian</first-name>
|
189
|
-
<last-name>Blankenship</last-name>
|
190
|
-
<headline>Interactive Creative Director at Balcom Agency</headline>
|
191
|
-
<current-status>Balcomites @balcomagency @chiphanna @sanichols etc buzz me via dm on Twit. Can't access anything else. Net still down?</current-status>
|
192
|
-
<api-standard-profile-request>
|
193
|
-
<url>http://api.linkedin.com/v1/people/-5o6E7ti32:full</url>
|
194
|
-
<headers total="1">
|
195
|
-
<http-header>
|
196
|
-
<name>x-li-auth-token</name>
|
197
|
-
<value>name:NZ8c</value>
|
198
|
-
</http-header>
|
199
|
-
</headers>
|
200
|
-
</api-standard-profile-request>
|
201
|
-
<site-standard-profile-request>
|
202
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=16571819&authToken=NZ8c&authType=name</url>
|
203
|
-
</site-standard-profile-request>
|
204
|
-
</person>
|
205
|
-
</update-content>
|
206
|
-
<is-commentable>true</is-commentable>
|
207
|
-
</update>
|
208
|
-
<update>
|
209
|
-
<timestamp>1259083650707</timestamp>
|
210
|
-
<update-key>STAT-3429308-40-*1</update-key>
|
211
|
-
<update-type>STAT</update-type>
|
212
|
-
<update-content>
|
213
|
-
<person>
|
214
|
-
<id>3429308</id>
|
215
|
-
<first-name>Daniel</first-name>
|
216
|
-
<last-name>Lathrop</last-name>
|
217
|
-
<headline>Digital Strategist at InvestigateWest</headline>
|
218
|
-
<current-status>My niece texted so much she broke her phone's keyboard. Now she has to text 'the old fashioned way.</current-status>
|
219
|
-
<api-standard-profile-request>
|
220
|
-
<url>http://api.linkedin.com/v1/people/1bJ9lghNE-:full</url>
|
221
|
-
<headers total="1">
|
222
|
-
<http-header>
|
223
|
-
<name>x-li-auth-token</name>
|
224
|
-
<value>name:FBW_</value>
|
225
|
-
</http-header>
|
226
|
-
</headers>
|
227
|
-
</api-standard-profile-request>
|
228
|
-
<site-standard-profile-request>
|
229
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=3429308&authToken=FBW_&authType=name</url>
|
230
|
-
</site-standard-profile-request>
|
231
|
-
</person>
|
232
|
-
</update-content>
|
233
|
-
<is-commentable>true</is-commentable>
|
234
|
-
</update>
|
235
|
-
<update>
|
236
|
-
<timestamp>1259080455770</timestamp>
|
237
|
-
<update-key>STAT-19408512-114-*1</update-key>
|
238
|
-
<update-type>STAT</update-type>
|
239
|
-
<update-content>
|
240
|
-
<person>
|
241
|
-
<id>19408512</id>
|
242
|
-
<first-name>Vahid</first-name>
|
243
|
-
<last-name>Behzadi (vahid@cybercoders.com)</last-name>
|
244
|
-
<headline>Executive Recruiter at CyberCoders - Recruiting Manager</headline>
|
245
|
-
<current-status>said: Eliot Spitzer, Now More Than Ever http://ping.fm/vUB3V</current-status>
|
246
|
-
<api-standard-profile-request>
|
247
|
-
<url>http://api.linkedin.com/v1/people/Hz_9mRaUxh:full</url>
|
248
|
-
<headers total="1">
|
249
|
-
<http-header>
|
250
|
-
<name>x-li-auth-token</name>
|
251
|
-
<value>name:EPo9</value>
|
252
|
-
</http-header>
|
253
|
-
</headers>
|
254
|
-
</api-standard-profile-request>
|
255
|
-
<site-standard-profile-request>
|
256
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=19408512&authToken=EPo9&authType=name</url>
|
257
|
-
</site-standard-profile-request>
|
258
|
-
</person>
|
259
|
-
</update-content>
|
260
|
-
<is-commentable>true</is-commentable>
|
261
|
-
</update>
|
262
|
-
<update>
|
263
|
-
<timestamp>1259042672786</timestamp>
|
264
|
-
<update-key>STAT-10801267-16-*1</update-key>
|
265
|
-
<update-type>STAT</update-type>
|
266
|
-
<update-content>
|
267
|
-
<person>
|
268
|
-
<id>10801267</id>
|
269
|
-
<first-name>Michael</first-name>
|
270
|
-
<last-name>Bleigh</last-name>
|
271
|
-
<headline>Creative Director for Intridea</headline>
|
272
|
-
<current-status>Anyone have an available couch.io or mongohq invite or code?</current-status>
|
273
|
-
<api-standard-profile-request>
|
274
|
-
<url>http://api.linkedin.com/v1/people/zIVkLLOYia:full</url>
|
275
|
-
<headers total="1">
|
276
|
-
<http-header>
|
277
|
-
<name>x-li-auth-token</name>
|
278
|
-
<value>name:BcLL</value>
|
279
|
-
</http-header>
|
280
|
-
</headers>
|
281
|
-
</api-standard-profile-request>
|
282
|
-
<site-standard-profile-request>
|
283
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=10801267&authToken=BcLL&authType=name</url>
|
284
|
-
</site-standard-profile-request>
|
285
|
-
</person>
|
286
|
-
</update-content>
|
287
|
-
<is-commentable>true</is-commentable>
|
288
|
-
</update>
|
289
|
-
<update>
|
290
|
-
<timestamp>1259019816599</timestamp>
|
291
|
-
<update-key>STAT-16571819-49-*1</update-key>
|
292
|
-
<update-type>STAT</update-type>
|
293
|
-
<update-content>
|
294
|
-
<person>
|
295
|
-
<id>16571819</id>
|
296
|
-
<first-name>Brian</first-name>
|
297
|
-
<last-name>Blankenship</last-name>
|
298
|
-
<headline>Interactive Creative Director at Balcom Agency</headline>
|
299
|
-
<current-status>RT @ULTRACEPT Many businesses unprepared for flu-related absences | Top Stories | Star-Telegram.com: http://bit.ly/6CqJ6T via @addthis</current-status>
|
300
|
-
<api-standard-profile-request>
|
301
|
-
<url>http://api.linkedin.com/v1/people/-5o6E7ti32:full</url>
|
302
|
-
<headers total="1">
|
303
|
-
<http-header>
|
304
|
-
<name>x-li-auth-token</name>
|
305
|
-
<value>name:NZ8c</value>
|
306
|
-
</http-header>
|
307
|
-
</headers>
|
308
|
-
</api-standard-profile-request>
|
309
|
-
<site-standard-profile-request>
|
310
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=16571819&authToken=NZ8c&authType=name</url>
|
311
|
-
</site-standard-profile-request>
|
312
|
-
</person>
|
313
|
-
</update-content>
|
314
|
-
<is-commentable>true</is-commentable>
|
315
|
-
</update>
|
316
|
-
</updates>
|
317
|
-
</network>
|
@@ -1,117 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<network>
|
3
|
-
<network-stats total="2">
|
4
|
-
<property key="degree-1-count">146</property>
|
5
|
-
<property key="degree-2-count">17000</property>
|
6
|
-
</network-stats>
|
7
|
-
<updates total="4">
|
8
|
-
<update>
|
9
|
-
<timestamp>1258714582136</timestamp>
|
10
|
-
<update-key>PICU-6043885-ffe88342*3bee0*3453f*38ffb*3460fde2eb011-*1</update-key>
|
11
|
-
<update-type>PICU</update-type>
|
12
|
-
<update-content>
|
13
|
-
<person>
|
14
|
-
<id>6043885</id>
|
15
|
-
<first-name>Darrin</first-name>
|
16
|
-
<last-name>Tvrdy, PMP</last-name>
|
17
|
-
<headline>Project Manager / Business Systems Analyst IV at Hewlett-Packard</headline>
|
18
|
-
<picture-url>http://media.linkedin.com/mpr/mpr/shrink_80_80/p/1/000/03d/0d8/2c32744.jpg</picture-url>
|
19
|
-
<api-standard-profile-request>
|
20
|
-
<url>http://api.linkedin.com/v1/people/xNOObJb-yZ:full</url>
|
21
|
-
<headers total="1">
|
22
|
-
<http-header>
|
23
|
-
<name>x-li-auth-token</name>
|
24
|
-
<value>name:5DNj</value>
|
25
|
-
</http-header>
|
26
|
-
</headers>
|
27
|
-
</api-standard-profile-request>
|
28
|
-
<site-standard-profile-request>
|
29
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=6043885&authToken=5DNj&authType=name</url>
|
30
|
-
</site-standard-profile-request>
|
31
|
-
</person>
|
32
|
-
</update-content>
|
33
|
-
<is-commentable>true</is-commentable>
|
34
|
-
</update>
|
35
|
-
<update>
|
36
|
-
<timestamp>1258476132751</timestamp>
|
37
|
-
<update-key>PICU-6043885-070638e9*36873*34b5f*3ae0e*38317a0b7f845-*1</update-key>
|
38
|
-
<update-type>PICU</update-type>
|
39
|
-
<update-content>
|
40
|
-
<person>
|
41
|
-
<id>6043885</id>
|
42
|
-
<first-name>Darrin</first-name>
|
43
|
-
<last-name>Tvrdy, PMP</last-name>
|
44
|
-
<headline>Project Manager / Business Systems Analyst IV at Hewlett-Packard</headline>
|
45
|
-
<picture-url>http://media.linkedin.com/mpr/mpr/shrink_80_80/p/1/000/03c/2b2/32dd2ae.jpg</picture-url>
|
46
|
-
<api-standard-profile-request>
|
47
|
-
<url>http://api.linkedin.com/v1/people/xNOObJb-yZ:full</url>
|
48
|
-
<headers total="1">
|
49
|
-
<http-header>
|
50
|
-
<name>x-li-auth-token</name>
|
51
|
-
<value>name:5DNj</value>
|
52
|
-
</http-header>
|
53
|
-
</headers>
|
54
|
-
</api-standard-profile-request>
|
55
|
-
<site-standard-profile-request>
|
56
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=6043885&authToken=5DNj&authType=name</url>
|
57
|
-
</site-standard-profile-request>
|
58
|
-
</person>
|
59
|
-
</update-content>
|
60
|
-
<is-commentable>true</is-commentable>
|
61
|
-
</update>
|
62
|
-
<update>
|
63
|
-
<timestamp>1257874533025</timestamp>
|
64
|
-
<update-key>PICU-58354393-3ce71c91*32ae4*349e4*39292*3fe67cf5f53e3-*1</update-key>
|
65
|
-
<update-type>PICU</update-type>
|
66
|
-
<update-content>
|
67
|
-
<person>
|
68
|
-
<id>58354393</id>
|
69
|
-
<first-name>Paula</first-name>
|
70
|
-
<last-name>Netherland</last-name>
|
71
|
-
<headline>Owner, TreeFrog Studios</headline>
|
72
|
-
<picture-url>http://media.linkedin.com/mpr/mpr/shrink_80_80/p/3/000/03b/1fd/191b80c.jpg</picture-url>
|
73
|
-
<api-standard-profile-request>
|
74
|
-
<url>http://api.linkedin.com/v1/people/Wg56CgmrNZ:full</url>
|
75
|
-
<headers total="1">
|
76
|
-
<http-header>
|
77
|
-
<name>x-li-auth-token</name>
|
78
|
-
<value>name:ykZL</value>
|
79
|
-
</http-header>
|
80
|
-
</headers>
|
81
|
-
</api-standard-profile-request>
|
82
|
-
<site-standard-profile-request>
|
83
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=58354393&authToken=ykZL&authType=name</url>
|
84
|
-
</site-standard-profile-request>
|
85
|
-
</person>
|
86
|
-
</update-content>
|
87
|
-
<is-commentable>true</is-commentable>
|
88
|
-
</update>
|
89
|
-
<update>
|
90
|
-
<timestamp>1257862249721</timestamp>
|
91
|
-
<update-key>PICU-10801267-44155327*3e1a1*340bf*38507*313d4f654b91f-*1</update-key>
|
92
|
-
<update-type>PICU</update-type>
|
93
|
-
<update-content>
|
94
|
-
<person>
|
95
|
-
<id>10801267</id>
|
96
|
-
<first-name>Michael</first-name>
|
97
|
-
<last-name>Bleigh</last-name>
|
98
|
-
<headline>Creative Director for Intridea</headline>
|
99
|
-
<picture-url>http://media.linkedin.com/mpr/mpr/shrink_80_80/p/2/000/03b/1d6/1ae8bb6.jpg</picture-url>
|
100
|
-
<api-standard-profile-request>
|
101
|
-
<url>http://api.linkedin.com/v1/people/zIVkLLOYia:full</url>
|
102
|
-
<headers total="1">
|
103
|
-
<http-header>
|
104
|
-
<name>x-li-auth-token</name>
|
105
|
-
<value>name:BcLL</value>
|
106
|
-
</http-header>
|
107
|
-
</headers>
|
108
|
-
</api-standard-profile-request>
|
109
|
-
<site-standard-profile-request>
|
110
|
-
<url>http://www.linkedin.com/profile?viewProfile=&key=10801267&authToken=BcLL&authType=name</url>
|
111
|
-
</site-standard-profile-request>
|
112
|
-
</person>
|
113
|
-
</update-content>
|
114
|
-
<is-commentable>true</is-commentable>
|
115
|
-
</update>
|
116
|
-
</updates>
|
117
|
-
</network>
|