beeper / linkedin

LinkedIn Messaging <-> Matrix Bridge
Apache License 2.0
68 stars 14 forks source link

convert to new voyagerMessagingDash endpoints #73

Open sumnerevans opened 8 months ago

sumnerevans commented 8 months ago

It appears that LinkedIn has changed the endpoints it uses for sending messages.

For example, adding an emoji reaction now looks like:

POST https://www.linkedin.com/voyager/api/voyagerMessagingDashMessengerMessages?action=reactWithEmoji
{
  "messageUrn": "urn:li:msg_message:(urn:li:fsd_profile:ACoAADZsHU0BD7Cr7MwzvkzsAcCoeOii7kl0mPU,2-MTcwMjY2NTU4MjQ0MmI2NTc3OC0wMDMmNjVkZDBkYWUtMjQ5YS00Mzc3LThmMzMtMDUyNDMzMjhjNTJjXzAxMg==)",
  "emoji":"❤️"
}