getMyConnections {Rlinkedin} | R Documentation |
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.
Author(s)
Michael Piccirilli michael.r.piccirilli@gmail.com
See Also
Examples
## Not run:
my.connections <- getMyConnections(in.auth)
## End(Not run)
[Package Rlinkedin version 0.2 Index]