- Issue created by @Mschudders
- 🇧🇪Belgium Mschudders
This incoperates the patch from: https://www.drupal.org/project/social_post_twitter/issues/3392216 🐛 Authentication works but profile isnt returned 404, Warning: Attempt to read property "id" on null in RTBC
So be sure to give credits to https://www.drupal.org/u/zarexogre →That issue was about making it work again, this is about yeah applying media/images.
- 🇧🇪Belgium Mschudders
example on how to post media:
$this->twitterPostManager->setClient($client)->doPost([
'status' => 'Le Label',
'media_paths' => [
$mediaPath, >> Should be a FILE URI.
],
]);If this gets applied (this merge request) >>> please update documentation.
- last update
7 months ago Composer require-dev failure - last update
6 months ago Composer require-dev failure - 🇵🇱Poland patryk_krzaczkowski
I can confirm the code works perfectly, as of yet it still isn't merged so I created a patch file with all due credit to https://www.drupal.org/u/mschudders →