对 LinkedIn 网页进行逆向工程的最佳方法?

发布于 2024-12-21 04:17:53 字数 208 浏览 5 评论 0原文

我正在构建一个应用程序,该应用程序集成了通过 LinkedIn 向 CRM 中的联系人发送电子邮件的功能,并且我想尝试对当您单击“发送消息”时 LinkedIn 电子邮件页面上发生的情况进行逆向工程。

我正在使用 Fiddler,但当我单击此页面上的“发送消息”时,我所看到的只是一些类似于 GUID 的大量数字在网上发送。有人对我如何对“发送消息”按钮的情况进行逆向工程有任何建议吗?

I am building an app that integrates sending e-mail over LinkedIn to your contacts in our CRM and I would like to try and reverse engineer what happens on the LinkedIn e-mail page when you click "Send Message".

I am using Fiddler, but all I see is some massive GUID-like number being sent on the wire when I click "Send Message" on this page. Does anyone have any suggestions about how I could reverse engineer what is going on with the "Send Message" button?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡绿茶香 2024-12-28 04:17:53

LinkedIn 实际上并不发送包含该消息的电子邮件,而是在系统内发送 LinkedIn 消息。我们的 API 支持这一点,我们鼓励您为此目的使用这些 API。

消息发送 API 记录如下:
https://developer.linkedin.com/documents/messaging- Between-connections-api

这里有使用 Javascript API 的示例代码:
https://developer.linkedin.com/documents/sample-code-sending-message

LinkedIn doesn't actually send email with that message, it sends LinkedIn messages within the system. This is supported by our APIs and you're encouraged to use those APIs for this purpose.

The message sending API is documented here:
https://developer.linkedin.com/documents/messaging-between-connections-api

There's sample code for using the Javascript API here:
https://developer.linkedin.com/documents/sample-code-sending-message

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文