I’m using fabric twitterKit on iOS, swift.
When I request POST to 1.1/statues/update.json with a status text including new line character (’\n’),
it always fail with ‘{“errors”:[{“message”:“Could not authenticate you”,“code”:32}]}’.
How can I fix this problem?