[twitter-dev] Re: Build a Library based on OAuth

2009-08-29 Thread slexten...@alice.it
Well, of course when I wrote store, I meant to write those values inside web.config file; so in a manner that lets me change them easily. The question here is if it correct to read Token ad TokenSecret and use those values so I have not to log in every times. This is a library that I use inside

[twitter-dev] Re: Build a Library based on OAuth

2009-08-28 Thread Andrew Badera
Noo. You should always be prepared to request new tokens on behalf of users, and you should always be ready to swap your app's consumer key and secret. Never store any sort of hardcoded string -- like your tokens -- in your applications. Worst case, put them in a