LiqtoTwitter Authorization Automation -


is ever possible authorize twitter app on desktop without user input (of 7 digit number)? trying develop realtime tweet fetching application between list of friends/followers "suspects" communicating together. authorization code needs reset after 15 mins issue, unless if manually present handle re authorization after couple of mins serious challenging. there solution question.

joe mayo or one, pls here.

thanks

there 2 different issues @ work here: authorization , 15 minute rate limit windows. authorization, receive oauthtoken , accesstoken, accessible via iauthorizer.credentials after user authorizes. these tokens never expire. so, save them when user first authorizes , load them iauthorizer.credentials , won't need perform authorization again. here's more detailed description:

linqtotwitter - grab saved credentials

since mentioned "reset after 15 mins", assume you're referring rate limits, set in 15 minute windows. here's recent discussion:

how handle linqtotwitter rate(v2.1) limit exceeded error

it helpful review twitter docs on rate limiting.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -