我想获取发送给其他已连接的linkedin用户的邮件。
我找到了一个代码示例,用于在此站点中发送消息 https://developer.linkedin.com/documents/sample-code-sending-message
但是,我没有任何样本来获取消息。 但是,当我尝试使用查询" / people /~ / mailbox"来获取邮件时,我收到了错误 "远程服务器返回错误:(403)禁止。"
详细错误消息,我得到了#34;访问邮箱被拒绝"。
这两个文档仅列出了主要端点" POST / people /~ / mailbox"但是没有提到GET。
https://developer.linkedin.com/oauth-10a-overview https://developer.linkedin.com/documents/authentication#oauth2-redirect-uri
有没有办法获取邮件?或者有任何解决方法吗? 任何见解或帮助都将受到高度赞赏。
由于
答案 0 :(得分:-1)
我认为不再通过他们的API支持Linkedin Inbox。根据{{3}},
API尚未公开发布,但已向多家公司提供 伙伴。最好的办法是联系LinkedIn的BD团队 访问。
我无法在其文档中看到对此类访问的任何具体提及。
此外,请查看this answer on quora