Closed lcswillems closed 3 years ago
Ahh, nice catch! I'll look into this asap.
Hi @SimonHoiberg , thanks a lot for the time you took! Have you tested if it works now? Because, from the modifications, the content-type has changed but not the data sent to Twitter, which was also a problem.
Hi @lcswillems Thank you for pointing this out.
I've given the whole direct-messages endpoints an overhaul. This includes some breaking changes.
Please refer to this PR to see: https://github.com/FeedHive/twitter-api-client/pull/53
But it works now 🙌
Great!!! Thank you for this fix!
This code:
sends this kind of request:
However, the documentation says this:
But also that the body should be the following object:
I think there is an issue with the lib, isn't it?