getMyConnections function

Retrieve 1st Degree LinkedIn Connections

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)

Arguments

  • token: Authorization token.
  • partner: Indicate whether you belong to the Partnership Program. Values: 0 or 1

Returns

Returns a dataframe of your 1st degree LinkedIn connections.

Examples

## Not run: my.connections <- getMyConnections(in.auth) ## End(Not run)

Author(s)

Michael Piccirilli michael.r.piccirilli@gmail.com

See Also

getProfile, searchPeople

  • Maintainer: Michael Piccirilli
  • License: GPL-2
  • Last published: 2016-10-30