This handler allows you to post a comment and content to the Company page that is associated with the given Company Email Domain. This handler uses the api/secret key and oauth user token/secret to authorize the users account so that information can be posted to their account. To get these values, you will need to create an application on LinkedIn under the account you wish to post information to, because these tokens are just valid for that specific account. Two calls will be made to LinkedIn when this handler runs - one to retrieve the company id and one to post the information to that company's page. Any errors that occur during the posting process will be caught and re-raised by this handler.
To fill in the necessary info values for this handler (api/secret key & oauth user token/secret) you will need to create an application on the LinkedIn developer page.
1. Go to the LinkedIn Developers page
2. Log in with the account you wish to post to LinkedIn with
3. Under the 'Support' tab, click on 'API Keys'
4. Click on 'Add New Application'
5. Fill in the necessary information
- Under 'OAuth User Agreement' choose r_basicprofile, rw_nus, and rw_company_admin
6. Agree to the terms and conditions and create the application
7. Navigate back to the List of Applications and select the application that you just created
8. The keys you will need are found under the 'OAuth Keys' header
Name | Description |
---|---|
Company Email Domain | The email domain that the LinkedIn company is associated with (needed to retrieve the company id). |
Comment | The users update comment that either stands alone or goes along with the accompanying content. |
Title | The title of the update's content. |
Description | The description of the update's content. |
Submitted Url | The url of the update's content. |
Submitted Image Url | The image url of the update's content. |
Visibility | The visibility of this updates content (choose from anyone or connections-only). |
Name | Description |
---|---|
Company Email Domain | testcompany.com |
Comment | This is a test status |
Title | Sample Website |
Description | This is what is important about the Site |
Submitted Url | http://www.sample.dev |
Submitted Image Url | http://www.sample.dev/image.jpg |
Visibility | anyone |
This handler does not return any results.
LinkedInCompanyShare_V1 (2013-08-13)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out