Learn R Programming

Rlinkedin (version 0.2)

getMyConnections: Retrieve 1st Degree LinkedIn Connections

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

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.

See Also

getProfile, searchPeople

Examples

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

Run the code above in your browser using DataLab