Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2011-04-20 Thread Hola
sadly this is badly needed but not available see https://groups.google.com/d/msg/twitter-development-talk/PH5HfT7SJqw/rtEzx-jrDQIJ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
Taylor, I don't need this as much as some other developers but I think I understand why they keep asking for this. Sure, our app is not logged in. But many apps make the user log in to Twitter in order to use the app. Then, when the user is done with the app, they can't just logout and leave, we

Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Dave Ingram
On 08/19/10 17:16, Ken wrote: Taylor, I don't need this as much as some other developers but I think I understand why they keep asking for this. Sure, our app is not logged in. But many apps make the user log in to Twitter in order to use the app. Then, when the user is done with the app,

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
Destroy session is what people are asking for. There's no way to handle this from our side at the moment. When a user leaves our site, they generally logout out first, but we can't log them out from Twitter if they logged in that way. (After initially creating an account with us through Twitter

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread JTOne
So one way to handle this from your side would be to just forget the user's OAuth tokens. Your app will still appear authorized to the user in the connections screen, which would be confusing, but your application wouldn't be able to perform any operations on their behalf. its really cool,

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread JTOne
It might be useful to have a destroy credentials endpoint though, to remove your app from the connections screen. what you means? how do it?

[twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread Ken
An API method allowing a user to revoke your credentials from within your app, as users can do through http://twitter.com/settings/connections - if they manage to find it. Probably would need to be a TOS requirement... On Aug 19, 6:53 pm, JTOne jthot...@gmail.com wrote: It might be useful to

Re: [twitter-dev] Re: How i can logout using oauth or rest api of twitter?

2010-08-19 Thread BJ Weschke
I asked about the very same thing a few weeks back. It doesn't seem like such a thing exists yet. On 8/19/2010 1:53 PM, Ken wrote: An API method allowing a user to revoke your credentials from within your app, as users can do through http://twitter.com/settings/connections - if they manage to