"LinkedIn" (Service Connection)
Connect your LinkedIn account to the Wolfram Language to retrieve your LinkedIn profile data. Also post messages directly from the Wolfram Language.
Connecting & Authenticating
ServiceConnect["LinkedIn"] creates a connection to the LinkedIn API. If a previously saved connection can be found, it will be used; otherwise, a new authentication request will be launched.
Requests
ServiceExecute["LinkedIn","request",params] sends a request to the LinkedIn API, using parameters params. The following give possible requests.
User Data
"UserData" — data about the specified user's account
Posting
"Message" | (required) | message to share | |
"Visibility" | "Anyone" | who can see the message |
Parameter Details
"URL" | (required) | URL of the content being shared | |
"Comment" | None | comment associated with the content being shared up to 700 characters | |
"Title" | None | title up to 200 characters | |
"ThumbnailURL" | None | URL for the content's thumbnail |
"Anyone" | shared with anyone with a LinkedIn account | |
"ConnectionsOnly" | shared with your connections |