Closed
Description
Description
Current implementation of Linkedin Notifier uses a legacy API ugcPosts API. You can find the related code here https://github.com/symfony/linked-in-notifier/blob/6.1/LinkedInTransport.php#L76
Linkedin documentation recommends to migrate to the new API Posts API.
I would like to implement this new API but due to BC policy, could you give me the right way to do this? Add new Notifier component with a different name? Add triggers for deprecations?
Best regards
Example
No response