Redouane Bali
Redouane Bali
Did you try to use the `conversation_id` parameter ? See : https://developer.twitter.com/en/docs/twitter-api/conversation-id (by the way I think your question is more for the Twitter API team, not so much related...
Strange, can you make sure that all your credentials are OK ? If you face the same problem inside swagger, then the problem is not related to my library.
Hi, Currently my only solution is a little bit raw but you can just check the [ITwitterClientV2](https://github.com/redouane59/twittered/blob/develop/src/main/java/io/github/redouane59/twitter/ITwitterClientV2.java) interface containing all the V2 implemented methods. By the way I think that...
Hello @125m125 , I'm sorry but i don't have any idea about how to solve it, this is something I don't really manage well. Hope someone else will see this...
Hi @kopax-polyconseil , honestly I never tested the upload of a gif file. I'm going to try to debug it this week-end, I'll keep you informed. update: I just tested...
Issue opened on twitter forum : https://twittercommunity.com/t/issue-with-media-upload-for-gif-files/153856
Hi @kopax-polyconseil , We just identified that the endpoint I was using was only dedicated to image files (thanks @mmornati ) To upload gif or videos, other endpoints have to...
Hey @devozs , on my side I didn't have time to work on this issue. As Twitter didn't release yet the V2 version of this endpoint, I'll wait that before...
Hey @helpimnotdrowning , I don't think that the library has a method to set the user description. Did you check the twitter API [documentation](https://developer.twitter.com/en/docs/twitter-api) ? Not sure such endpoint exists.
Oh you're right. As it's v1 endpoints I didn't plan to implement it until the v2 version is released, but feel free to contribute to the project submitting a pull...