Usually twitter applications work like this: [service] --> user wants to use it on their own behalf --> authorizes --> make status update on user behalf.
I want something different though. I would like a user to use the application to tweet on behalf of the application. So the user will make a status update on behalf of the application. The problem is, I have this form and application all setup now, using twitteroauth and everytime I hit ‘submit’ (and the browser is cleared from all cache/data) twitter prompts me to authorize it. I want it to be authorized at all times, done only once by me!
is that even possible?!