I've read through the blog post about OAuth 404 errors several times, but I can't quite get authorization to work. Since I'm developing on a workstation behind NAT, I was using
External URL: http://localhost/
External Domain: localhost/
An OAuth request with oauth_callback=http://localhost/myspace or the like always fails with "404 - Bad Request - ApplicationDomain or Callback Uri not set."
I tried localhost, http://localhost, and http://localhost/ with no successs. Thinking that a TLD was needed, I tried to use the access delegation tool. Using the default callback uri of the delegation tool itself, I tried every combination of myspace.com and developer.myspace.com for the external domain, with http:// and without, but every request fails with the same error after clicking "Yes, Link this Account."
Any help would be greatly appreciated.