[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-29 Thread Abraham Williams
account/end_session will not do anything with the user on your site. It should log them out of twitter.com but the use case is very limited and I don't think it gets used/tested very often. To log someone out of your own site you have to delete the sessions/cookies/etc that you are using to keep

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-29 Thread Andres B
I think the question refers to the force_login oauth parameter. What I think CG wants it to log users out of Twitter, so when the app asks for authentication, the user is forced to log in TO TWITTER again. If that is the case:

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-28 Thread Duane Roelands
I'm not familiar with End_Session, but couldn't you just clear the OAuth Token and TokenSecret? That would effectively sign you out because you'd need to reauthenticate. On Jul 28, 11:21 pm, CG learn@gmail.com wrote: Hi, I am developing a simple Web App that use sign in with twitter ,

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-28 Thread CG
hi , thx for reply .. my app will actually do the following thing 1. get a new request token secret (or should I use the old requeust token ?) 2. redirect user to the authenticate URL (twitter.com/oauth/authenticate?x) with the request token secret At this moment , Twitter will do the