To retrieve content from LinkedIn, you must create an application to represent the connector. LinkedIn will provide an application key and application secret. You will need these values to configure OAuth authentication.
The application must have the following permission scopes:
r_basicprofile
r_emailaddress
To create a LinkedIn application
Complete all of the required fields, and then click Add Application.
Make a note of the App Key and App Secret provided by LinkedIn.
When you create the application, ensure that the Redirect URL matches the location where you will run the OAuth configuration tool, for example http://localhost:7878/
, as specified by the RedirectURL
parameter in the OAuth tool configuration file oauth_tool.cfg
.
|