Closed Yenwod closed 10 years ago
twurl -d 'status=this is a test & this is the second part' /1.1/statuses/update.json
twurl posts only the string up to (but not including) the ampersand:
this is a test
I second this.
If it could accept URL-encoded data and pass it verbatim, it'll resolve the issue: https://github.com/twitter/twurl/blob/master/lib/twurl/cli.rb#L230
twurl -d 'status=this is a test & this is the second part' /1.1/statuses/update.json
twurl posts only the string up to (but not including) the ampersand:
this is a test