[twitter-dev] Use twitterapi.update method to my own account via .net web app without human intervention

2010-10-07 Thread bob
I have an application that maintains sport fields playing status. When it rains, I'd like to update my account to show the closures via my .net application. Problem is when using oAuth, I must sign in to allow the app access to my Twitter account. Is there any way that oAuth can do this without

Re: [twitter-dev] Use twitterapi.update method to my own account via .net web app without human intervention

2010-10-07 Thread Thomas Mango
You should save the oauth access key/secret you get for the account you want to post to (if it's your application's account, you can get the access keys from the application's page on dev.twitter.com). You can then use your client key/secret and user access key/secret to make calls to the API