Not so much a question as a pointer in case anyone comes up against this in future... Previously when I've used this package it worked even if you don't enter a legitimate callback URL in your Twitter app settings. Now however, if you try to authenticate a twitter account using uTwit's 'Authorize' button it will throw a 403 error unless you have a legitimate callback URL in your twitter app settings i.e. something like:
403 Unauthorized errors
Hi,
Not so much a question as a pointer in case anyone comes up against this in future... Previously when I've used this package it worked even if you don't enter a legitimate callback URL in your Twitter app settings. Now however, if you try to authenticate a twitter account using uTwit's 'Authorize' button it will throw a 403 error unless you have a legitimate callback URL in your twitter app settings i.e. something like:
http://www.example.com/App_Plugins/utwit/twitteroauth1callback.aspx
I hope this helps someone at some point (or just me next time I forget ;))
(Posting again so as to mark this 'solved')
Log in to your twitter dev account (https://developer.twitter.com), click through to edit your app and ensure there's a callback URL for your domain, which will be something like http://www.example.com/App_Plugins/utwit/twitteroauth1callback.aspx.
is working on a reply...