OAuth スコープとエンドポイント
LinkedIn に必要なスコープおよびエンドポイントドメイン
LinkedIn と連携する場合、アプリケーションはAPI とやりとりするために特定の権限が必要です。これらの権限はアクセススコープによって定義され、アプリケーションがアクセス可能なデータと実行可能なアクションを決定します。
このトピックでは、LinkedIn プロバイダーに必要なアクセススコープとエンドポイントドメインについての情報を提供します。
スコープについて
スコープは、ユーザーのデータへのアプリケーションによるアクセスを制限するための手段です。これは、アプリケーションがユーザーに代わって実行できる特定のアクションを定義します。
例えば、読み取り専用スコープではアプリケーションにデータの閲覧を許可し、フルアクセススコープではデータの変更を許可することができます。
LinkedIn に必要なスコープ
To see what scopes are granted by each API product, refer to LinkedIn's documentation.
| Entity | Statement Types | Minimal Required Scopes |
| Comments | SELECT | r_organization_social |
| Comments | INSERT UPDATE DELETE | w_organization_social |
| CompanyStatusUpdates | SELECT | r_organization_social |
| CompanyStatusUpdates | INSERT UPDATE DELETE | w_organization_social |
| Events | SELECT | r_events
NOTE: CData's embedded OAuth application does not support this scope. You must create a custom OAuth application and request access for Events Management API from the list of products (see カスタムOAuth アプリケーションの作成). |
| Events | UPDATE | rw_events
NOTE: CData's embedded OAuth application does not support this scope. You must create a custom OAuth application and request access for Events Management API from the list of products (see カスタムOAuth アプリケーションの作成). |
| CreateEvent | EXECUTE | rw_events |
| CompanyDetails | SELECT | r_organization_admin |
| CompanyFollowerStatistics | SELECT | r_organization_admin |
| CompanyList | SELECT | r_organization_admin |
| CompanyPageStatistics | SELECT | r_organization_admin |
| CompanyUpdateStatistics | SELECT | r_organization_admin |
| Documents | SELECT | r_organization_social |
| GeoLocation | SELECT | - |
| Images | SELECT | r_organization_social |
| Industries | SELECT | - |
| OrganizationAuthorizationActions | SELECT | rw_organization_admin |
| OrganizationFollowerCount | SELECT | - |
| OrganizationLocations | SELECT | r_organization_admin |
| Organizations | SELECT | r_organization_admin |
| Profiles | SELECT | r_basicprofile |
| Videos | SELECT | r_organization_social |
| VideoTimeWatchedForVideoViewsStatistics | SELECT | r_organization_social |
| VideoTimeWatchedStatistics | SELECT | r_organization_social |
| VideoViewerStatistics | SELECT | r_organization_social |
| VideoViewStatistics | SELECT | r_organization_social |
| DownloadAsset | EXECUTE | r_organization_social |
| UploadDocument | EXECUTE | w_organization_social |
| UploadImage | EXECUTE | w_organization_social |
| UploadVideo | EXECUTE | w_organization_social |
| UploadVideoCaptions | EXECUTE | - |
| UploadVideoThumbnail | EXECUTE | - |
エンドポイントドメインについて
エンドポイントドメインとは、アプリケーションが認証、レコードの取得、その他の重要な操作を実行するために通信する必要がある特定のURL を指します。
これらのドメインを許可することで、アプリケーションとAPI 間のネットワークトラフィックがファイアウォールやセキュリティ設定によってブロックされることがなくなります。
Note: ほとんどのユーザーは特別な設定をする必要はありません。許可リストは通常、送信ネットワークトラフィックの制限など、厳格なセキュリティ対策が施された環境でのみ必要となります。
LinkedIn に必要なエンドポイントドメイン
| Domain | Always Required | Description |
| linkedin.com | True | The main domain used for accessing the main LinkedIn API-s that the 本製品 uses. |
| licdn.com | False | The domain used for downloading LinkedIn assets through its CDN such as Images or Videos (see DownloadAsset as well). |