[twitter-dev] Re: OAuth URL to Sign User Out

2009-10-06 Thread Jesse Stay
KC, I understand for your own app, but why would you want to log the user out of other apps or Twitter itself? That seems like a security issue to me if it were possible. Each app should have its own control and responsibility over when it logs the user out. Maybe I'm missing something? Jesse On

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-04 Thread Doug Williams
Jesse, I'll add this to the OAuth method docs today. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Sun, May 3, 2009 at 11:21 PM, Paul

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-03 Thread Paul Kinlan
I have just set up &force_login=true on twollo and it work very well for multiple accounts. Definatly no need to log users out for me once I got that working :) Paul. 2009/5/4 Abraham Williams <4bra...@gmail.com> > Yes you could. I personally am against logging users out of sites that you > don'

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-03 Thread Abraham Williams
Yes you could. I personally am against logging users out of sites that you don't control. FBConnect for example I don't like because I log out of some random other site and *bam* I'm logged out of Facebook. WTF. force_login=true seems the best of both worlds. The user gets prompted to log into a d

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-01 Thread Jesse Stay
Awesome - someone should add that to the wiki. Thanks! On Sat, May 2, 2009 at 12:16 AM, Abraham Williams <4bra...@gmail.com> wrote: > This should work: > http://code.google.com/p/twitter-api/issues/detail?id=469 > > > On Sat, May 2, 2009 at 01:07, Jesse Stay wrote: > >> Is there a URL to send a

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-01 Thread Paul Kinlan
Hi Abraham, That is pretty handy to know, does account/end_session not do a similar thing? It would be good to know if so because I authenticate using oauth on twollo and people do have multiple accounts and end_session is something I was going to use on logout of twollo. Paul 2009/5/2 Abraham

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-01 Thread Abraham Williams
This should work: http://code.google.com/p/twitter-api/issues/detail?id=469 On Sat, May 2, 2009 at 01:07, Jesse Stay wrote: > Is there a URL to send a user to to sign them out of Twitter and prompt for > a new username? I want to be able to, if the user is logged into the wrong > Twitter accoun