Marketing Developer Platform-测试组织的使用

时间:2019-04-30 10:25:24

标签: linkedin linkedin-api

我已经向我的linkedin应用程序申请了Marketing Developer Platform产品。仍在审核中

我一直试图通过linkedin v2 API(https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations#test-organizations)发布共享以测试组织页面

  1. 具有新的经过OAuth v2认证的用户,而没有w_organization_social范围 但是由于访问被拒绝,我得到了回应。

    { “ serviceErrorCode”:100, “ message”:“在处理字段[/ owner]时,REQUEST_BODY中的字段值验证失败:数据处理异常”, “状态”:403 }

  2. 具有范围为rw_company_admin范围的旧的经过身份验证的用户 但是由于访问被拒绝,我得到了回应。

    {     “ serviceErrorCode”:100,     “ message”:“没有足够的权限访问:POST / shares”,     “状态”:403 }

我需要首先获得市场开发人员API Access的批准才能发布到测试组织中吗?

或者是否有另一种无需征得linkedin批准即可访问营销API的方法?

我已于4月26日提出申请,他们说批准可能需要90天左右的时间。有人获得批准的时间少于90天吗?

要将用户迁移到v2 API,我是否需要强制用户使用新范围的OAuth重新进行身份验证?

5月1日,linkedin将弃用其V1 API。那么,一旦获得批准,我是否需要让用户再次使用公司权限重新进行身份验证?

如何申请程序化刷新令牌API访问,市场开发人员平台是否包括它,还是我必须单独应用?如果是这样,请发布链接。

1 个答案:

答案 0 :(得分:1)

我需要首先获得市场开发人员API Access的批准才能发布到测试组织中吗?

Yes, Now I got my linkedin approved for "Marketing Developer Platform" Product under Products in my app dashboard. You can apply to the same by "Add Products"

或者是否有另一种无需征得linkedin批准即可访问营销API的方法?

For now, no other way to get around this. Comment below if you know.

我已于4月26日提出申请,他们说批准可能需要90天左右的时间。有人获得批准的时间少于90天吗?

They got me approved within 20 days which very decent review time.

要将用户迁移到v2 API,我是否需要强制用户使用新范围的OAuth重新进行身份验证?

5月1日,linkedin将弃用其V1 API。那么,一旦获得批准,我是否需要让用户再次获得公司权限的重新认证?

No, your old API tokens will be valid till their expiry time. After that, your users have to reauthenticate to use your app. Make sure that linkedin API version endpoints are active. 

如何申请程序化刷新令牌API访问,市场开发人员平台是否包括它,还是我必须单独应用?如果是这样,请发布链接。

No, for "programmatic refresh tokens API access" you have to apply separately.