oAuth for custom accounts
I would like to use Spaz as a client for a custom service that implements the Twitter API. When adding an account I select Type=custom and fill in the Base API URL for my service, but it fails to authenticate. Investigating the traffic in Fiddler shows that Spaz is sending an oauth/access_token request to twitter.com with my logon details. Is there any way to make Spaz send this request to my service rather than Twitter?
I am running Spaz v0.9.18 on Windows Vista, in case that helps in diagnosis.