diff --git a/web/modules/custom/blog/src/EventSubscriber/PushBlogPostToSocialMedia.php b/web/modules/custom/blog/src/EventSubscriber/PushBlogPostToSocialMedia.php index a50ac13..9684347 100644 --- a/web/modules/custom/blog/src/EventSubscriber/PushBlogPostToSocialMedia.php +++ b/web/modules/custom/blog/src/EventSubscriber/PushBlogPostToSocialMedia.php @@ -59,7 +59,7 @@ final class PushBlogPostToSocialMedia implements EventSubscriberInterface { $this->client->post($url, [ 'form_params' => [ - 'message' => $entity->toTweet(), + 'value1' => $entity->toTweet(), ], ]);