> Playng with the > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update > part of the API today. I can post easily with curl: > > curl -u user:password -d "status=foo bar baz" > > The Tweet says it is from "API". How do I set the user agent as I > have seen other developers do? It is not listed on the above API page.
You don't, not with Basic Auth, unless you were a grandfathered application. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] -- God will pardon me. It's His business. -- Heinrich Heine -------------------
