If I have an application that will be tweeting (always through its dedicated Twitter account) every now and then, do I have to make this application perform the whole OAuth handshake every time the token expires? It would have to post username and password to the Twitter log in form too I guess, since there will be no human interaction.
Or is there a way for an application to get a secret key that it can use to post on behalf of a single Twitter account?