[twitter-dev] Re: Detecting "denied" condition on Twitter oAuth page

2009-09-16 Thread New guy
No, the oAuth login page doesn't provide oAuth access tokens (regardless of whether the user approved or denied) To get the oAuth access token, apps need to make a seperate oAuth GET call (after the user has approved access on the oAuth login page) On Sep 16, 2:36 pm, JDG wrote: > If they deny,

[twitter-dev] Re: Detecting "denied" condition on Twitter oAuth page

2009-09-16 Thread JDG
If they deny, you shouldn't get an OAuth authorization token back. Can't you just check for that? Am I mistaken here? Do you always get a token back that just happens to be invalid if they deny? On Wed, Sep 16, 2009 at 14:08, New guy wrote: > > Hi, while testing oAuth consumer code, I noticed t