easoncxz / twitanalysis

Dig your Twitter data
https://easoncxz.github.io/twitanalysis
Other
1 stars 0 forks source link

Handle OAuth-denied case #19

Closed easoncxz closed 4 years ago

easoncxz commented 4 years ago

When the user clicks "deny" on Twitter's OAuth authorisation screen, they will get redirected to somewhere like:

GET http://localhost:5000/oauth-callback?denied=<some stuff; probably the request token>
easoncxz commented 4 years ago

Related docs:

easoncxz commented 4 years ago

image

Issue addressed.