Re: [twitter-dev] Re: Repeated connection request

2011-04-16 Thread Arnaud Meunier
Hey Konstantin, OAuth is just an authorization/authentication mechanism. It's not handling user sessions. You'll have to implement it on your side. Now depending on what you want to do, you might be interested by web intents as they'll handle sessions mechanism for you (automatically detecting

[twitter-dev] Re: Repeated connection request

2011-04-15 Thread m36tb6ll
Did you save the access tokens of each user and use them whenever a user log-in to your site/app? If not, then they will be asked to allow the app everytime they login to your site. Hope this helps... On Apr 16, 3:07 am, Konstantin rasf...@gmail.com wrote: Hello! We are trying to implement

[twitter-dev] Re: Repeated connection request

2011-04-15 Thread Konstantin
I can save access_token, but how can I use it later? A user doesn't enter any information (login, email, etc), so I cannot get his access_token from the database. A user may login to Twitter under different accounts or may use another computer, so I cannot use cookies too. A user just clicks Sign