Re: [twitter-dev] How does one know when a user revoked an app?

2010-09-05 Thread Tom van der Woerdt
You don't. All you can do is make an API request to verify_credentials and see if there is an error or not. Tom On 5 sep. 2010, at 12:26, StuFF mc m...@stuffmc.com wrote: I couldn't find some callback but I obviously need to know when a user revoked my app. Or maybe I'm doing something

Re: [twitter-dev] How does one know when a user revoked an app?

2010-09-05 Thread Tim Haines
Hi, You want to save their ID rather than their screen name, as screen names change often. And as Tom hinted at, there's no callback. You can either call verify_credentials the first time they show up, or wait till you attempt to make another call on their behalf and handle the failure due to