twitter / twurl

OAuth-enabled curl for the Twitter API
https://developer.twitter.com
MIT License
1.8k stars 301 forks source link

Username and password are not valid for Twitter auth #144

Closed andypiper closed 4 years ago

andypiper commented 4 years ago

twurl continues to maintain -u and -p options for username and password - this authentication method has not been available for many years, so this should be removed.

smaeda-ks commented 4 years ago

Note: we can deprecate -p option for sure but not -u option as it can be used to specify which user's secret/token from ~/.twurlrc to be used.

andypiper commented 4 years ago

Great point, I completely forgot we needed it for that!