Authorizing LinkedIn API Permissions

It is important to understand which kind of permission you need for your application. According to LinkedIn's permissions page, there are two kinds:
  • Member Authorization: Your application works with member account data to make requests on their behalf.
  • Application Authorization: Your application accesses LinkedIn APIs that are not member specific.

Comments