如何获取具有 r_ads_gen_automation 权限的 OAuth 2.0 访问令牌以访问公司页面的 LinkedIn 潜在客户?
How do I acquire an OAuth 2.0 Access Token with the r_ads_gen_automation permission for accessing LinkedIn leads for a company page?
我的最终目标是注册我的 API 以接收 LinkedIn 为我公司的公司页面生成的潜在客户通知。文档 here say I need to register at https://api.linkedin.com/v2/leadNotificationUrls using the r_ads_ge_automation permission. I'm trying to acquire this type of access token by using a web browser to hit https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=client_id_for_my_application&redirect_uri=https://my.company.net/api/oauth/linkedin&state=Testing12345&scope=r_ads_leadgen_automation,然后作为相应公司页面的管理员用户登录,然后获取身份验证代码,最后请求访问令牌。
问题是,当我尝试点击 https://www.linkedin.com/oauth/v2/authorization(使用上面的查询参数)时,我收到一个错误响应,指出 "r_ads_leadgen is not authorized for your application"。我找不到任何应该为我的应用程序授予此权限的应用程序配置。
有人可以帮忙吗?谢谢
权限仅提供给 select 合作伙伴。您是否申请了合作伙伴计划 https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner?
我的最终目标是注册我的 API 以接收 LinkedIn 为我公司的公司页面生成的潜在客户通知。文档 here say I need to register at https://api.linkedin.com/v2/leadNotificationUrls using the r_ads_ge_automation permission. I'm trying to acquire this type of access token by using a web browser to hit https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=client_id_for_my_application&redirect_uri=https://my.company.net/api/oauth/linkedin&state=Testing12345&scope=r_ads_leadgen_automation,然后作为相应公司页面的管理员用户登录,然后获取身份验证代码,最后请求访问令牌。
问题是,当我尝试点击 https://www.linkedin.com/oauth/v2/authorization(使用上面的查询参数)时,我收到一个错误响应,指出 "r_ads_leadgen is not authorized for your application"。我找不到任何应该为我的应用程序授予此权限的应用程序配置。
有人可以帮忙吗?谢谢
权限仅提供给 select 合作伙伴。您是否申请了合作伙伴计划 https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner?