Closed tanmays closed 9 years ago
I cannot reproduce the bug.
Can you please ensure that you are using the latest version from trunk?
ie by running git clone https://github.com/nst/STTwitter.git
Ahh looks like it! Cocoapods didn't fetch the most up to date release. My sincere apologies, you may close the issue.
No problem, don't hesitate if you find any problem in the future.
Hello,
By default the parameters for Creating and Editing a list adds percent escaping to the name and description using the method
st_stringByAddingRFC3986PercentEscapesUsingEncoding
.Example list name submitted: Home Design
The above will be displayed on Twitter as Home%20Design instead of Home Design.
A fix would be to directly pass
name
anddescription
for list parameters without adding percent escapes.This affects the following APIs: