linqtotwitter - grab the saved credentials
问题 i use linqtotwitter library, in my win forms application i can do api calls to twitter, but when i closed my application and reopen, i need again repeat enter pin code/// in twitter programm tweetdesc its need only once enter the pin? How i can do well as in the application itself? i read: After authorize, save the credentials associated with that user. Next time the user needs to perform an action with your app, grab the saved credentials and load all 4 credentials into the authorizer. When