I\'m trying to write a web application that would use Twitter via OAuth.
I run my local server as \'localhost\', so I need the callback URL to be something like
You can use 127.0.0.1
instead of localhost
.
You can authorize your app as many times as you like from the same twitter account without the necessity to revoke it. However, the authenticate action will only prompt for Allow/Deny once and all subsequent authenticate requests will just pass through until you revoke the privilege.