> Any chance of being allowed to use a callback URL that is local? > > http://localhost:4000/callback/ > > This would let me test using my local resources and not have to > wrangle a server setup
Twitter honour the custom ``oauth_callback`` parameter in the user authorisation step. So you can just send that as http://localhost:4000/callback/ from your dev setup. I just tested this with my OAuth implementation -- http://github.com/tav/tweetapp/tree/master -- and can confirm that Twitter honours the variable and it overrides what you've set on your application configuration. Hope that helps. -- love, tav plex:espians/tav | [email protected] | +44 (0) 7809 569 369
