[twitter-dev] Re: Single Authentication for an App

2011-04-19 Thread ton
be something like (proglang neutral ;-] ) get authenticate data While not finished { get limit while not limit { do stuff with authenticated call get limit } if not finished wait until reset } finished On Apr 18, 6:29 pm, Arnaud Meunier arn...@twitter.com wrote: Hey Ton

[twitter-dev] Single Authentication for an App

2011-04-18 Thread ton
Hi. I've made an app (for browser and mobile device and Desktop) It works fine but every time I start the app I have to get a new PINnumber from Twitter. Is there a way to trust an application once and use the given trustdata for all the subsequent uses? Best rgds, Ton -- Twitter developer

[twitter-dev] Re: Single Authentication for an App

2011-04-18 Thread ton
, Arnaud Meunier arn...@twitter.com wrote: Hey Ton, There was a similar discussion on this ML a few days ago:http://bit.ly/icFfcC We do not expire access_token (unless a user explicitly rejects you app) so you don't have to go through the whole OAuth dance once someone approved your app