jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
775 stars 237 forks source link

Duplicates status updates when Updates with media #243

Closed oguz463 closed 5 years ago

oguz463 commented 5 years ago

`$media = $codebird->media_upload([ 'media' => 'https://allpowermoves.com/wp-content/uploads/deals/eerogen2-2.jpg' ]); $media_id = $media->media_id_string;

$codebird->statuses_update([ 'status' => 'Give a shot https://allpowermoves.com/deals/', 'media_ids' => $media_id ]);`

Yes it works. But posts 2 tweets. Am I doing something wrong?

oguz463 commented 5 years ago

Tried at server it doesn't have any issue probably local problem