Still trying to wrap my noggin around OAuth, but I have a question.
I have some twitter accounts that are solely for internal use, build server output, etc. and I have some little bash and python scripts that let me publish updates from jobs and stuff.
For this type of use case, does OAuth make sense? I ask because part of the OAuth process is the display of the twitter webpage which lets a use put their login and password into twitter itself to authenticate that application.
How should I handle this for a twitter feed that's completely automatic. My build server isn't going to be able to type in the username and password into the twitter website.