verbb / social-poster

A Craft CMS plugin for automatically posting entries to social media.
Other
89 stars 12 forks source link

Error for LinkedIn on posting #58

Open JoeriE opened 1 week ago

JoeriE commented 1 week ago

Describe the bug

I try to post an entry to LinkedIn but I keep getting this error since updating from 4.0.7 to 4.0.13

image

Is this related to the plugin or to LinkedIn?

Steps to reproduce

  1. Configure LinkedIn account
  2. Post an entry to LinkedIn

Craft CMS version

4.12.5

Plugin version

4.0.13

Multi-site?

Yes

Additional context

No response

engram-design commented 1 week ago

Looks like LinkedIn are sunsetting their versioned API's every year. We provide a restVersion of 202309 which is a required value for their API. As per their docs

LinkedIn makes continuous improvements to our products, and thus our APIs must change too. But we want our API partners to have trust in stable integrations with reliable change schedules so that they can plan and execute better over time.

That’s why we’ve created a stable supported window of one (1) year (minimum) for our Marketing APIs.

Looks like every September, we need to update our connectors to advance this every year - which is a bit insane!

Fixed for the next release. To get this early, run composer require verbb/social-poster:"dev-craft-4 as 4.0.13".