Duplicate posting when replying with media #40
-
Hi there, great library and perfect for what I need, although I wondered if you could help me with one issue: I want to reply to a tweet/mention with media, it works but its posting twice using the code below, is this supported or am I doing something wrong? please let me know, thanks in advance `$image = $twitter->tweets()->upload('./skypicture.jpg');
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @michaellwatson , I just tried it out there and it seems to have worked as expected: https://twitter.com/AliFerguson2022/status/1551627359270457344 Maybe there's some other issue - is there more code you can show? |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same problem, when posting with media, the code I use, and the answer below, I would like to understand if it is my error or something in the api $media = $param['media'];
Client error: |
Beta Was this translation helpful? Give feedback.
Hi @michaellwatson ,
I just tried it out there and it seems to have worked as expected: https://twitter.com/AliFerguson2022/status/1551627359270457344
Maybe there's some other issue - is there more code you can show?