Hi!
Why can’t I tweet from my command promt with: curl -u “User:Password” -d “status=CmdPromtTwitting” http://www.twitter.com/statuses/update.xml
I have of course used my own user name and password
B.R: Sibbe
The API version you’re using and the form authentication (basic auth with username and password) is no longer supported. You’ll need to use OAuth 1.0A and API v1.1’s [node:9703].