getMyConnections: Retrieve 1st Degree LinkedIn Connections

Description Usage Arguments Value Author(s) See Also Examples

Description

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).

Usage

1
getMyConnections(token, partner = 0)

Arguments

token

Authorization token.

partner

Indicate whether you belong to the Partnership Program. Values: 0 or 1

Value

Returns a dataframe of your 1st degree LinkedIn connections.

Author(s)

Michael Piccirilli michael.r.piccirilli@gmail.com

See Also

getProfile, searchPeople

Examples

1
2
3
4
5
## Not run: 

my.connections <- getMyConnections(in.auth)

## End(Not run)

Rlinkedin documentation built on May 2, 2019, 12:59 a.m.