Linkedin API v2 权限映射有问题吗?

Problem with Linkedin API v2 permission mapping?

问题映射权限 <-> 端点?

随着 LinkedinAPI v2 的到来,用户应该如何迁移或使用 V2 存在许多问题和担忧。

一段时间后,Linkedin 更新了他们的 V2 文档,但仍然缺少一些重要信息。

那么我们如何知道权限中的端点是什么?

首先,在撰写本文时,权限 nw_nus 已被弃用,取而代之的是 4 个新权限:

  1. r_member_social
  2. w_member_social
  3. w_organization_social
  4. r_organization_social

对于每个端点,它都是不言自明的。但如果您需要详细信息 - 将其复制到您的搜索引擎中,例如“Linkedin FINDER owners /shares”,它将带您到 Linkedin 文档。

请在下面找到按权限分组的端点。 如有任何问题,请随时创建支持票:) https://linkedin.zendesk.com/hc/en-us

r_member_social:检索您的帖子、评论、点赞和其他参与数据:

FINDER owners /shares
BATCH_GET /shares
GET /shares/{shareId}
BATCH_GET /socialActions
GET /socialActions/{target}
BATCH_GET /socialActions/{target}/comments
GET_ALL /socialActions/{target}/comments
GET /socialActions/{target}/comments/{commentId}
BATCH_GET /socialActions/{target}/likes
GET_ALL /socialActions/{target}/likes
BATCH_GET /activities
BATCH_GET /ugcPosts
FINDER authors /ugcPosts
FINDER permalinkSuffixes /ugcPosts
GET /ugcPosts/{id}
GET /assets/{assetId}
FINDER playableStreams /assets/{assetId}/mediaArtifactPublicUrls

w_member_social:Post,代表您评论和点赞帖子:

CREATE /shares
DELETE /shares/{shareId}
PARTIAL_UPDATE /shares/{shareId}
CREATE /socialActions/{target}/comments
DELETE /socialActions/{target}/comments/{commentId}
CREATE /socialActions/{target}/likes
DELETE /socialActions/{target}/likes/{liker}
CREATE /ugcPosts
DELETE /ugcPosts/{id}
ACTION registerUpload /assets
ACTION completeMultipartUpload /assets
GET /assets/{assetId}
FINDER playableStreams /assets/{assetId}/mediaArtifactPublicUrls

r_organization_social:检索您组织的帖子,包括任何评论、点赞和其他参与数据:

FINDER owners /shares
FINDER owners /shares
BATCH_GET /shares
GET /shares/{shareId}
BATCH_GET /socialActions
GET /socialActions/{target}
BATCH_GET /socialActions/{target}/comments
GET_ALL /socialActions/{target}/comments
GET /socialActions/{target}/comments/{commentId}
BATCH_GET /socialActions/{target}/likes
GET_ALL /socialActions/{target}/likes
BATCH_GET /activities
BATCH_GET /ugcPosts
FINDER permalinkSuffixes /ugcPosts
GET /ugcPosts/{id}
GET /assets/{assetId}
FINDER playableStreams /assets/{assetId}/mediaArtifactPublicUrls
BATCH_GET /sharesV2

w_organization_social:Post,代表您的组织评论和点赞帖子:

CREATE /shares
DELETE /shares/{shareId}
PARTIAL_UPDATE /shares/{shareId}
CREATE /socialActions/{target}/comments
DELETE /socialActions/{target}/comments/{commentId}
CREATE /socialActions/{target}/likes
DELETE /socialActions/{target}/likes/{liker}
CREATE /ugcPosts
DELETE /ugcPosts/{id}
ACTION registerUpload /assets
ACTION completeMultipartUpload /assets
GET /assets/{assetId}
FINDER playableStreams /assets/{assetId}/mediaArtifactPublicUrls