我想获取发送给其他已连接linkedin 用户的消息。
我在此站点https://developer.linkedin.com/documents/sample-code-sending-message中找到了发送消息的代码示例
但是,我没有任何样本来获取消息。但是,当我尝试使用查询“/people/~/mailbox”获取消息时,我收到错误“远程服务器返回错误:(403) Forbidden。”
在详细的错误消息中,我收到“拒绝访问邮箱”。
这两个文档只列出了主要端点“POST /people/~/mailbox”,但没有提到 GET。
https://developer.linkedin.com/oauth-10a-overview https://developer.linkedin.com/documents/authentication#oauth2-redirect-uri
有没有办法获取消息?或者有什么解决方法吗?任何见解或帮助将不胜感激。
谢谢