I'm just diving into the exciting world of facebook app creation, but have already run into a hopefully easy-to-fix snag. I'm following the step-by-step directions found at this URL: http://developers.facebook.com/docs/appsonfacebook/tutorial/
I'm attempting to point the facebook app canvas to a URL (let's call it "http://mydomain.com/my/path/"). This URL, when I load it directly, displays a "hello word" message only, so there's no redirect or anything like that going on. Yet, no hatter if I use a secure or insecure connection, the canvas always seems to want to load up "http://mydomain.com/view" instead, which displays a 404 error message.
I'm just getting started, so I don't have anything configured past the "canvas URL" option (no authorization has been configured yet). I suppose I could just have "/view" display my facebook app on my server, but there are a couple of problems with that. 1) It conflicts with an already existing URL that my facebook app will eventually be hosted on and 2) According to the docs, this is undefined behavior, and I would like to know why that is.
Any help would be welcome, as I am stuck in mud right now. Thanks!