[twitter-dev] logout page redirecting (http://api.twitter.com/logout) to other page

2011-05-19 Thread ricky
I making android twitter app. I want to add log-out funtion in my app, but oAuth has no log-out. So I open web-view with 'http://api.twitter.com/logout' for log-out, but twitter logout page redirecting automatically 'http:// mobile.twitter.com/', so i cant see logout page. Is this normal

Re: [twitter-dev] logout page redirecting (http://api.twitter.com/logout) to other page

2011-05-19 Thread Arnaud Meunier
Hey there, You cannot control Twitter website sessions (i.e. login / logout actions). OAuth is just an authorization / authentication mechanism to execute API requests from your app on behalf of a User. You have to handle that logout feature on your app (i.e. allowing the User to authorize or