Retrieve 1st Degree LinkedIn Connections
getMyConnections
returns information about your 1st degree connections who do not have their profile set to private.
You cannot "browse connections." That is, you cannot get connections of your connections (2nd degree connections).
getMyConnections(token, partner = 0)
token
: Authorization token.partner
: Indicate whether you belong to the Partnership Program. Values: 0 or 1Returns a dataframe of your 1st degree LinkedIn connections.
## Not run: my.connections <- getMyConnections(in.auth) ## End(Not run)
Michael Piccirilli michael.r.piccirilli@gmail.com
getProfile
, searchPeople